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
Mario Jr
ca6b020f82
fix(audio): prevent dial-in waiting / guest users to speak/listen to the room
...
Based on the strategy proposed by @schrd in #15163
Also thanks to @jacotec and @maximilianhoecker for the help on investigating
Closes #15163
2022-07-14 13:56:17 -03:00
Ramón Souza
e6bfd5ac06
Merge pull request #15362 from JoVictorNunes/issue-15359
...
fix(chat): `undefined` property access
2022-07-13 17:28:06 +01:00
Anton Georgiev
f3f0054140
Merge pull request #15349 from BrentBaccala/git-worktrees-2.5
...
build: Let packaging scripts operate in a git worktree
2022-07-12 20:14:18 -04:00
Joao Victor
25000295bc
fix(Dashboard): wrap header on small screens
2022-07-12 12:02:37 -03:00
Joao Victor
cca17f9def
fix(chat): property access
2022-07-12 10:25:50 -03:00
Anton Georgiev
90ef6e9e6a
Merge pull request #15246 from BrentBaccala/add-option-to-initPages
...
test suite: add an option to multiuser initPages()
2022-07-11 18:20:33 -04:00
Brent Baccala
00b319355d
package build scripts - calculate GIT_REV and COMMIT_DATE outside the
...
docker container and pass them in as environment variables, since we
can't compute them inside the docker container if the source directory
is a git worktree
2022-07-07 18:38:49 -04:00
Anton Georgiev
0dea0e0102
Merge pull request #15331 from danielpetri1/recording-crop-fix
...
fix(recording): Add PDF cropbox parameter to thumbnails and slides for playback
2022-07-07 11:22:35 -04:00
Ramón Souza
1b9afd0173
Merge pull request #15335 from prlanzarin/u25/fix/vbg-settings-yml
...
fix: don`t ignore settings.yml virtualBackgrounds.enabled config
2022-07-07 15:08:48 +01:00
prlanzarin
a6861a16d5
fix: don`t ignore settings.yml virtualBackgrounds.enabled config
2022-07-07 12:37:32 +00:00
Brent Baccala
dac96ccecb
Merge remote-tracking branch 'origin/v2.5.x-release' into add-option-to-initPages
2022-07-06 19:00:23 +00:00
Daniel Petri Rocha
ef45c9675f
Add cropbox parameter to thumbnails and recording processing step
2022-07-06 18:16:08 +02:00
Anton Georgiev
6eafe1a8e1
Merge pull request #15260 from BrentBaccala/test-suite-youtube-title
...
test: select YouTube iframe differently
2022-07-06 10:27:05 -04:00
Anton Georgiev
e37b9b6b4b
Merge branch 'v2.5.x-release' into test-suite-youtube-title
2022-07-06 10:26:40 -04:00
Ramón Souza
f66481411e
Merge pull request #15239 from JoVictorNunes/issue-15059
...
fix: screen sharing data saving option
2022-07-06 14:42:41 +01:00
Ramón Souza
16d871bdb5
Merge pull request #15174 from ramonlsouza/fix-poll-results-chat
...
fix: wrong poll results displayed in the chat when answers are grouped
2022-07-06 14:42:28 +01:00
Anton Georgiev
eca4ebe56f
Merge pull request #15221 from MaximKhlobystov/25-test-update
...
test: New 2.5 tests + links from test specs to 2.5 test plan
2022-07-06 09:39:49 -04:00
Maxim Khlobystov
beffcbb464
One more switch to uploadSinglePresentation
2022-07-05 12:21:38 -04:00
Paulo Lanzarin
d2ac8ff16a
Merge pull request #15322 from bigbluebutton/sfu285
...
build(bbb-webrtc-sfu): v2.8.5
2022-07-05 13:09:15 -03:00
Maxim Khlobystov
80939493f5
Replace uploadPresentation with uploadSinglePresentation in other test suites
2022-07-05 11:27:40 -04:00
Maxim Khlobystov
b8e367799a
Make fit to width test more stable by clicking userlist toggle button
2022-07-05 11:13:46 -04:00
Paulo Lanzarin
9231fde389
build(bbb-webrtc-sfu): v2.8.5
...
See https://github.com/bigbluebutton/bbb-webrtc-sfu/releases/tag/v2.8.5
2022-07-05 10:35:25 -03:00
Ramón Souza
42cea626e5
Merge pull request #15319 from ramonlsouza/bbb25-locales-jul5
...
chore: Pulled the latest 2.5 HTML5 locales from Transifex
2022-07-05 13:32:13 +01:00
Localization Server
6079e02b2a
chore: Pulled the latest 2.5 HTML5 locales from Transifex
2022-07-05 09:29:22 -03:00
Ramón Souza
6560233577
Merge pull request #15308 from ramonlsouza/wb-cursor-fixes-port
...
fix: port whiteboard annotations/cursors fixes to 2.5
2022-07-05 13:04:14 +01:00
GuiLeme
ca9ba26f27
[fix-tomcat-warnings25] ---
2022-07-01 14:49:51 -03:00
Ramon Souza
67abbe9489
only remove annotations/cursors when multiUser is disabled
2022-07-01 14:38:12 -03:00
Ramon Souza
f74beed916
fix(whiteboard): don't hide presenter's cursor
2022-07-01 14:37:23 -03:00
Ramon Souza
b5cf43b04e
fix: cursor displaying for another users
2022-07-01 14:35:16 -03:00
Ramon Souza
4acbce94cd
fix: clear cursors data on multi-user whiteboard off
2022-07-01 14:32:34 -03:00