Skip to content

Releases: bigbluebutton/greenlight

release-3.0.6

02 Aug 19:58
30e1796
Compare
Choose a tag to compare

What's Changed

Improvements

  • Translate 's Room based on the user's language (#5313)
  • Improved Recording Visibility dropdown styling (#5325)
  • Improve Server Recordings performance (#5349)
  • Add S3_FORCE_PATH_STYLE env variable for S3 storage (#5310)

Bug Fixes

  • Rooms will now auto delete recordings in BBB when they are deleted (#5330)
  • Fixed a bug that allowed users to change their own roles (#5318)
  • Fixed buttons being too small for mobile (#5347)

Other

  • Gem updates (security)
  • Updated languages

release-3.0.5.4

07 Jul 15:02
debf782
Compare
Choose a tag to compare

What's Changed

Improvements

  • Improved logic for external logins for better robustness (#5312)
  • Locked down endpoint that should only be accessible to admins (#5314)

Bug Fixes

  • Fixed issue with rooms migration throwing an error (#5315)

release-3.0.5.3

05 Jul 19:34
d25819b
Compare
Choose a tag to compare

What's Changed

Features

  • Add support for Google Cloud Storage (#5308)

Improvements

  • Add SMTP check before showing reset password link (#5303)

Bug Fixes

  • Fixed room redirect not working for legacy room links (#5293)
  • Fixed issue with migrating external users

Other

  • Updated languages

release-2.14.8.1

26 Jun 18:02
735c2d8
Compare
Choose a tag to compare
  • Fixed issue with only local accounts being migrated during v2 -> v3 migration

release-3.0.5.2

23 Jun 18:39
689e764
Compare
Choose a tag to compare
  • Hotfix for Redis cache

release-3.0.5.1

23 Jun 15:01
0e55865
Compare
Choose a tag to compare
  • Scope cache keys to v3 to prevent interference

release-3.0.5

22 Jun 19:02
5305517
Compare
Choose a tag to compare

What's Changed

Features

  • Reintroduced Public Recordings for v3 (#5227)
  • Implemented support for Protected Recordings (#5220)

Improvements

  • Hide recording tabs if recording is force disabled (#5263
  • Refactored Room Join to allow for consent checkbox translation (#5212)

Bug Fixes

  • Fixed pre-upload presentation 413 nginx issue (#5156)
  • Fixed issue with External Auth when deploying at a subdirectory (#5197)

Other

  • Gem security updates (#5223)
  • Various styling improvements
  • Updated languages

release-3.0.5-beta1

21 Jun 16:57
de3c866
Compare
Choose a tag to compare
release-3.0.5-beta1 Pre-release
Pre-release
Hide recording tabs when recording is disabled by admin (#5263)

* Hide recording tabs when recording is disabled by admin

* test and PR fixes

release-2.14.8

23 Jun 13:47
c2f88ad
Compare
Choose a tag to compare
  • Fixed issue with migrations not respecting relative root
  • User.created_at is now migrated as well
  • Fixed default options not being set correctly

release-3.0.5-alpha2

15 Jun 18:25
fa57e43
Compare
Choose a tag to compare
release-3.0.5-alpha2 Pre-release
Pre-release
Fix health check endpoint (#5239)