release-3.1.0
farhatahmad
released this
23 Nov 19:16
·
192 commits
to master
since this release
What's Changed
Features
- Passwords will now be migrated from v2 to v3, removing the need for local users to reset their passwords
- Requires a v2 upgrade to v2.14.8.4
- See Migrating Local Accounts
- Added new role permission that notifies all users with that role if a new user has signed up
- By default, it is only enabled for the Administrator role
- Useful when using the "Approve / Decline" registration method
- Changed default
uid_field
tosub
instead ofpreferred_username
(#5523)- Should be a seamless switch for users
- See OpenID Connect Setup
Improvements
- Removed Sign Up button if using external login (#5431)
- Increase max value allowed for Room Limit in Role Permissions to 10,000 (#5530)
- Join Url now accepts
joinFormName
to autofill the join name (#5526)
Bug Fixes
- Fixed issue with Admins not being able to share a room if the room is already shared with them (#5543)
- Fixed redirect error if the room url ends in a slash (#5522)
- Fixed error when running server_recordings_sync rake task (#5538)
- Fixed Delete Presentation popup string (#5510)
- Hid the Public Recordings and the Recording Tile on home page if recordings is disabled (#5518)