- Jun 03, 2021
-
-
Anton Georgiev authored
-
Dixon Fred authored
Update bigbluebutton-release
-
Dixon Fred authored
Bump to release 2.3.3
-
- Jun 02, 2021
-
-
Anton Georgiev authored
fix: different navbar size for locales with large fonts
-
Ramon Souza authored
-
- Jun 01, 2021
-
-
Ramon Souza authored
-
Ramon Souza authored
-
Anton Georgiev authored
chore(locales): Pulled HTML5 locales June 1, 2021
-
Anton Georgiev authored
-
Anton Georgiev authored
-
- May 31, 2021
-
-
Anton Georgiev authored
chore(locales): Pulled HTML5 locales on May 31, 2021
-
Anton Georgiev authored
-
Anton Georgiev authored
fix(bbb-conf):Only show status for multi kurento if that is configured
-
Anton Georgiev authored
-
Anton Georgiev authored
fix: Avoid users to be ejected due to inactivity while they are in a breakout room
-
Anton Georgiev authored
Implements endWhenNoModerator
-
Anton Georgiev authored
Removes support for configToken param
-
Anton Georgiev authored
fix!(recording): moderator only webcams
-
Anton Georgiev authored
feat(guests): notification settings
-
Anton Georgiev authored
feat(recording): record role change event
-
Anton Georgiev authored
refactor(recording): recording ready url callback
-
Anton Georgiev authored
fix: export poll chat message
-
germanocaumo authored
Merge branch 'poll-question-refactor' of https://github.com/germanocaumo/bigbluebutton into poll-chat-export
-
germanocaumo authored
-
- May 30, 2021
-
-
Pedro Beschorner Marin authored
BREAKING CHANGE: fix typo at moderator only webcams recorded event.
-
Pedro Beschorner Marin authored
Avoid showing the guest's notification toggles at client's settings if the guest policy isn't `ASK_MODERATOR`.
-
Pedro Beschorner Marin authored
Reuse `ParticipantStatusChangeEvent` record event, already used by emojis and webcam streams, to record `UserRoleChangedEvtMsg`. Role change is stored at `events.xml` as: - promotion ``` <event timestamp="2068340" module="PARTICIPANT" eventname="ParticipantStatusChangeEvent"> <timestampUTC>1622384175759</timestampUTC> <date>2021-05-30T14:16:15.759Z</date> <status>role</status> <userId>w_fowyht7g0tfi</userId> <value>MODERATOR</value> </event> ``` - demotion ``` <event timestamp="2071437" module="PARTICIPANT" eventname="ParticipantStatusChangeEvent"> <timestampUTC>1622384178855</timestampUTC> <date>2021-05-30T14:16:18.855Z</date> <status>role</status> <userId>w_fowyht7g0tfi</userId> <value>VIEWER</value> </event> ```
-
Dixon Fred authored
Minor update to test build
-
- May 29, 2021
-
-
Pedro Beschorner Marin authored
-
Pedro Beschorner Marin authored
Fetch for server's security salt at etc's bbb-web properties file.
-
germanocaumo authored
-
germanocaumo authored
Include the new poll text in the chat export function. Refactor some chat type constants. Also fixes empty lines in the export chat file.
-
- May 27, 2021
-
-
germanocaumo authored
-
germanocaumo authored
-
Pedro Beschorner Marin authored
fix: translate poll answer key for default polls in chat message
-
Pedro Beschorner Marin authored
refactor(poll): improve poll types code
-
germanocaumo authored
-
- May 26, 2021
-
-
Gustavo Trott authored
-
germanocaumo authored
this also fixes certain poll type detection for other languages than english, so that the correct poll type is sent in the events (they were being detected as custom)
-
Pedro Beschorner Marin authored
refactor: redo how poll result chat message is done
-