Commit Graph

11581 Commits

Author SHA1 Message Date
Ramón Souza
f5d1db72ec
Merge pull request #18331 from KDSBrowne/bbb-a11y-pathes-01
fix: Improve Focus When Changing Modal Tabs With Keyboard
2023-07-17 16:59:27 -03:00
KDSBrowne
9e87a475f2
Update bigbluebutton-html5/imports/ui/components/common/modal/simple/component.jsx
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2023-07-17 14:04:04 -04:00
KDSBrowne
5a85ca14a2 add focus trap to handle focus leaving simple modals 2023-07-17 17:19:05 +00:00
Ramón Souza
7964bb9877 lint 2023-07-17 10:00:51 -03:00
Ramón Souza
fa8883ee29 use list for users in connections status 2023-07-14 16:47:40 -03:00
Ramón Souza
db4479d6dd adjust quick poll char limit 2023-07-13 09:58:05 -03:00
Ramón Souza
c1fa4e10c7
Merge pull request #18301 from KDSBrowne/bbb-18233
fix: Add Resize Event When Whiteboard Mounts
2023-07-13 08:30:42 -03:00
Anton Georgiev
cd1d8624a0
Merge pull request #18298 from schrd/fix-issue-18297
Fix: use connection id to determine if a user is ejected or not
2023-07-12 09:50:01 -04:00
KDSBrowne
e97427a9aa add resize event when whiteboard mounts 2023-07-11 16:17:03 +00:00
Ramón Souza
0f10a2c371 fix reopening chat on promote 2023-07-11 11:32:15 -03:00
Daniel Schreiber
67a491f07c Fix: use connection id to determine if a user is ejected or not
It used to be a boolean value which was durable if the server is
configured to use localStorage for bbb client settings. This would lead
to permanently blocking a user for all future BBB sessions.

To prevent that we use the connectionID to determine if a user is
blocked or not. If a user rejoins (in the same or a different meeting),
the connectionID is different, so the user can join again.
2023-07-11 15:00:24 +02:00
KDSBrowne
9f1734bfb8 handle quick poll options for F/G 2023-07-06 15:30:05 +00:00
Ramón Souza
14300f3f71
Merge pull request #18274 from ramonlsouza/issue-18220
Preserve pinned notes after screenshare
2023-07-06 08:40:52 -03:00
Ramón Souza
b7a193acb5
Merge pull request #18200 from gabriellpr/refactoring-parameters-test
test: Add create parameters tests + refactoring
2023-07-04 17:11:19 -03:00
Ramón Souza
efc9cde2f3
Merge pull request #18235 from KDSBrowne/bbb-18078
fix: Whiteboard Cursor Offset Switching Back To Custom Layout
2023-07-04 14:43:06 -03:00
Ramón Souza
1b06b30167 preserve pinned notes after screenshare 2023-07-04 13:14:09 -03:00
KDSBrowne
3c1b50c99a fix whiteboard crash when switching presentations with zoomed slide 2023-07-03 16:03:38 +00:00
Gabriel Porfirio
8f52121d5c changes on the speech-recognition test 2023-06-30 17:16:22 -03:00
Scroody
0b5822a5fa Fix: pinning shared notes should restore presentation 2023-06-27 13:53:21 -03:00
KDSBrowne
87c1cf98be Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into bbb-18078 2023-06-27 15:48:11 +00:00
KDSBrowne
66c3e1b0a8 reset cam dock position on custom layout change 2023-06-27 15:47:59 +00:00
Anton Georgiev
9a6c8f410d
Merge pull request #18150 from danielpetri1/cluster-setup-link
refactor: Fix original presentation download link in cluster setups
2023-06-23 15:20:05 -04:00
Ramón Souza
cc5c6cf94f fix force panning 2023-06-22 09:53:32 -03:00
Gabriel Porfirio
cafc51f33c refactoring and adding new parameters test 2023-06-22 09:21:10 -03:00
Ramón Souza
026cc92a17 fix copy event in breakout panel 2023-06-16 13:04:05 -03:00
Ramón Souza
70dd942ac1
Merge pull request #18149 from KDSBrowne/bbb-17843
fix: Add Debounce To handleResize And zoomChanger
2023-06-13 09:01:36 -03:00
KDSBrowne
8932dc2fe1 use radash instead of lodash 2023-06-12 19:11:52 +00:00
Ramón Souza
3576eb1a01
Merge pull request #18129 from Scroody/I-179382
Fix: White squares displayed when rotating to mobile orientation
2023-06-12 15:49:47 -03:00
Ramón Souza
8ae0f534b3
Merge pull request #18108 from Scroody/I-18077
Fix: Presentation area in front of talking indicator elements.
2023-06-12 15:45:20 -03:00
danielpetri1
40d990d8a6 Fix original presentation download link in cluster setups 2023-06-12 14:57:24 +00:00
KDSBrowne
0cd12b0296 add debounce to handleResize and zoomChanger 2023-06-11 20:53:06 +00:00
Ramón Souza
bb88dae48f
Merge pull request #18104 from KDSBrowne/bbb-18026
fix: Preserve Canvas Position On Slide Change
2023-06-08 17:27:23 -03:00
André Castro
7c8050ccef
Merge branch 'v2.6.x-release' into I-179382 2023-06-08 14:58:52 -03:00
Scroody
bd087969dc Fix: Whites squares 2023-06-08 14:54:41 -03:00
Ramón Souza
f72f84106a
Merge pull request #18106 from hiroshisuga/dev2.6_pointerSize
feat(config): Configurable presentation pointer size
2023-06-08 09:19:27 -03:00
Ramón Souza
7e6b15cd22
Merge pull request #18114 from schrd/send-to-chat-documents-open-in-new-tab
Fix: open documents download presentation in new tab
2023-06-08 09:06:23 -03:00
Daniel Schreiber
d62a51ad25 Fix: open documents download presentation in new tab
Tell the browser to open presentations sent to chat in a new tab.
Otherwise it might try to replace the BBB session.
2023-06-07 20:42:56 +02:00
Scroody
37691f65b1 Fix: Presentation area in front of talking indicator elements 2023-06-07 11:42:27 -03:00
hiroshisuga
a6d353a7b1
Update component.jsx 2023-06-07 22:46:47 +09:00
KDSBrowne
e138d17b4f preserve canvas position on slide change 2023-06-07 05:12:07 +00:00
Daniel Petri Rocha
d2762657ee
Merge branch 'v2.6.x-release' into mime-fixes 2023-06-06 12:12:13 +02:00
danielpetri1
ffeb8c3acb Allow multiple MIME types per extension 2023-06-06 10:08:14 +00:00
Scroody
09286137c2 Approach to solve issue changed. 2023-06-05 16:46:04 -03:00
André Castro
8af887c572
.jsx 2023-06-05 13:52:38 -03:00
Scroody
0f64f5ba1a Code replicated to other components 2023-06-05 13:42:24 -03:00
Scroody
bfaa640fb4 Fix: pinning shared notes should restore presentation 2023-06-01 16:28:33 -03:00
prlanzarin
854f1e6e1b fix(video): drag-and-drop virtual background isnt applied
Drag-and-drop based virtual BG activation isn`t working since we refactored the logic to determine whether a peer is attached or not
2023-05-31 11:51:06 -03:00
Anton Georgiev
1fce8d1c22
Merge pull request #18003 from gabriellpr/improve-poll-test
test: Improve smart slides
2023-05-31 10:03:06 -04:00
prlanzarin
f34f8e5a9c fix(video): autoplay handling fails due to wrong mediaElement reference 2023-05-31 10:33:39 -03:00
Anton Georgiev
f6d2ed10f3
Merge pull request #18042 from ramonlsouza/issue-18039
fix: Viewer gets blank presentation after minimize/restore
2023-05-30 14:55:41 -04:00