greenlight
greenlight copied to clipboard
A really simple end-user interface for your BigBlueButton server.
There are 3 ISSUES here.
When recordings are deleted on the BBB site (for storage or a policy reasons), Greenlight v3 will never notice, that recordings aren't available anymore. On CLI, the only command to...
When can we expect this todo to be fixed, @farhatahmad https://github.com/bigbluebutton/greenlight/blob/251c307b8bb71c1a9bc86144500e8eade2c66238/app/controllers/external_controller.rb#L127 I have studied how you have implemented [authentication via checksum](https://github.com/blindsidenetworks/scalelite/blob/f7e85518d69edcb0b2edf01d3e607aac356504ec/app/controllers/concerns/api_helper.rb#L20) using secret key +query params + action name in...
I used to check Greenlight configuration using the command: `$ docker exec -it greenlight-v3 bundle exec rake -vvv configuration:check ` And it would produce output like this: ``` Checking required...
In our lab we use BBB to record a weekly seminar. This has been the case for long enough that the responsibility for the seminar has been transferred. While the...
Hey, we have a problem with the login in greenlight. We have 1.600 users in our greenlight database which are authenticated by keycloak. All works fine. Every month a users...
Feature request: Hi all, Replace (or supplement) [copy] and [Copy access codes] buttons with [invite per Email] button on main home screen. To invite participants to a conference, room owners...
The following localization files have been updated: Parameter | Value ---- | ---- Source File | app/assets/locales/en.json Translation File | app/assets/locales/de.json Language Code | de Transifex Project | [Greenlight v3](https://app.transifex.com/bigbluebutton/greenlight-v3/)...
The imprint, which was available in Greenlight 2, is not available in Greenlight 3 anymore. See also #2078 and #5273. That might be a blocker preventing to use Greenlight 3...
If the muteOnStart room configuration was set to something else than "default off" ("optional" in DB), the migration to "default on" would fail with a NoMethodError, because update method was...