Anton Georgiev
0be8773e4c
Loadbalance bbb-html5 in bbb-web based on CPU
2020-12-11 21:36:06 +00:00
Anton Georgiev
3930e164e6
Merge branch 'develop' into debug-window
2020-12-08 16:16:24 -05:00
Joao Siebel
0020d2b079
Add try/catch in custom send function
2020-12-08 19:53:33 +00:00
Joao Siebel
6e529e5292
Add try/catch to heartbeat function
2020-12-08 19:53:33 +00:00
Joao Siebel
240b75ea65
cherry-pick PR #10953
2020-12-08 19:50:18 +00:00
Anton Georgiev
244a239810
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into 2020-12-01-merge
2020-12-01 20:02:50 +00:00
Anton Georgiev
ff6963e835
Merge pull request #10921 from BrentBaccala/dont-reset-panel-defaults
...
Only set panel settings to login defaults on login, not everytime the…
2020-11-30 14:47:43 -05:00
Anton Georgiev
f34826718d
include instanceId in resources url
2020-11-30 16:09:35 +00:00
Brent Baccala
8845998bbd
Only set panel settings to login defaults on login, not everytime the base component renders
2020-11-27 16:51:45 -05:00
Joao Siebel
c34d5381fe
Add flag to enable/disable custom heartbeat functions
2020-11-26 11:19:59 -03:00
Anton Georgiev
0c7ae7537b
Only display Redis: MeetingMessageQueue if size > 100
2020-11-25 10:32:45 -05:00
Anton Georgiev
3faabd1821
Merge 2.2.29 and 2.2.30 into 2.3.x
2020-11-24 15:13:09 +00:00
Tainan Felipe
8650e0500b
Port socket sockejs timeout to 2.3
2020-11-20 14:31:24 -03:00
Anton Georgiev
39257aa2d8
parse instanceId as int; develop on port 4000
2020-11-19 15:31:24 +00:00
Anton Georgiev
23f2df11d5
code changes to allow for meetings' redis events to be processed on different html5 nodejs pids
2020-11-18 20:34:02 +00:00
Joao Siebel
b6b211f4fb
Tweak heartbeat
2020-11-16 18:37:25 -03:00
Joao Siebel
1c47023e8a
Add original function link for reference
2020-11-16 10:46:18 -03:00
Joao Siebel
3a2d06fd88
Tweak sockjs timeout value
2020-11-13 18:41:56 -03:00
Anton Georgiev
a8dc7a0bff
Simplified redis debug and placed behind check
2020-11-12 21:03:57 -05:00
Anton Georgiev
5ba12846d5
Update index.js
2020-10-28 15:17:17 -04:00
Joao Siebel
e50c348874
WIP improve log
2020-10-21 14:27:40 -03:00
Joao Siebel
be8421db3c
Merge remote-tracking branch 'upstream/develop' into connection-manager
2020-10-21 13:57:17 -03:00
Anton Georgiev
0c7ead1916
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into oct16-merge
2020-10-21 14:48:02 +00:00
Joao Siebel
dadca62741
Merge remote-tracking branch 'upstream/develop' into connection-manager
2020-10-13 10:49:12 -03:00
Anton Georgiev
adcb05b1ec
Merge pull request #10612 from jfsiebel/improve-logs
...
Improve log in/authentication logs
2020-10-09 13:43:09 -04:00
Joao Siebel
14388ec922
Improve logs for a better debug/understanding of problems related to authentication and log in process
2020-10-07 16:50:17 -03:00
Mario Jr
e9e436378a
Correctly set audio input/output devices
...
When refusing ("thumbs down" button) echo test, user is able to select a different input device. This should work fine for chrome, firefox and safari (once user grants permission when asked by html5client).
For output devices, we depend on setSinkId function, which is enabled by default on current chrome release (2020) but not in Firefox (user needs to enable "setSinkId in about:config page). This implementation is listed as (?) in MDN.
In other words, output device selection should work out of the box for chrome, only.
When selecting an outputDevice, all alert sounds (hangup, screenshare , polling, etc) also goes to the same output device.
This solves #10592
2020-10-06 20:37:55 -03:00
Vitor Mateus De Almeida
69eb26f281
Merge remote-tracking branch 'upstream/develop' into debug-window
2020-09-22 09:37:42 -03:00
Anton Georgiev
124b2d9b51
Merge branch 'develop' into move-guest-wait
2020-09-21 16:28:59 -04:00
Joao Siebel
b2adffa4c2
Merge remote-tracking branch 'upstream/develop' into connection-manager
2020-09-18 16:30:20 -03:00
Anton Georgiev
3b2446989e
recalculate locales on new request if there was issue on start
2020-09-10 14:32:42 +00:00
Joao Siebel
ac0a014571
WIP onClose
2020-09-10 08:49:22 -03:00
Anton Georgiev
fd0e69c280
Added fallback support for Armenian, Georgian, Occitan
2020-09-10 03:21:41 +00:00
Anton Georgiev
707f80a785
Only calculate locales list once, on process start
2020-09-10 01:27:03 +00:00
Anton Georgiev
e3d1fa2c17
return all locales, not just an empty []
2020-09-10 00:37:43 +00:00
Anton Georgiev
f1e92341a5
Merge branch 'issue-10291' of github.com:Tainan404/bigbluebutton into locales-total
2020-09-09 19:30:52 +00:00
Anton Georgiev
d8b185f2b3
Merge branch 'issue-9219' of github.com:Tainan404/bigbluebutton into locales-total
2020-09-09 19:29:18 +00:00
Joao Siebel
6e4e0a510a
Merge branch 'remove-user-on-exit' into connection-manager
2020-09-08 16:36:01 -03:00
Tainan Felipe
8651a02676
Add override default locale to user settings
2020-09-08 15:54:08 -03:00
Vitor Mateus De Almeida
849bb9a469
Add debug window
2020-09-03 20:35:57 -03:00
Joao Siebel
2873eb2c1b
Merge remote-tracking branch 'upstream/develop' into connection-manager
2020-09-01 09:08:33 -03:00
Joao Siebel
b8f42ac712
Create ClientConnections structure and auth-token-validation collection
2020-09-01 09:07:56 -03:00
Tainan Felipe
9230dfcc62
Fix wrong default setting
2020-08-25 09:29:23 -03:00
Tainan Felipe
4a81457b10
Fix comparison
2020-08-25 08:47:38 -03:00
Tainan Felipe
5956531941
Add init state for locale comparison
2020-08-25 08:36:06 -03:00
Anton Georgiev
b6d71fd66d
Merge branch 'develop' into issue-9219
2020-08-19 16:02:43 -04:00
Anton Georgiev
4fd2a815f4
Merge pull request #10220 from Tainan404/unsafe-intl-components
...
Remove unsafe lifecycle from intl component
2020-08-19 15:16:21 -04:00
Joao Siebel
f33bd10640
Remove user from collection when leaves
2020-08-19 13:22:43 -03:00
Tainan Felipe
47b2d6b945
fix language doesn't updating
2020-08-19 10:48:57 -03:00
Tainan Felipe
5bfeab289c
Merge remote-tracking branch 'upstream/develop' into issue-9219
2020-08-19 10:41:03 -03:00