GuiLeme
550eb6aa2e
[fix-export-to-chat-toast] - Fixed export to chat Toast
2022-10-07 14:36:02 -03:00
Joao Victor
010f1c2964
tweak userLeaving and Base
2022-10-07 10:38:50 -03:00
GuiLeme
a098933e0f
[fix-debounce-shared-notes] - Added data-test to current presentation toast
2022-10-07 09:40:46 -03:00
Joao Victor
45199cb6eb
fix: stringify all codeError's
2022-10-07 09:18:07 -03:00
Joao Victor
912b7cf70c
improvement: add setExitReason method
2022-10-07 09:15:00 -03:00
Daniel Petri Rocha
f170bdc19b
Merge branch 'v2.6.x-release' into capture-shared-notes
2022-10-06 22:38:21 +02:00
Gustavo Trott
9c185a52f4
Merge pull request #15782 from GuiLeme/remove-none-from-properties
2022-10-06 17:05:47 -03:00
KDSBrowne
6bccb3ff14
restore menu item descriptions | fix user options mute label not updating
2022-10-06 20:04:16 +00:00
Joao Victor
b77cab92bd
fix: log the reason why the user is leaving. --- logout: user requested logout --- disconnection: user is being removed for disconnection reasons
2022-10-06 15:58:41 -03:00
GuiLeme
2b84b80ba8
[fix-debounce-shared-notes] - fix debounce not working
2022-10-06 14:46:06 -03:00
KDSBrowne
1375cf1535
fix menu item descriptions not announcing for screen readers
2022-10-06 17:43:58 +00:00
Gustavo Trott
cb93edcf3e
Merge pull request #15688 from GuiLeme/issue-pdf-100-processing
2022-10-06 13:56:14 -03:00
Joao Victor
caa8667526
fix: mute external video when in echo test
2022-10-06 11:45:52 -03:00
GuiLeme
af7c7d1191
[issue-pdf-100-processing] - fix for merge
2022-10-06 11:24:50 -03:00
Bohdan Zhemelinskyi
02409967d8
upgrade
2022-10-06 14:07:16 +00:00
GuiLeme
5ca4a92940
[issue-pdf-100-processing] - resolved conflicts
2022-10-06 09:58:42 -03:00
GuiLeme
c9b42a230e
Merge branch 'issue-pdf-100-processing' of github.com:GuiLeme/bigbluebutton into issue-pdf-100-processing
2022-10-06 08:18:57 -03:00
KDSBrowne
9c6a6298e2
update menu ids to be unique
2022-10-05 21:54:59 +00:00
germanocaumo
8f41ab31da
fix(tldraw): persist bound shapes (arrows) + fix sending unneeded changes
2022-10-05 20:43:48 +00:00
Gabriel Porfirio
73b0e053c0
added breakout remaining time element
2022-10-05 17:41:22 -03:00
Gabriel Porfirio
4bfb2eba95
improved breakout remaning time check
2022-10-05 17:35:19 -03:00
germanocaumo
2fa76d60c4
Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into tldraw-shape-updates
2022-10-05 19:56:54 +00:00
Joao Victor
45a230f7b4
fix: unread notes notification
2022-10-05 16:46:02 -03:00
Carlos
e53b961173
fix(external videos) youtube shorts link working
...
If the url is from youtube shorts change the url.
2022-10-05 15:53:44 -03:00
KDSBrowne
1812aa8519
update app and presentation fullscreen labels
2022-10-05 18:48:53 +00:00
Gustavo Trott
ec9bad1287
Merge pull request #15762 from zhem0004/removeSetPollsXML
2022-10-05 12:02:39 -03:00
Gustavo Trott
bbe3ca34a8
Merge pull request #15474 from GuiLeme/apply-toast-shared-notes
2022-10-05 12:02:04 -03:00
Joao Victor
7e8cee7340
improvement: error screen messages
2022-10-05 11:30:12 -03:00
GuiLeme
094c99029f
[remove-none-from-properties] - commented line
2022-10-05 11:26:42 -03:00
Ramón Souza
fe6a300ef3
chore: Set bigbluebutton release to 2.6.0-alpha.4
2022-10-05 10:04:19 -03:00
Guilherme Pereira Leme
42da2a7a8c
[issue-pdf-100-processing] - Changes in review
...
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2022-10-04 17:01:06 -03:00
GuiLeme
3b90bdb8b2
[apply-toast-shared-notes] - Fix problems with shared notes
2022-10-04 16:25:54 -03:00
KDSBrowne
ed7cb5f6e5
add focus and hover styles to skip slide dropdown / reset zoom
2022-10-04 15:38:34 +00:00
KDSBrowne
ab63779b2f
add video settings menu to tab order
2022-10-04 14:21:52 +00:00
Ramón Souza
5e96a66220
Merge pull request #15779 from ramonlsouza/websocket-compression
...
build: enable websocket compression in front-end servers
2022-10-04 11:20:57 -03:00
Ramón Souza
7ab6a247ae
enable websocket compression in front-end servers
2022-10-04 10:45:44 -03:00
germanocaumo
3ecf79cc4f
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-10-04 10:28:36 +00:00
germanocaumo
9d059dc5e5
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-10-04 09:35:06 +00:00
Daniel Petri Rocha
0e8cdd1f01
Handle shape label text edge case
...
bbb-export-annotations was crashing if the text label within a shape failed to render.
This commits adds a check ensuring the rasterized image exists.
2022-10-03 22:18:03 +02: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
Daniel Petri Rocha
234e36f462
Merge branch 'v2.6.x-release' into breakout-upload-ui
2022-10-03 11:05:23 +02:00
Daniel Petri Rocha
26a93f6853
Merge branch 'v2.6.x-release' into capture-shared-notes
2022-10-03 11:03:24 +02: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