Ramón Souza
4b1f1594b1
replace arrays in configuration override
2021-11-24 17:09:06 +00:00
KDSBrowne
e184912311
prevent properties of undefined (reading 'toUpperCase')
2021-11-22 00:55:51 +00:00
Ramón Souza
4121f61a59
restore 2.3 fullscreen
2021-11-19 19:26:04 +00:00
Mario Jr
1ee9203fad
fix: enable useLocationOrigin in dynamic-import
...
This makes meteor to work with a reverse proxy, without changing it's
settings
2021-11-09 12:10:25 -03:00
germanocaumo
3dd679761f
Merge branch 'v2.4.x-release' of https://github.com/bigbluebutton/bigbluebutton into f-h-prom-agent
2021-11-05 19:38:40 +00:00
germanocaumo
6f1e1d4f4a
refactor(prom-html5): serve endpoint via meteor instead of http server +
...
- separate backend/frontend metrics, only add metrics related to the role
- add role and instance labels
2021-11-05 16:31:23 +00:00
prlanzarin
b677f805c1
refactor(virtual-backgrounds): move WASM binaries to public, let nginx serve them
2021-10-14 03:50:39 +00:00
Paulo Lanzarin
ced2b27f84
refactor: remove unused gauge in bbb-html5 metrics
2021-10-06 19:03:36 +00:00
germanocaumo
8b2fd271de
feat(html5-server): add number of meteor methods metric in prometheus
2021-10-06 19:02:36 +00:00
germanocaumo
e5b012d007
refactor(html5-prom): use ES6 imports/exports
2021-10-06 18:56:55 +00:00
germanocaumo
30db4a4122
refactor(html5-prometheus): remove MCS references and change default port
2021-10-06 18:56:32 +00:00
germanocaumo
a0580431e0
feat(html5-server): add prometheus default instrumentation
...
Adds prometheus client to collect html5 server metrics.
Only default Node.js metrics in this initial version.
Enable via configs in private.app.prometheus
2021-10-06 18:55:19 +00:00
Ramon Souza
6d95cab29c
prevent invisible cameras issue on page load
2021-09-16 09:25:51 -03:00
Ramon Souza
65382e72af
remove saveLocale static method
2021-08-25 14:06:57 -03:00
Ramon Souza
86df6ee96f
prevent endless loop if locale file is invalid json
2021-08-25 13:12:38 -03:00
Ramon Souza
b048e77f10
user leave alerts feature
2021-08-20 13:14:12 -03:00
Vitor Mateus De Almeida
145ca61d40
linting some files
2021-08-09 11:24:02 -03:00
Anton Georgiev
5cfb723e07
Merge branch 'v2.3.x-release' of github.com:bigbluebutton/bigbluebutton into aug6-merge
2021-08-06 15:23:36 +00:00
Vitor Mateus De Almeida
1b18977eac
rename all NewLayout.. to Layout..
2021-08-05 08:03:24 -03:00
Vitor Mateus De Almeida
09082734c9
remove old media, webcam draggable and panel components
2021-08-05 04:26:03 -03:00
Vitor Mateus De Almeida
abf089ae73
remove layout manager legacy
2021-08-05 01:22:07 -03:00
Ramon Souza
57d5ee8735
fix override default locale api parameter
2021-08-02 11:24:35 -03:00
prlanzarin
9071ba8bc4
refactor(virtual-backgrounds): re-organize virtual background code
...
Changes (maybe not a complete list):
- Disable virtualbgs by default
- Move the virtualbg selector in video-preview to the side below the
profile selection
- Restore old video-preview sizes
- Add a wrapper class for MediaStreams (BBBVideoStream)
- Centralize virtualbg services and business logic code into BBBVideoStream
- Refactor and centralize virtualbg constant fetching
- Refactor and centralize virtualbg config fetching
- Organize virtualbg type definitions
- Remove added states in video-provider to prevent further bloat
- Remove added states in video-preview to prevent further bloat
- Lock virtual bg switching while video-preview itself is locked
- Add proper virtualbg error surfacing via toasts
- Refactor iOS availability detection to use centralized UA checker
- Avoid calling gUM when toggling virtualbgs on/off
- Make virtualbg video-list-item action a toggle instead of a
state-aware action
- Make virtualbg switching work in video-preview for cameras that are
already shared. Especially useful when there are multiple source
cameras, and will be important in the near future
- Add Derivative Work notices in files that are partially copied from
jitsi-meet
- Simplify track replacing in video-provider
- Split video-preview UI code for virtualbgs into a separate functional component
2021-07-22 18:53:42 +00:00
Bartu Bazna
9f791a8892
Squashed virtual background commits
2021-07-21 20:00:19 +00:00
Anton Georgiev
4baf67c24d
Merge pull request #12796 from ramonlsouza/fix-start-closed-chat
...
fix: start closed chat option does not work
2021-07-20 16:25:35 -04:00
Anton Georgiev
472c9a6107
Merge branch 'v2.3.x-release' of github.com:bigbluebutton/bigbluebutton into 237-into-develop
2021-07-20 15:21:21 +00:00
Ramon Souza
92edd08448
fix start closed chat option
2021-07-20 10:19:48 -03:00
Ramon Souza
a7c545ff1f
refactor reason -> ejectedReason
2021-07-08 13:09:25 -03:00
Ramon Souza
8fe8a0ac6b
display endWhenNoModerator message
2021-07-08 11:51:00 -03:00
Anton Georgiev
6cf863ff3d
Merge pull request #12604 from KDSBrowne/bbb-api-unit-tests
...
test: Add Unit Tests For Meteor Polls API
2021-07-06 16:56:46 -04:00
Anton Georgiev
b9cc633286
Merge branch 'v2.3.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2.3.5-into-develop
2021-07-06 19:36:19 +00:00
Anton Georgiev
b5851aa152
removeUser: handle connections in frontends, db changes in backend
2021-06-30 20:08:00 +00:00
Joao Siebel
f23cdf4dbf
Restore mongo metrics feature
2021-06-28 12:00:09 -03:00
KDSBrowne
cf6672b1c9
Add unit tests for poll api modifiers | 2x handlers
2021-06-17 02:20:49 +00:00
Anton Georgiev
5ee5ed1970
Merge branch 'v2.3.x-release' of github.com:bigbluebutton/bigbluebutton into merge-june16
2021-06-16 19:54:28 +00:00
Anton Georgiev
4780da6a79
Set Divehi as RTL
2021-06-14 16:33:17 +00:00
Ramon Souza
3ba15a83dd
different navbar height for large fonts
2021-06-04 10:44:50 -03:00
Anton Georgiev
fd9b68b526
Revert "fix: different navbar size for locales with large fonts"
2021-06-03 10:42:02 -04:00
Ramon Souza
f4f01818f8
add localeChanged event to resize presentation area
2021-06-02 09:41:15 -03:00
Ramon Souza
8d2474135a
formatting
2021-06-01 14:46:29 -03:00
Ramon Souza
96edb582f7
different navbar height for large fonts
2021-06-01 14:45:16 -03:00
Anton Georgiev
4356ea9e3d
Merge pull request #12439 from ramonlsouza/issue-12376
...
fix: replace power-queue dependency
2021-05-25 10:07:08 -04:00
Anton Georgiev
2eb09a15db
Merge pull request #12394 from vitormateusalmeida/layoutManagerNew
...
Add New Layout Manager
2021-05-25 10:06:35 -04:00
Ramon Souza
57cdf3f6b7
replace power-queue with queue
2021-05-24 16:41:22 -03:00
Ramon Souza
34007f5bc5
lint
2021-05-20 15:14:19 -03:00
Ramon Souza
f3260ed8bf
handle additional cases for locales
2021-05-20 14:01:58 -03:00
Vitor Mateus De Almeida
047b573d10
Fix auto resize when open/close panels
2021-05-19 19:29:03 -03:00
Vitor Mateus De Almeida
444b29a346
Merge remote-tracking branch 'upstream/develop' into layoutManagerNew
2021-05-19 11:54:22 -03:00
Vitor Mateus De Almeida
88a1edcc06
Fix userlist item button, Fix polling close button
2021-05-19 11:51:31 -03:00
Ramon Souza
165545ee77
remove useless conditional in base component
2021-05-19 08:57:32 -03:00