- Apr 29, 2020
-
-
KDSBrowne authored
-
Anton Georgiev authored
Switch setPresenterInPodReqMsg to in-file function, not method
-
Anton Georgiev authored
-
Richard Alam authored
Format conference numbers
-
Tiago D J authored
Enforce extractCredentials
-
Joao Siebel authored
-
Dixon Fred authored
Update bigbluebutton-release
-
Dixon Fred authored
-
Dixon Fred authored
Refactor connection definition of userId to wait for validateAuthToken
-
Tiago Jacobs authored
-
Tiago D J authored
Do not send disconnect message
-
Richard Alam authored
Do not send disconnect message when validate token fails as meteor will disconnect the client itself.
-
Richard Alam authored
- add dashes to conference numbers so it is easier to read
-
- Apr 28, 2020
-
-
Anton Georgiev authored
fixes shortcut help on mac browsers
-
Anton Georgiev authored
Improving on chat lock settings
-
KDSBrowne authored
-
- Apr 27, 2020
-
-
Anton Georgiev authored
Fix exception in presentation when minimized and poll published
-
KDSBrowne authored
-
Anton Georgiev authored
Included Etherpad's data as events to be stored
-
Pedro Beschorner Marin authored
-
- Apr 25, 2020
-
-
Richard Alam authored
Return 404 error when the file download is not allowed.
-
Ghazi Triki authored
-
- Apr 24, 2020
-
-
Richard Alam authored
Bind to localhost
-
Richard Alam authored
Made a mistake of defining param twice
-
Richard Alam authored
Bind to localhost
-
Richard Alam authored
Make bbb-web bind to localhost
-
Richard Alam authored
Increase voice conf length
-
Richard Alam authored
-
Richard Alam authored
-
Richard Alam authored
We need to increase the length of the voice conference. If we have lots of meetings running, there is a high chance of collision. Need corresponding changes to FreeSWITCH dialplan. In bbb_echo_test.xml, change to `expression="^echo(\d{5,11})$"`. In bbb_conference.xml, change to `expression="^(\d{5,11})$"`.
-
Richard Alam authored
Do not ban users ejecting self from meeting
-
Richard Alam authored
-
Richard Alam authored
Some users join with multiple browsers. When user is ejecting self from one browser, do not eject all sessions for that user and do not prevent them from rejoining.
-
Richard Alam authored
Keep track of banned dial-in callers
-
Richard Alam authored
When a dial-in caller is ejected from the meeting, keep track of the callerid number. When the same callerid number rejoins the conference, eject the caller.
-
- Apr 23, 2020
-
-
Anton Georgiev authored
Pulled HTML5 locales April 23, 2020; Added Norwegian
-
Anton Georgiev authored
-
- Apr 22, 2020
-
-
Richard Alam authored
Prevent ejected users from rejoining
-
Richard Alam authored
- track ejected user based on external userid. If user rejoins with the same external userid, fail the validate token.
-
- Apr 18, 2020
-
-
Dixon Fred authored
Set content-type for presentation download
-