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
4b4afb6916
remove empty object in logs
2022-10-03 13:48:00 -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
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
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
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
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
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
2b0971e2c8
Merge tag 'v2.5.6' into merge-256-26
2022-09-26 09:17:59 -03:00
germanocaumo
fea31e366c
refactor: code smell
2022-09-22 10:06:23 +00: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
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
Ramón Souza
6d1463e03b
add disableWebsocketFallback settings
2022-09-21 11:03:21 -03:00
Gustavo Trott
f3bb17a5e1
Merge pull request #15616 from gabriellpr/emojis-test
2022-09-20 16:50:59 -03:00
Gustavo Trott
7e18b03bf1
Merge pull request #15651 from gabriellpr/help-button-tests
2022-09-20 16:50:50 -03:00
Ramón Souza
c6ea6a5d12
fix multiple answer translation in live results
2022-09-20 13:28:25 -03:00
Ramón Souza
3cccbc4b97
Merge pull request #15687 from ramonlsouza/issue-15686
...
fix: multiple answer translation in live results
2022-09-20 13:27:23 -03:00
Ramón Souza
a882701ac7
fix broadcast push alert in breakouts
2022-09-20 09:57:08 -03:00
Ramón Souza
ab50d4d60e
add settings
2022-09-16 13:01:07 -03:00
Ramón Souza
83c9e644b1
add settings
2022-09-16 11:56:56 -03:00
Ramón Souza
706014430c
change server name format and add timestamp to logs
2022-09-16 11:09:21 -03:00
Ramón Souza
485103ff93
include server role and instance in logs
2022-09-16 11:09:12 -03:00
Ramón Souza
7bb26b64ff
add server health log
2022-09-16 11:09:04 -03:00
Ramón Souza
774da00d16
change server name format and add timestamp to logs
2022-09-16 10:48:21 -03:00
prlanzarin
0f24e5634d
fix(audio): bypass overconstrained errors in SFU-based audio
2022-09-15 20:42:43 +00:00
Ramón Souza
facae4e2fb
include server role and instance in logs
2022-09-15 16:57:20 -03:00
Ramón Souza
f6642bd2a8
add server health log
2022-09-15 16:56:00 -03:00
prlanzarin
b3eebbb926
fix(audio): retry gUM without pre-set deviceIds on OverconstrainedError(s)
...
There are some situations where previously set deviceIds (
local/session storage) may become stale. This causes an unexpected
behavior where audio is temporarily borked until the user clears their
local storage.
This issue has been seen more recently on Safari endpoints when switching
back-and-forth breakout rooms in environments running under iframes.
Also seen randomly on endpoints with virtual input devices.
This centralizes audio gUM calling into a single method that retries the
gUM procedure without pre-set deviceIds only if the initial call fails
due with an OverconstrainedError - hopefully circumventing the issue.
2022-09-15 19:25:30 +00:00
Joao Victor
745937868c
fix: 'horizontalPosition' prop type
2022-09-15 12:01:31 -03:00
Gustavo Trott
10c81bf689
Merge pull request #15690 from zhem0004/handleCursorPropertyError
2022-09-15 10:36:14 -03:00
Joao Victor
968e872c5b
Merge branch 'v2.6.x-release' into issue-15574
2022-09-15 09:13:02 -03:00
Ramón Souza
2a062b25dc
Merge pull request #15683 from ramonlsouza/issue-15669
...
fix: set breakout name input as readonly when updating users
2022-09-14 17:08:49 -03:00
Bohdan Zhemelinskyi
811d135585
handle missing cursor property case
2022-09-14 19:42:15 +00:00
Ramón Souza
8a59a104b5
Merge pull request #15649 from ramonlsouza/port-15618-25
...
fix: port adjustments in breakout publisher to 2.5
2022-09-14 13:28:58 -03:00
Ramón Souza
7d7f26ea55
Merge pull request #15624 from KDSBrowne/bbb-text-updates
...
fix: Restore Text Shape Updates Per Character
2022-09-14 13:06:10 -03:00