Commit Graph

33983 Commits

Author SHA1 Message Date
Ramón Souza
c65ed3c785
Merge pull request #15494 from ramonlsouza/media-fix-port
fix: port screenshare/external video fixes to 2.5
2022-08-09 10:11:52 -03:00
Fred Dixon
99a3c09ecb Added bbb-rap-caption-inbox 2022-08-09 07:17:29 -05:00
Joao Victor
74c4c1c4cc fix: don't clear text fake annotations 2022-08-08 17:07:41 -03:00
Fred Dixon
330d758053 Fix #15138 2022-08-08 11:46:05 -05:00
Ramón Souza
923b184f00
Merge pull request #15498 from ramonlsouza/bbb25-locales-aug8
chore: Pulled the latest 2.5 HTML5 locales from Transifex
2022-08-08 10:40:43 -03:00
Localization Server
69f1b133ba chore: Pulled the latest 2.5 HTML5 locales from Transifex 2022-08-08 10:15:28 -03:00
Ramón Souza
423e8acad9
chore: Bump version to 2.5.5 2022-08-08 09:44:50 -03:00
Fred Dixon
bd261e1fe8
Merge pull request #15493 from ffdixon/add-recording-checks
check status of services for recording workers with `bbb-conf --status`
2022-08-06 08:22:05 -03:00
Ramón Souza
20b07bb6c6
Merge pull request #15495 from ramonlsouza/snapshot-datatest
Add presentation snapshot button data-test
2022-08-05 13:15:48 -03:00
Ramón Souza
a7495ad16b add presentation snapshot button data-test 2022-08-05 13:14:27 -03:00
Ramón Souza
4721184eb6 fix mobile init values for external video/screnshare 2022-08-05 09:52:48 -03:00
prlanzarin
6f13961018 fix(layout): set external-video/screen share initial states on all layouts
Only smart layout takes screen sharing/external video states in account
when populating its initial state. The others don't, and that causes
some weird issues when switching back-and-forth between layout types due
to their input states becoming inconsistent - ie having an active screen
sharing and transitioning from Smart -> Custom would mark it as false
(due to its absence from the initial state) and pollute its state for
subsequent layouts.

This commit guarantees those features are taken into account when
populating initial input states for Focus On*/Custom layouts.
2022-08-05 09:52:36 -03:00
Fred Dixon
f0978e3fc7 add status for recording services 2022-08-05 05:57:03 -05:00
Ramón Souza
495aa2be0c
Merge pull request #15465 from ramonlsouza/fix-focus-lost-cameras
fix: Any webcam start/stop steals focus from typing
2022-08-01 09:13:39 -03:00
Ramón Souza
ad8fcbf03e fix text input losing focus on webcam start/stop 2022-07-29 14:47:24 -03:00
Anton Georgiev
9371d20d4a
Merge pull request #15236 from BrentBaccala/test-suite-updates
test: Various test suite updates
2022-07-27 09:37:54 -04:00
Anton Georgiev
2ea3bdb40e
Merge pull request #15454 from GuiLeme/issue-15439
fix(recording): Fix typo in presentation scripts
2022-07-27 09:33:00 -04:00
GuiLeme
6f33111ea4 [issue-15439] - fix typo in presentation scripts 2022-07-27 10:24:07 -03:00
Ramón Souza
640356af4f
Merge pull request #15442 from ramonlsouza/issue-15431
fix: chat panel resizing in RTL
2022-07-27 09:05:21 -03:00
Brent Baccala
279c3e71e2 webcamContentCheck: use browser's SHA-1 hash from Web Crypto API instead
of a custom hash function
2022-07-26 15:51:56 -04:00
Ramón Souza
b00d19b097
Merge pull request #15110 from ramonlsouza/fix-restore-on-update
fix: autoSwapLayout/restoreOnUpdate new presentation fails to show (2.5)
2022-07-26 16:38:33 -03:00
Ramón Souza
353b4e8908
Merge pull request #15129 from JoVictorNunes/dashboard-key-fixes-Jun-03
improvement(Dashboard): improvements on user details modal
2022-07-26 09:41:53 -03:00
Ramón Souza
4f39e419ac
Merge pull request #15421 from gabriellpr/waiting-list-feedback
fix: Adding notification to waiting users list
2022-07-26 09:06:20 -03:00
Ramón Souza
c6f4056677 fix chat resizing in RTL 2022-07-25 16:53:19 -03:00
Anton Georgiev
ee730608b2
Merge pull request #15405 from MaximKhlobystov/25-shared-notes-tests
test: new 2.5 Playwright tests for shared notes
2022-07-25 13:37:05 -04:00
Anton Georgiev
cb1543e1fa
Merge pull request #15149 from kepstin/video-resize
fix: Support deskshare videos that resize
2022-07-25 13:36:00 -04:00
Anton Georgiev
0ecfb68492
Merge pull request #15433 from BrentBaccala/test-locales-slow
test: flag 'Test locales' as slow test so it doesn't timeout
2022-07-25 11:51:27 -04:00
Anton Georgiev
63a684b230
Merge pull request #15432 from BrentBaccala/stress-test
test: update test usersJoinKeepingConnected
2022-07-25 11:50:49 -04:00
Anton Georgiev
83d18212f2
Merge pull request #15434 from BrentBaccala/screenshareConnecting
test: Don't wait for screenshareConnecting
2022-07-25 11:49:14 -04:00
Ramón Souza
9d86517297
Merge pull request #15428 from JoVictorNunes/fix-wb-access-icon
fix: whiteboard access avatar icon in RTL mode
2022-07-25 10:59:16 -03:00
Brent Baccala
7280ac0177 Don't wait for screenshareConnecting
Waiting for e.screenshareConnecting creates a race condition if the
screen share connects quickly, before the test waits for the
screenshareConnecting message.
2022-07-22 19:51:33 -04:00
Brent Baccala
8faebab7c4 flag 'Test locales' as slow test so it doesn't timeout 2022-07-22 19:50:32 -04:00
Brent Baccala
72a0deb16c update test usersJoinKeepingConnected
This is the stress test that connects twenty clients to the server.

Two changes in this PR:
    - actually await a Promise.all() that waits for nothing otherwise
    - close the twenty pages at the end of the test
2022-07-22 17:44:46 -04:00
Gabriel Porfirio
15b28d52fe updating feedback message 2022-07-22 13:27:39 -03:00
João Victor Nunes
fe8d7fa446
Merge branch 'v2.5.x-release' into dashboard-key-fixes-Jun-03 2022-07-22 10:26:51 -03:00
Joao Victor
dbafb610d5 fix: whiteboard access avatar icon in RTL mode 2022-07-22 10:16:57 -03:00
Anton Georgiev
fe0557f08d
Merge pull request #15426 from bigbluebutton/ci-read
test: set permissions: content: read [2.5]
2022-07-21 15:54:32 -04:00
Anton Georgiev
07ccaa88fa
test: set permissions: content: read
Suggested by @naveensrinivasan
2022-07-21 15:50:18 -04:00
Gabriel Porfirio
94cfa3c084 WIP: Adding notification to waiting users list 2022-07-21 14:07:19 -03:00
Maxim Khlobystov
46aa2ccfe6 Add new 2.5 shared notes tests 2022-07-20 15:44:09 -04:00
Ramón Souza
73c4bebe9b
Merge pull request #15248 from JoVictorNunes/issue-15240
fix: missing translations for some labels on L. A. Dashboard
2022-07-18 21:19:45 +01:00
Ramón Souza
f083bb9a20
Merge pull request #15273 from JoVictorNunes/issue-15272
fix: apply presentation 'isCurrent' changes to local state
2022-07-18 21:19:20 +01:00
Ramón Souza
2fd65dfc1c
Merge pull request #15099 from schrd/fix-issue-14982
Fix: only show breakout room in user list when user is in breakout room
2022-07-18 21:17:17 +01:00
Ramón Souza
7c7827fc17
Merge pull request #15365 from JoVictorNunes/issue-15312
fix(Dashboard): wrap header on small screens
2022-07-18 21:16:46 +01:00
Ramón Souza
5e24c3a58c
Merge pull request #15400 from ramonlsouza/v2.5.x-release
chore: Pulled the latest 2.5 HTML5 locales from Transifex
2022-07-18 19:41:22 +01:00
Localization Server
35ca527d94 chore: Pulled the latest 2.5 HTML5 locales from Transifex 2022-07-18 15:38:01 -03:00
Ramón Souza
3d77b2a52c
chore: Bump version to 2.5.4 2022-07-18 13:15:28 -03:00
GuiLeme
27807319cd [tomcat-warnings25] - Change to prevent warning to appear broken 2022-07-18 12:14:23 -03:00
Gustavo Trott
7562ce8b51
Merge pull request #15384 from mariogasparoni/fix-15163-v2.5 2022-07-18 11:47:19 -03:00
GuiLeme
1d8d4be5a8 [fix-tomcat-warnings25] - changes in review 2022-07-15 12:43:51 -03:00