- Dec 11, 2020
-
-
Anton Georgiev authored
-
- Dec 09, 2020
-
-
Anton Georgiev authored
-
- Nov 18, 2020
-
-
Anton Georgiev authored
-
- Nov 13, 2020
-
-
Tiago Daniel Jacobs authored
-
Tiago Daniel Jacobs authored
-
Tiago Daniel Jacobs authored
-
- Nov 08, 2020
-
-
Your Name authored
-
- Oct 23, 2020
-
-
Dixon Fred authored
-
- Oct 22, 2020
-
-
Dixon Fred authored
-
Dixon Fred authored
-
Dixon Fred authored
-
- Sep 28, 2020
-
-
Pedro Beschorner Marin authored
This patch includes two improvements made for bbb-web. It tries to better isolate the sessionToken's handling and session's validation, including logs for each one of these steps; and removes maxParticipats control from registered users (that are no longer removed from bbb-web collections) binding it to joined users or users that reached the enter API call. The following adds more details about this last one: User's regular flow to join a meeting goes around an API join call -> redis register event -> redirect to client page -> API enter call -> redis join event. When the guest policy is ASK_MODERATOR, non-moderators are registered and redirected to a guest lobby that polls for her/his guest status and only enters the meeting after a moderator approval. Using registered users as control to check how many participants are in a meeting is problematic because non-approved guests are counted as participants and bbb-web has to find out when to ditch registered users records to make a seat in a meeting available again. In other words, a meeting with maxParicipants of 5 can get it's joins locked with a moderator and 4 waiting guests or bbb-web can wrongly drop a registered user record on a reconnection inducing weird 401 responses from the API. This change proposes to control maxParticipants both at join and enter API calls monitoring the number of redis joined users. This also includes an extra buffer to capture users that called the enter API but still don't have an user joined event. User left events are now handled different holding the user data before removing from the joined users collection and only releasing after verifying that the user didn't reconnected. Both user left timeout `usersTimeout` and entered user timeout `enteredUsersTimeout` can be configured at properties.
-
- Sep 22, 2020
-
-
Pedro Beschorner Marin authored
Revert this to make whatever you want when running bbb-web without https
-
- Sep 21, 2020
-
-
Anton Georgiev authored
-
- Sep 15, 2020
-
-
Pedro Beschorner Marin authored
Use the former Flash client avatarURL join param to replace the name initials avatar from the user list, chat, waiting guests and connection status list. It is possible to define a defaultAvatarURL at bbb-web and enable/disable it
-
- Sep 05, 2020
-
-
Richard Alam authored
- add meetingEndedURL and endWhenNoModerator create param - meetingEndedURL is complete - endWhenNoModerator is partially implemented. Will be continued in another PR.
-
- Jul 29, 2020
-
-
Anton Georgiev authored
Obsolete in html5 and also was breaking the message sanitizer
-
Anton Georgiev authored
-
- Jul 24, 2020
-
-
Tiago Jacobs authored
-
- Jul 20, 2020
-
-
Jesus Federico authored
-
- Jul 02, 2020
-
-
Tainan Felipe authored
-
- Jun 16, 2020
-
-
Pedro Beschorner Marin authored
-
- May 20, 2020
-
-
Anton Georgiev authored
-
- May 18, 2020
-
-
Mitsutaka Sato authored
-
- May 01, 2020
-
-
Richard Alam authored
- verify presentation and meeting id formats - construct presentation file path making sure that they are valid - add "downloadable" flag to check if presentation can be downloaded or not - collect presentation upload errors so we can send to the client in the future
-
- Apr 30, 2020
-
-
Ghazi Triki authored
-
- Apr 25, 2020
-
-
Ghazi Triki authored
-
Lars Kiesow authored
This patch switches to HTTPS for the links configured for and displayed in the client.
-
Erik E. Lorenz authored
-
Erik E. Lorenz authored
-
- Apr 24, 2020
-
-
Richard Alam authored
Made a mistake of defining param twice
-
Richard Alam authored
Make bbb-web bind to localhost
-
- Apr 15, 2020
-
-
Mitsutaka Sato authored
-
- Apr 09, 2020
-
-
Ghazi Triki authored
-
- Apr 03, 2020
-
-
Ghazi Triki authored
-
- Mar 04, 2020
-
-
Richard Alam authored
-
- Mar 02, 2020
-
-
Richard Alam authored
-
Richard Alam authored
-
- Mar 01, 2020
-
-
Richard Alam authored
-
- Feb 28, 2020
-
-
Ghazi Triki authored
-