Skip to content

uPortal 5.1.0 Milestone 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@ChristianMurphy ChristianMurphy released this 06 Apr 20:53
· 2779 commits to master since this release

Features

  • uPortal now provided identity and group information to external APIs in the portal ecosystem through Open ID Connect. (#1162, UP-5009)

Fixes

  • uPortal now validates initial filter is a valid category (#1147, UP-5006)
  • Add missing indexes on up_user and ss_user tables (#1125)
  • Ensure only a single main element added to accessibility tree (#1158, UP-5007)

Documentation

  • The uPortal manual includes a new section for the OpenID Connect provider, with overview of use cases and an implementer guide. (Page, #1162, UP-5009)
  • The uPortal manual has a new Glossary section to document uPortal jargon. (Page, #1156)
  • The load balancer section of uPortal now includes details on setting the remote IP valve (Page, #1161)
  • Soffit documentation now has a sequence diagram giving an overview of the communication (Page, #1159)

Refactors