Skip to content

Releases: bigbluebutton/greenlight

release-2.6.1

27 May 21:49
b0de03c
Compare
Choose a tag to compare
  • Multiple important security fixes
  • Home Room is no longer created by default
    • Room is only created if the role they have has "Can create rooms" permission
  • Changed the relation between users and roles
    • Should result in faster, more efficient queries
  • Improved Server Rooms View
    • Running rooms are now displayed first (by default)
    • Number of participants is now displayed as a column
  • Users who can't create rooms can now use shared rooms
  • Legal and Privacy Policy can now be added using Site Settings
  • Users using external authentication systems (Google, LDAP, Office365) can no longer change their name or email
  • Multiple design changes for small screens
  • Updated language strings and added new languages
  • Multiple bug fixes and small improvements

release-2.5.6

08 May 20:31
7411eba
Compare
Choose a tag to compare
  • Added a SAFE_HOSTS env variable to prevent certain HTTP Header attacks
  • Added ability to specify Database connection port (defaults to 5432)
  • Updated languages

release-2.5.5

29 Apr 23:09
2830210
Compare
Choose a tag to compare
  • Added ability for admins to force enable or disabled room settings
  • Added ENV variable for LDAP_FILTER and LDAP_AUTH
  • Fixed bug causing 404 when verifying email or resetting password
  • Many minor styling changes
  • Updated language strings and added new languages

release-2.5.4

23 Apr 03:37
855694c
Compare
Choose a tag to compare
Release: Major 2, Minor 5, Revision 4

release-2.5.3

02 Apr 15:26
bbec5bd
Compare
Choose a tag to compare
  • Updated language strings and added new languages
  • Fixed issues around LDAP configuration
  • Fixed issues related to Role Permissions not being respected

release-2.5.2

20 Mar 18:13
a825267
Compare
Choose a tag to compare
  • Fixed issue related to adding roles throwing a 500

release-2.5.1

20 Mar 16:13
bf04743
Compare
Choose a tag to compare
  • Updated language files with latest strings
  • Fixed issue with users joining a shared room
  • Fixed issue with Room Settings not displaying correctly in Server Rooms
  • Other bug fixes and improvements

release-2.5

04 Mar 18:19
e670260
Compare
Choose a tag to compare

What's New:

  • Administrators can now manage all rooms on the server
    • Administrators are able to view, start, update settings or delete rooms
  • Rooms can now be shared with multiple users
    • The person who it is shared with can
      • view and start the meeting but can not update settings or delete it
      • view the recordings for that meeting but can not delete or edit them
      • remove a shared meeting from their room list if they don't want it to be shared with them
  • User accounts can now be merged
    • If a user has 2 separate accounts, they can now be merged into a single account
  • Home Room is now treated as a regular room, meaning it can be renamed and the settings can be updated (still can't be deleted)
  • Switched the default database to PostgreSQL for new installations
  • Optimized Dockerfile to cut the size of the image down from ~1.2GB to ~150MB
  • Numerous bug fixes and improvements

release-2.5-rc.1

02 Mar 19:43
2af1f72
Compare
Choose a tag to compare
release-2.5-rc.1 Pre-release
Pre-release
Merge pull request #971 from bigbluebutton/v2.5-alpha

Release v2.5

release-2.4.2

30 Jan 16:34
Compare
Choose a tag to compare
  • Having only 1 authentication method no longer causes a 500
  • Fixed issue with the double redirect when signing in through LDAP