- Jun 01, 2021
-
-
Ramon Souza authored
-
Ramon Souza 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
-
- May 25, 2021
-
-
Mohamed Amine Ben Salah authored
* adds unability to see screenshare button on mobile devices test specs * simplify code in testMobileDevice() * userlist and chat panels should not appear at page load in mobile devices * lint * updates outdated audio specs due to leaveAudio changes * correct clicks on disconnectAudio elements * whiteboard not visible on userlistPanel or on chatPanel * reworks mobile devices/usersagents * fixes screenshare mobile/tablet specs * adds whiteboardNotAppearOnMobile spec * adds Chat Panel specification to Mobile-Tablet specs * simplify getArgs() functions for all devices
-
Anton Georgiev authored
fix: add padding to action bar dropdowns
-
- May 24, 2021
-
-
Ramon Souza authored
-
- May 21, 2021
-
-
Anton Georgiev authored
Show the status of multiple nodejs workers and kurento media servers in bbb-conf status
-
Anton Georgiev authored
feat: localization support for guest wait page
-
Anton Georgiev authored
fix: handle additional cases for locales
-
Anton Georgiev authored
refactor: removing unused imports/exports
-
Anton Georgiev authored
fix: do not display private chat before first message is sent
-