- Mar 05, 2021
-
-
Anton Georgiev authored
Revert "Fix clear chat for single message"
-
Anton Georgiev authored
-
- Mar 04, 2021
-
-
Anton Georgiev authored
Merge 2.2.[32..35] into 'develop'
-
Anton Georgiev authored
-
Anton Georgiev authored
Fix audio and push alerts for user join
-
Anton Georgiev authored
Add avatar back to chat poll result message
-
Anton Georgiev authored
Quick poll improvements
-
Ramon Souza authored
-
Anton Georgiev authored
Fix clear chat for single message
-
Anton Georgiev authored
Add reconnection and sync handler
-
Tainan Felipe authored
-
Tainan Felipe authored
-
Ramon Souza authored
-
Tainan Felipe authored
-
Tainan Felipe authored
-
Tainan Felipe authored
-
KDSBrowne authored
-
Dixon Fred authored
Bump to 2.2.35
-
Dixon Fred authored
-
- Mar 03, 2021
-
-
Dixon Fred authored
Fix padId getter
-
Pedro Beschorner Marin authored
Pad exporter uses this same location to serve pad's downloaded content but the the match was failing because padId is not the last element of the URL on that scenario. Pattern follows /pad/p/<padID>[/export/(format)]?<query>.
-
Anton Georgiev authored
numUsersVideo being undefined breaks layout
-
Anton Georgiev authored
Fix svg width error
-
Ramon Souza authored
-
Anton Georgiev authored
Revert custom changes to settings.yml
-
Anton Georgiev authored
Inadvertently introduced by #11514
-
- Mar 02, 2021
-
-
Dixon Fred authored
Add some extra docs/setup instructions to the analytics callback script
-
Calvin Walton authored
-
Anton Georgiev authored
Improve permission checks for video, screen sharing and listen only
-
Anton Georgiev authored
Update handleClick condition (fix text-area for FireFox)
-
KDSBrowne authored
-
Anton Georgiev authored
Rework padIds and turn bbb-web pad aware
-
Anton Georgiev authored
-
Anton Georgiev authored
Adds tests recording + updates some outdated tests + linting
-
Anton Georgiev authored
-
hiroshisuga authored
-
Tainan Felipe authored
-
Anton Georgiev authored
-
Anton Georgiev authored
External video events propagated through akka-apps
-
Mario Jr authored
When validating tokens, the dummyUser created at the beginning is set with validated=true. This means there won't be the state change that used to occur from validated:false to validated:true (which detects the moment joined the meeting) , therefore the alert code that expects for this change won't run. To fix this for audio alerts, we now detect when user join by observing additions in Users's collection. This is actually good because we start observing this only once (in componentDidMount), differently we used to do, by calling this every time the tracker was activated. To distinguish between the user addition that initially populates user's collection from those that happens after user join (which are the ones we want), we store the initial state (at componentDidMount) and compare it with new additions. If the user added is present at the initial state, then it is an addition to populates the collection, otherwise this is a real user addition (happened after user joined the meeting) Partially fixes #11399
-