Releases: bigbluebutton/greenlight
Releases · bigbluebutton/greenlight
release-2.7.15.1
- Made all searches case insensitive
- Only pass muteOnStart if set to true (to avoid overriding default value)
release-2.7.14
- Important security fix related to the dynamic rendering for Shared Access + Merge Users
release-2.7.13
- Shared Access + Merge Users user list dropdown is now rendered dynamically as the user types
- No longer a privacy issue
- Improved performance on room page/manage users/server rooms when there are many users
- Fixed issue causing recordings not to be deleted when a room was deleted
- Admins can now edit non-local accounts
release-2.7.12
- Fixed 500 caused by room search for users who can't create rooms but have a shared room
- Added the ability to map users to roles through their email
- Under Admin > Site Settings > Registration > Email Mapping
- Can check the full email (not only the domain)
- Ex: [email protected]=role1 will match [email protected] to role1
- Added a field to track the users last login
- Only visible through the database
release-2.7.11
- Added a search for rooms when the user has 6 or more rooms
- Fixed the invite link in the BigBlueButton conference
- Minor bug fixes and improvements
- Language updates
release-2.7.10
- Fixed CVE-2020-29043 which allowed any user to approve their account without having physical access to the email they used to sign up
release-2.7.9
Updated languages
release-2.7.8
- Fixed timeout to the getMeetings call on Server Rooms
release-2.7.7
- Fixed XSS vulnerability in the Merge Users modal
- Fixed issue with 404 on /auth/ldap after signing in
- Added a timeout to the getMeetings call on Server Rooms
- Other minor bug fixes and improvements
- Language updates
release-2.7.6
- Added the ability to set the number of PUMA workers through env variables
- For websites with a lot of traffic, this should greatly help performance
- See: https://docs.bigbluebutton.org/greenlight/gl-config.html#improving-greenlights-performance-under-load
- Added a tab that displays invited users when using "Join by Invitation"
- Added the ability to change the default language through env variables
- Bumped Rails versions for security
- Added a button to copy the room's access code without opening the modal
- Language updates
- Various bug fixes and improvements