Commit Graph

35044 Commits

Author SHA1 Message Date
KDSBrowne
ab63779b2f add video settings menu to tab order 2022-10-04 14:21:52 +00:00
Ramón Souza
077592df18
Merge pull request #15745 from germanocaumo/dup-ann-ws-fix
fix(whiteboard): annotations duplication in websocket/collection
2022-10-03 15:10:59 -03:00
Ramón Souza
6dfc7afe77
Merge pull request #15772 from ramonlsouza/adjust-logs
fix: remove empty object in logs
2022-10-03 13:55:11 -03:00
Ramón Souza
4b4afb6916 remove empty object in logs 2022-10-03 13:48:00 -03:00
Gustavo Trott
f75e74cf0b
Merge pull request #15771 from zhem0004/fixRunScript 2022-10-03 12:11:21 -03:00
Bohdan Zhemelinskyi
fd1df3cc47 add parameter to run script 2022-10-03 15:02:20 +00:00
Fred Dixon
60898c46cb
Merge pull request #15766 from ffdixon/update-freeswitch-settings
Update FreeSWITCH settings for improved audio
2022-10-03 05:36:30 -04:00
Fred Dixon
f9a218cdf6 Updated FreeSWITCH settings to improve audio 2022-10-02 14:49:41 -05:00
Fred Dixon
12e05cdae0 Updated FreeSWITCH settings to improve audio 2022-10-02 14:43:36 -05:00
Gustavo Trott
9a18f5fe61
Merge pull request #15467 from zhem0004/spring2726 2022-09-30 17:29:56 -03:00
Ramón Souza
a15cf73721
Merge pull request #15763 from germanocaumo/tldraw-zoom-fixes
fix(whiteboard): several zoom fixes
2022-09-30 17:18:45 -03:00
Ramón Souza
9803955faa
Merge pull request #15765 from ramonlsouza/transifex-sep30-26
chore: Pulled the latest 2.6 HTML5 locales from Transifex
2022-09-30 16:32:17 -03:00
Localization Server
5d451d5c19 chore: Pulled the latest 2.6 HTML5 locales from Transifex 2022-09-30 16:29:39 -03:00
Ramón Souza
61cfdd9377
Merge pull request #15725 from germanocaumo/f-t-cursor
fix(cursor): hide cursor for others on mouse leave
2022-09-30 12:58:41 -03:00
germanocaumo
e1ee782294 fix(whiteboard): several zoom fixes
Sometimes when whiteboard props change (mainly resizes), the tldraw component gets
mounted again, resetting its camera, and was causing zoom to be applied incorrectly.
I've added a useEffect to better react to when the camera resets and reset to the corret zoom.
2022-09-30 14:35:29 +00:00
Gustavo Trott
a3dfb35f78
Merge pull request #15743 from gustavotrott/openjdk-deprecated 2022-09-29 14:43:05 -03:00
Ramón Souza
3ea427aa49
Merge pull request #15751 from JoVictorNunes/brightness-label-selection
improvement: disable text selection of brightness labels
2022-09-29 13:57:36 -03:00
Ramón Souza
045e2ec95d
Merge pull request #15740 from JoVictorNunes/issue-15712
fix: add config to disable emoji sort on click
2022-09-29 10:32:07 -03:00
Ramón Souza
e1095869c9
Merge pull request #15665 from ramonlsouza/add-locale-format
Support @ notation for localization files
2022-09-29 10:23:08 -03:00
Ramón Souza
223bc60814
Merge pull request #15748 from JoVictorNunes/issue-15746
improvement: text selection in chat
2022-09-29 10:02:37 -03:00
Joao Victor
82f385c88e improvement: disable text selection of brightness labels 2022-09-29 09:49:36 -03:00
Bohdan Zhemelinskyi
dc9aebc91e Doc conversion service fix 2022-09-28 18:46:28 +00:00
Joao Victor
27268dc697 improvement: text selection in chat 2022-09-28 15:32:37 -03:00
Ramón Souza
9b7186a23a
Merge pull request #15738 from ramonlsouza/fix-cursor-bug
fix: cursor bug after camera is dropped in the same place
2022-09-28 14:33:40 -03:00
Ramón Souza
6963bc0db4 Merge remote-tracking branch 'upstream/v2.6.x-release' into add-locale-format 2022-09-28 14:32:01 -03:00
Ramón Souza
ea96301893
Merge pull request #15737 from ramonlsouza/issue-15718
fix: Unable to expand the sidebar content by pulling on webcam part when close to whiteboard
2022-09-28 14:20:42 -03:00
Ramón Souza
82f962ad67
Merge pull request #15744 from ramonlsouza/update-roles-comment
build: update number of default servers for bbb-html5
2022-09-28 10:32:56 -03:00
Ramón Souza
94b8827bff update number of default servers for bbb-html5 2022-09-28 10:27:59 -03:00
germanocaumo
d770a7df8c fix(whiteboard): only call annotation upsert in one frontend instance
We were calling upsert in the Annotations collection for the same annotation in all frontend instances, this could lead to the same annotation being inserted
multiple times with different ids due to concurrency.

Added the html5InstanceId of the original request to the redis message so we can use it to only call upsert in one instance.
2022-09-28 12:03:59 +00:00
germanocaumo
af1c7fe7fc fix(whiteboard): avoid subscribing to annotations multiple times
The subscription to annotations sometimes could be ready and stopped before the component fully loads,
allowing it to be subscribed again (and then receiving all the annotations via websocket two times).

Moved the subscription to occur only after the base ones.
2022-09-28 11:43:10 +00:00
Gustavo Trott
e7e40ae1cc Switch bbb-soffice parent image to amazoncorretto:17-alpine 2022-09-28 08:16:38 -03:00
Ramón Souza
228494fb99
Merge pull request #15742 from ramonlsouza/websocket-fallback-default
chore: set disableWebsocketFallback default value to true
2022-09-27 16:32:38 -03:00
Ramón Souza
a01049996b set disableWebsocketFallback default true 2022-09-27 16:23:27 -03:00
Joao Victor
862c9fb64d fix: add config to disable emoji sort on click 2022-09-27 15:47:39 -03:00
Ramón Souza
089b64deb7
Merge pull request #15657 from JoVictorNunes/issue-15574
refactor: push layout
2022-09-27 11:13:28 -03:00
Ramón Souza
2ae9eca935 fix cursor bug on camera drag 2022-09-26 17:15:48 -03:00
Ramón Souza
52e8d58a54 fix sidebar resize when webcam is below the chat 2022-09-26 16:22:47 -03:00
Ramón Souza
b114a1ed46
Merge pull request #15711 from gustavotrott/fix-deploy-node-version
fix: script to deploy html5 using wrong npm version
2022-09-26 10:08:26 -03:00
Ramón Souza
3abc4bb81a
Merge pull request #15736 from ramonlsouza/merge-256-26
chore: Merge v2.5.6 into v2.6
2022-09-26 09:51:06 -03:00
Ramón Souza
2b0971e2c8 Merge tag 'v2.5.6' into merge-256-26 2022-09-26 09:17:59 -03:00
Anton Georgiev
5ddf556a8e
Merge pull request #15726 from bigbluebutton/sfu286
build(bbb-webrtc-sfu): v2.8.6
2022-09-22 09:11:27 -04:00
germanocaumo
fea31e366c refactor: code smell 2022-09-22 10:06:23 +00:00
Paulo Lanzarin
068911242e
build(bbb-webrtc-sfu): v2.8.6
See https://github.com/bigbluebutton/bbb-webrtc-sfu/releases/tag/v2.8.6
2022-09-21 18:23:33 -03:00
germanocaumo
01a1cf83d7 fix(cursor): correctly hide cursor for others on mouse leave
Also update out of bounds coords to -1.0 to not display on playback.
2022-09-21 20:49:07 +00:00
Ramón Souza
b3c59ae672
Merge pull request #15723 from ramonlsouza/xhr-fallback-25
fix: disable xhr fallback on websocket connection (2.5)
2022-09-21 16:50:59 -03:00
Ramón Souza
ca52a2e073
Merge pull request #15714 from ramonlsouza/port-15687-25
fix: multiple answer translation in live results (2.5)
2022-09-21 16:49:24 -03:00
Ramón Souza
426b283f42
Merge pull request #15710 from ramonlsouza/issue-15709
fix: broadcast push alert crash in breakouts
2022-09-21 16:49:13 -03:00
Ramón Souza
e413499bb9
Merge pull request #15637 from germanocaumo/tldraw-disable-select
fix(tldraw): disable selecting shapes on certain cases
2022-09-21 16:46:26 -03:00
Bohdan Zhemelinskyi
0d5136116b Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into spring2726 2022-09-21 19:27:25 +00:00
germanocaumo
ae7eb92c86 Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into tldraw-disable-select 2022-09-21 18:10:05 +00:00