12.6.0
The release includes new features, usability improvements and bug fixes.
Changelog
Set group description to use relative links
Users can now link to other documents on the same OAE instance in group descriptions, and the links will be automatically converted to be relative to each users tenancy in multitenancy groups.
Handling users in disabled tenancies
We have improved the way users in disabled tenancies are managed - for example, no emails will be generated for such users in the future.
Change default Shibboleth configuration
The order in which attributes are requested from Shibboleth was changed to request least intrusive attributes first (although tenancies can make changes to this default configuration). A migration script was written to ensure that this will not cause any unexpected behaviour for existing tenancies using Shibboleth authentication.
New API endpoint
There's a new API endpoint for administrators to see all users in a tenancy at /api/tenants/:tenantAlias/users
.
Updated UI dependencies
In 3akai-ux, we have updated Font Awesome icon library to a more recent version and changed our old, unsecure markdown library for a more recent one.
Added back button to 404 and 401 pages
There's now a button on 404 and 401 pages that takes the user to the previous page. Additionally we have fixed the bug where the browser's back button would fail to work as expected on these pages.