- Mar 11, 2021
-
-
Aron Engineer authored
-
Aron Engineer authored
-
Joao Siebel authored
-
Ramón Souza authored
* moving locales folder to /public and applying changes needed to serve locales as static files * better dev/prod check * transifex pull script changes to match new locales directory + ignore locales with less than 100 lines * fix local/prod locales path * merge fallback messages * applies new locale changes to legacy client `bbb-html5.nginx` file content should also be changed to the following: ``` location /html5client/locales { alias /usr/share/meteor/bundle/programs/web.browser/app/locales; } location /html5client/compatibility { alias /usr/share/meteor/bundle/programs/web.browser/app/compatibility; } location /html5client/resources { alias /usr/share/meteor/bundle/programs/web.browser/app/resources; } location /html5client/svgs { alias /usr/share/meteor/bundle/programs/web.browser/app/svgs; } location /html5client/fonts { alias /usr/share/meteor/bundle/programs/web.browser/app/fonts; } location /html5client { # proxy_pass http://127.0.0.1:4100; # use for development proxy_pass http://poolhtml5servers; # use for production proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; } ```
-
- Mar 10, 2021
-
-
Anton Georgiev authored
Editing poll options via drag and drop
-
Anton Georgiev authored
Fixes presentation invisible box appearing if presentation is hidden
-
Anton Georgiev authored
Fix legacy client with customHeartbeat:false
-
Maxim Khlobystov authored
-
Ramon Souza authored
-
Anton Georgiev authored
-
Anton Georgiev authored
Add guest lobby messages
-
Anton Georgiev authored
Update fsesl password on package installation
-
Anton Georgiev authored
Fixes incomplete session data error caused by PR #11529
-
Ramon Souza authored
-
Pedro Beschorner Marin authored
-
Anton Georgiev authored
When a moderator ends a meeting, indicate to viewers who ended the meeting
-
Brent Baccala authored
on installation of akka-bbb-fsesl, update ESL password in /etc/bigbluebutton, where we're starting to put the configuration stuff, instead of /usr/share/bbb-fsesl-akka/conf/application.conf
-
Brent Baccala authored
FreeSWITCH configuration file (event_socket.conf.xml) and add FreeSWITCH as a package dependency to make sure that it gets configured first
-
- Mar 09, 2021
-
-
Ramon Souza authored
-
Pedro Beschorner Marin authored
Moderators are able to send a message to the meeting's guest lobby. This new event reaches bbb-web and is sent to the guest user with her/his status response while polling. All guest users that are waiting for acceptance will be able to read this message. enableGuestLobbyMessage is disabled by default.
-
- Mar 08, 2021
-
-
Anton Georgiev authored
Improve the way we observe changes on Users's collection
-
Mario Jr authored
It is safer to look at subscriptions's state to users instead of depending on the initial state of the collection at mounting time. Although i couldn't force any race conditions on this, there's a chance it could happen. The fix avoid this problem. This complements #11533
-
Anton Georgiev authored
Changes on end meeting message
-
Ramon Souza authored
-
Ramon Souza authored
-
Ramon Souza authored
-
Ramon Souza authored
-
Anton Georgiev authored
Fixes incorrectly displaying of 'restore presentation' button when presentation is disabled
-
Ramon Souza authored
-
Dixon Fred authored
Added text for override of bbb-web.properties
-
Dixon Fred authored
-
- Mar 05, 2021
-
-
Anton Georgiev authored
add overlay config for bbb-web
-
Daniel Schreiber authored
there was a call of grep which failed when the config file does not exist yet. check existance of file first.
-
Anton Georgiev authored
Move some validations to the User's collection query
-
Richard Alam authored
Bbb core http endpoint wip
-
Mario Jr authored
Also removed unnecessary fields
-
Anton Georgiev authored
Improve performance when doing user join notifications
-
Aron Engineer authored
-
Mario Junior authored
Co-authored-by:
Anton Georgiev <antobinary@users.noreply.github.com>
-
Mario Jr authored
Complements #11533
-