Commit Graph

38043 Commits

Author SHA1 Message Date
Paulo Lanzarin
c5f3d07ceb
build(bbb-webrtc-sfu): v2.9.15
- build(mediasoup): 3.12.6
  * See https://github.com/bigbluebutton/bbb-webrtc-sfu/releases/tag/v2.9.15
2023-07-17 21:35:35 -03:00
Anton B
cbd85b6fa6 test: skip zoom test 2023-07-17 17:11:03 -03:00
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
Calvin Walton
3c19c2573d bbb-presentation-video: Update to 4.0.3
* Fix crashes in ellipse rendering
2023-07-17 12:01:12 -04:00
Ramón Souza
734f591472
Merge pull request #18322 from ramonlsouza/a11y-9
fix(accessibility): implement the list of users within the session logs as a list
2023-07-17 11:35:02 -03:00
transifex-integration[bot]
a9d75b5164
Translate en.json in fa_IR (#18326)
100% translated source file: 'en.json'
on 'fa_IR'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-07-17 09:56:16 -04:00
Ramón Souza
7964bb9877 lint 2023-07-17 10:00:51 -03:00
GuiLeme
6fb701045a [issue-18259] - fix join audio in breakout room 2023-07-17 09:14:23 -03:00
Paul Trudel
fea3a6fb1e Upgraded tomcat to 9.0.78 2023-07-17 11:10:10 +00:00
KDSBrowne
5919109a73 darken activity score green boxes for compliant contrast ratio 2023-07-16 14:21:50 +00:00
KDSBrowne
2523fbc54f convert first column from td to th / add scope & label 2023-07-15 18:20:46 +00:00
KDSBrowne
e73110be30 add lang attribute to locale select options 2023-07-15 15:51:22 +00:00
KDSBrowne
937d18b192 improve style menu color contrast in dark mode 2023-07-15 15:40:27 +00:00
Ramón Souza
fa8883ee29 use list for users in connections status 2023-07-14 16:47:40 -03:00
GuiLeme
a10fbaba4f [issue-18308] - add predefined label in result quick poll options 2023-07-14 14:55:12 -03:00
Gabriel Porfirio
972b907f5c moving testsuite console log to helpers.js 2023-07-14 11:57:42 -03:00
Anton B
b4d61ec5a9 test: improve presentation zoom test 2023-07-13 17:31:39 -03:00
Ramón Souza
06da3c1700
Merge pull request #18315 from ramonlsouza/issue-18307
fix: Multiple selection polling not showing entirely a long option line
2023-07-13 15:35:57 -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
Ramón Souza
0651263c81
Merge pull request #18299 from ramonlsouza/issue-18258
fix: Promote and demote users is reopening closed private chats
2023-07-12 07:59:36 -03:00
Anton Georgiev
41e7983409
Merge pull request #18282 from bigbluebutton/revert-17789-u26/fix/fs-1914
build(freeswitch): revert "fix(freeswitch): include signalwire PR 1914 as a patch (backport from 2.7)"
2023-07-11 15:49:52 -04:00
Anton B
9a1fd6d480 Merge remote-tracking branch 'upstream/v2.6.x-release' into v2.6.x-release 2023-07-11 13:42:34 -03: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
transifex-integration[bot]
f191d462ee
Updates for bigbluebutton-html5/public/locales/en.json in zh_TW (#18269)
* Translate en.json in zh_TW

100% translated source file: 'en.json'
on 'zh_TW'.
---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-07-11 06:06:17 -04:00
transifex-integration[bot]
a6c2de155e
Updates for bigbluebutton-html5/public/locales/en.json in ko_KR (#18264)
* Translate en.json in ko_KR

100% translated source file: 'en.json'
on 'ko_KR'.

---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-07-11 06:04:38 -04:00
Anton B
c6a25d30fd Merge remote-tracking branch 'upstream/v2.6.x-release' into v2.6.x-release 2023-07-10 16:59:24 -03:00
Gabriel Porfirio
29c86b5300 refactoring parameters tests 2023-07-10 16:29:30 -03:00
Ramón Souza
ee6cae94e0
Merge pull request #18290 from antonbsa/tests-imports-fix
test: Fix wrong imports
2023-07-10 13:12:07 -03:00
Ramón Souza
285651a3fc
Merge pull request #18286 from KDSBrowne/bbb-18223
fix: Add Quick Poll Options For 'F' And 'G'
2023-07-10 09:02:31 -03:00
Anton B
d6a3fec976 test: fix wrong imports 2023-07-07 14:06:30 -03:00
Anton B
634f1ca5fe test: fix wrong imports 2023-07-07 14:05:06 -03:00
Paulo Lanzarin
735ba16253
Merge pull request #18288 from bigbluebutton/sfu2914
build(bbb-webrtc-sfu): v2.9.14
2023-07-07 10:27:40 -03:00
Paulo Lanzarin
e42c5cde9d
build(bbb-webrtc-sfu): v2.9.14
See https://github.com/bigbluebutton/bbb-webrtc-sfu/releases/tag/v2.9.14
  * Adjust recording timestamp generation when conditional capture is active - this
should improve A/V sync without needing to change RAP behavior
2023-07-07 10:25:44 -03: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
Paulo Lanzarin
626c9c8a00
Revert "[2.6] fix(freeswitch): include signalwire PR 1914 as a patch (backport from 2.7)" 2023-07-05 13:23:13 -03:00
danielpetri1
26dea6076a Fix permission issue with Etherpad 1.9.1
A zero-width-space is used to work around an issue with Etherpad 1.9.1 where empty pads are not being created.
2023-07-04 21:37:20 +00:00
Ramón Souza
42c59c54a2
Merge pull request #18266 from gabriellpr/pin-notes-restore-presentation-test
test: restore presentation on pin notes to whiteboard
2023-07-04 17:11:28 -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
4b232b62a0
Merge pull request #18267 from KDSBrowne/bbb-18231
fix: Whiteboard Crash When Switching Between Zoomed-In Slides
2023-07-04 14:41:43 -03:00
Ramón Souza
1b06b30167 preserve pinned notes after screenshare 2023-07-04 13:14:09 -03:00
Gabriel Porfirio
f689ae2090 restore presentation on pin notes to whiteboard 2023-07-03 13:48:52 -03:00
KDSBrowne
3c1b50c99a fix whiteboard crash when switching presentations with zoomed slide 2023-07-03 16:03:38 +00:00