Skip to content

Releases: littleredbutton/cloud_bbb

BigBlueButton Integration v1.0.1

02 Sep 09:05
d1daab6
Compare
Choose a tag to compare

Fixed

  • fix restrictions on postgres
  • #68 fix missing personal settings section on some instances

Misc

  • add RestrictionService test
  • use identical comparision

BigBlueButton Integration v1.0.0

01 Sep 08:22
614b365
Compare
Choose a tag to compare

Added

  • add link to room page to log in into Nextcloud
  • #23 add option to require moderator to start a room
  • #61 add ability to share rooms with circles
  • #43 add admin setting to restrict rooms
  • #31 add option to show manager in app navigation

Fixed

  • use custom 404 page
  • fix no permission status code
  • reset search field after selection
  • #65 fix user/group selection with exact match
  • hide success message after 3 sec in admin settings
  • #58#49 fix multiple issues with user/group dropdown
  • #64 fix room configuration after room creation
  • #47 bypass form action error

Misc

  • update feature list
  • add TU Graz as sponsor
  • update js dependencies
  • fix scss style
  • remove obsolete config injection

A big thank you to the Graz University of Technology for sponsoring big parts of this release. Do you also want to contribute? Check out our contributor guidelines for an overview how you can support this open source project.

BigBlueButton Integration v0.5.1

19 Jun 08:56
4c939a1
Compare
Choose a tag to compare

Fixed

  • allow admin to start room with presentation
  • #50 fix error which prevents guests from joining a room

Misc

  • use Nextcloud coding standard

BigBlueButton Integration v0.5.0

18 Jun 14:08
608b581
Compare
Choose a tag to compare

Added

  • #33 add option to share room
  • add option to set everyone as moderator
  • #25 restrict room access to user and groups
  • #33 allow to define user and groups as moderator

Fixed

  • trim user supplied displayname
  • show room loading error
  • max dialog height

Misc

  • update screenshots
  • add integration test for room mapper
  • expand name cell
  • remove unused controller

A big thank you to Deutscher Bundesjugendring for sponsoring this release. Do you also want to contribute? Check out our contributor guidelines for an overview how you can support this open source project.

BigBlueButton Integration v0.4.0

10 Jun 15:39
78b4526
Compare
Choose a tag to compare

Added

  • #10#24 add access policy
  • move room settings to dialog

Fixed

  • log failing api request
  • #14 room creation error handling
  • #20 remove dependency on shares

Misc

  • run tests before push
  • add yarn test
  • update phpunit
  • update bbb api
  • ignore tx-robot commits if linting
  • reduce db requests

A big thank you to Deutscher Bundesjugendring for sponsoring this release. Do you also want to contribute? Check out our contributor guidelines for an overview how you can support this open source project.

BigBlueButton Integration v0.3.2

24 May 16:53
cb75d19
Compare
Choose a tag to compare

Fix

  • add lang files to build

Misc

  • change title for Github release

BigBlueButton Integration v0.3.1

23 May 10:27
61ea878
Compare
Choose a tag to compare

Fixed

  • fix regression which prevents start with presentation

BigBlueButton Integration v0.3.0

23 May 09:25
59f5811
Compare
Choose a tag to compare

Added

  • #1 use direct share for presentation (bypass password requirement for shares)
  • #2 add translations (a big thank you to the awesome Nextcloud community)

Fixed

  • fix submit input field
  • #34 update bbb library

Misc

  • update screenshots
  • change icon order
  • change shortcut icon

BigBlueButton Integration v0.2.0

17 May 15:01
f4aff6c
Compare
Choose a tag to compare

Added

  • add option to store room url as shortcut
  • add api check
  • show warning if api is not configured
  • show spinner while rooms are loading
  • #19 manage recordings

Fixed

  • auto complete for api secret

Misc

  • skip merge commits
  • use same code style for scripts
  • enhance publish script
  • update app description
  • add contributing guidelines
  • add code of conduct
  • use adapter for bbb
  • #2 prepare translation

A big thank you to Medienwerkstatt Minden-Lübbecke e.V. for sponsoring the "manage recordings" feature. Do you also want to contribute? Check out our contributor guidelines for an overview how you can support this open source project.

BigBlueButton Integration v0.1.2

29 Apr 11:42
a5402c5
Compare
Choose a tag to compare

Added

  • show room name on join page
  • #8 show menu for more file types

Fixed

  • #17 allow start/stop recording
  • #12 invitation link in moderator message

Misc

  • update change log
  • add travis
  • enhance publish script