Skip to content

Releases: littleredbutton/cloud_bbb

BigBlueButton Integration v2.2.0-beta.1

05 Jan 09:31
e25f969
Compare
Choose a tag to compare
Pre-release

Added

  • add optional avatar cache
  • add command to clear avatar cache

Fixed

  • use injection for random generator

Misc

  • remove deprecated api calls
  • enable app for unit tests

BigBlueButton Integration v2.1.0

08 Dec 12:32
59cddcb
Compare
Choose a tag to compare

Added

  • bump max nc version to 23
  • #184 add origin meta params
  • #176 add admin settings for default skip media
  • #152 add option for all users to join a meeting muted (#173)

Fixed

  • #183 replace non-ascii chars for filenames
  • #174 sort recordings by date
  • fix collapsible arrow
  • use settings icon for room settings
  • log response message for create request

Misc

  • update dependencies

BigBlueButton Integration v2.1.0-beta.1

02 Dec 14:52
c4d27ee
Compare
Choose a tag to compare
Pre-release

Added

  • bump max nc version to 23
  • #184 add source meta params
  • add admin settings for default skip media (#176)
  • #152 add option for all users to join a meeting muted (#173)

Fixed

  • #183 replace non-ascii chars for filenames
  • #174 sort recordings by date
  • fix collapsible arrow
  • use settings icon for room settings
  • log response message for create request

Misc

  • update dependencies

BigBlueButton Integration v2.0.0

28 Jul 08:00
e56cbc8
Compare
Choose a tag to compare

Added

  • change default navigation label to BBB
  • #171 bump Nextcloud versions

Fixed

  • use official circle api
  • change boolean columns to nullable (#166)

Misc

  • remove composer.phar
  • update nc api
  • update psalm baseline
  • BREAKING #116 update php dependencies
  • update to latest nc code style

BigBlueButton Integration v2.0.0-beta.1

26 Jul 15:45
1e58859
Compare
Choose a tag to compare
Pre-release

Added

  • change default navigation label to BBB
  • #171 bump Nextcloud versions

Fixed

  • use official circle api
  • change boolean columns to nullable (#166)

Misc

  • remove composer.phar
  • update nc api
  • update psalm baseline
  • BREAKING #116 update php dependencies
  • update to latest nc code style

BigBlueButton Integration v1.4.2

03 Jul 16:09
625a874
Compare
Choose a tag to compare

Fixed

  • #155 set default values on room creation

Misc

  • update dependencies
  • fix formatting

BigBlueButton Integration v1.4.1

30 Apr 14:40
0a913cd
Compare
Choose a tag to compare

Fixed

  • #147 set layout params only for clean layout

Misc

  • update translations

BigBlueButton Integration v1.4.0

25 Apr 09:33
1b6a20e
Compare
Choose a tag to compare

Added

  • add avatars for Nextcloud users (requires BBB server 2.3)
  • add room option to disable listen only mode
  • add room option to skip audio check and video preview on first join (requires BBB server 2.3)
  • add room option to hide user list, chat area and presentation by default
  • add admin option to use Nextcloud theme colors in BBB

Fixed

  • #130 setting registration for NC 19
  • #131 delete only owned rooms from deleted user

Misc

  • add IGL as sponsor
  • fix build script
  • adapt restriction table

Screenshots

You can configure this app to use the Nextcloud theme color as primary color in BigBlueButton. Starting with BBB 2.3 the default Nextcloud avatar will be used for all users with a Nextcloud Account.
2021-04-25 11 27 45 bbb drk-rv de 2a9f5cc15990

New room options.
115240809-6aeeea80-a120-11eb-9a24-ef1140c5ebbc (1)

BigBlueButton Integration v1.4.0-beta.1

19 Apr 13:01
0575a65
Compare
Choose a tag to compare
Pre-release

Added

  • add room option to disable listen only mode
  • add room option to skip audio check and video preview on first join (requires BBB server 2.3)
  • add room option to hide user list, chat area and presentation by default
  • add admin option to use Nextcloud theme colors in BBB

Fixed

  • #130 setting registration for NC 19
  • #131 delete only owned rooms from deleted user

Misc

  • add IGL as sponsor
  • fix build script
  • adapt restriction table

image

BigBlueButton Integration v1.3.0

09 Mar 09:04
53aba74
Compare
Choose a tag to compare

Added

  • #124 make navigation label configurable
  • bump Nextcloud version

Fixed

  • do not register file action without authentication
  • always show missing configuration message
  • #125 prevent group restriction
  • psalm errors
  • translate settings header
  • increase qr code error correction
  • adapt restriction table to common style

Misc

  • add link to contributor guide
  • use psalm
  • add admin screenshot
  • move to github actions