Commit Graph

34004 Commits

Author SHA1 Message Date
Ramon Souza
4acbce94cd fix: clear cursors data on multi-user whiteboard off 2022-07-01 14:32:34 -03:00
Joao Victor
66d3d2c13b fix: clear fake annotations on multi-user whiteboard off 2022-07-01 14:31:14 -03:00
Maxim Khlobystov
64e9cc65fc Cleanup 2022-06-30 11:05:47 -04:00
Maxim Khlobystov
4ddbe75bc1 Minor fixes for presentation and connectionStatus test suites 2022-06-30 11:01:00 -04:00
Anton Georgiev
cdd20b1cf2
Merge pull request #15296 from GuiLeme/update-rubocop
chore: Update rubocop in gemfile
2022-06-29 20:28:20 -04:00
GuiLeme
be62c6d19a [update-rubocop] - ran bundle install and updated rubocop 2022-06-29 17:38:39 -03:00
Anton Georgiev
6928adab39
Merge pull request #15226 from antobinary/loca
test: drop unnecessary joinViaHtml5=true
2022-06-29 09:20:17 -04:00
Joao Victor
3ea33ce3ac fix: apply presentation 'isCurrent' changes to local state 2022-06-28 13:33:54 -03:00
Ramón Souza
74287a204e
Merge pull request #15266 from gabriellpr/modal-audio-design
fix: microphone design inside audio modal
2022-06-28 14:25:45 +01:00
Ramón Souza
58c3f45518
Merge pull request #15268 from ramonlsouza/pr-15215-25
fix: some presentation slides are not loaded after conversion (2.5)
2022-06-28 13:14:15 +01:00
mvasylenko
a2164e45d9 fix for issue #15209
Some slides of presentation not selectable if image is embedded
2022-06-28 09:10:18 -03:00
Anton Georgiev
b61bea879f
Merge pull request #15265 from GuiLeme/issue-14852
fix: Change in bbb-conf to not rely on tomcat
2022-06-27 16:13:04 -04:00
GuiLeme
b7eb7365b6 [issue-14852] - Corrected some debug leftovers. 2022-06-27 16:54:01 -03:00
gabriellpr
a3e17490f4 WIP: fix microphone design inside audio modal 2022-06-27 15:23:57 -03:00
Anton Georgiev
afa7dfd641
chore: Bump version to 2.5.3 2022-06-27 13:45:37 -04:00
Paulo Lanzarin
71e97fdbd9
Merge pull request #15263 from bigbluebutton/sfu284
build(bbb-webrtc-sfu): v2.8.4
2022-06-27 14:27:41 -03:00
GuiLeme
a7fdb3a993 [issue-14852] - Change in bbb-conf to not rely on tomcat 2022-06-27 11:36:56 -03:00
Paulo Lanzarin
b3b088e58b
build(bbb-webrtc-sfu): v2.8.4
See https://github.com/bigbluebutton/bbb-webrtc-sfu/releases/tag/v2.8.3
See https://github.com/bigbluebutton/bbb-webrtc-sfu/releases/tag/v2.8.4
2022-06-27 11:06:15 -03:00
Brent Baccala
8af4f9ac2f select YouTube iframe by looking for part of the video title in the
iframe title, instead of looking for the prefix "YouTube"
2022-06-24 23:08:16 +00:00
Anton Georgiev
ab4edea88f
Merge pull request #15228 from ramonlsouza/fix-expression-assignment-25
refactor: assignment in expression (2.5)
2022-06-24 16:51:13 -04:00
Anton Georgiev
07147585d5
Merge pull request #15254 from bigbluebutton/antobinary-patch-1
fix: bbb-conf to point to the correct file for BBB secret
2022-06-24 14:23:50 -04:00
Anton Georgiev
bd2a65e555
fix: bbb-conf to point to the correct file for BBB secret 2022-06-24 14:22:45 -04:00
Maxim Khlobystov
b2887c7916 Update for copy stats test 2022-06-24 13:22:56 -04:00
Joao Victor
44e0c072d5 fix: missing translations for some labels on L. A. Dashboard 2022-06-24 11:42:22 -03:00
Anton Georgiev
5290c2039c
Merge pull request #15194 from schrd/cleanup-akka-systemd
fix: remove obsolete systemd overrides
2022-06-24 08:58:31 -04:00
Brent Baccala
ef47bb5762 test suite: add an option to multiuser initPages() to wait and clear
the default presentation notification on the moderator page.

Waiting until initPages() is finished to do this is problematic, because
it might take long enough to init the user page that the toast has
disappeared from the moderator page by the time initPages() finishes.

Change all the places in the test suite where initPages() is called
right before waitAndClearDefaultPresentationNotification to use
the new option instead.

In one place (raiseAndLowerHand) I also dropped waiting and clearing
the notification on the user page because it was causing problems
and doesn't seem to be necessary.
2022-06-24 01:47:48 +00:00
Anton Georgiev
fa5ea33c6c
Merge pull request #15100 from schrd/fix-issue-10989
Fix(build): add service dependency to redis for several services
2022-06-23 15:40:38 -04:00
Brent Baccala
776fd9f024 webcamContentCheck: check that webcam videos are changing by computing
a hash of their entire contents, rather than checking a single pixel
2022-06-23 18:13:10 +00:00
Brent Baccala
7d6fe7b03c add helper functions to test for appearance and disappearance of
n'th (i.e, second or third) browser elements

use these functions to fix a race condition in lockShareWebcam
where we tested for the disappearance of a second webcam without
necessarily waiting for it to disappear
2022-06-23 18:10:25 +00:00
Brent Baccala
b6a422d214 "Change user status" test needs to wait for default presentation notification to clear 2022-06-23 18:06:26 +00:00
Paulo Lanzarin
e3e0f830ad
Merge pull request #15241 from bigbluebutton/bpads122
build(pads): v1.2.2
2022-06-23 13:02:16 -03:00
Paulo Lanzarin
e8031a3c7f
build(pads): v1.2.2
Bump bbb-pads to v1.2.2

https://github.com/bigbluebutton/bbb-pads/releases/tag/v1.2.2
2022-06-23 11:25:57 -03:00
Joao Victor
24504178a6 fix: screen sharing data saving option 2022-06-23 10:05:11 -03:00
Ramon Souza
adbe90582e Merge remote-tracking branch 'upstream/v2.5.x-release' into fix-expression-assignment-25 2022-06-22 14:44:20 -03:00
Anton Georgiev
a448ac9e15
Merge pull request #15219 from ramonlsouza/issue-15199
fix: Learning Dashboard downloaded data wrong join and left time values
2022-06-22 11:53:20 -04:00
Anton Georgiev
10b0d47257
Merge pull request #15178 from gabriellpr/presentation-menu
refactor: Adding bbbmenu component to presentation menu
2022-06-22 11:42:53 -04:00
Anton Georgiev
37933d1c11
Merge pull request #15229 from ramonlsouza/fix-get-secret-poll-value
fix: secret poll value not recalculated
2022-06-22 11:22:17 -04:00
Anton Georgiev
8955267988
Merge pull request #15181 from ramonlsouza/user-leave-fix
fix: users counter inconsistent
2022-06-22 11:21:57 -04:00
Ramon Souza
560b53a452 fix first anon poll live-result 2022-06-22 10:17:59 -03:00
Ramon Souza
27f1e75500 fix secret poll value recalculation 2022-06-21 17:40:48 -03:00
Ramon Souza
6066fdec9f fix assignment in expression 2022-06-21 13:42:46 -03:00
Anton Georgiev
2c51e3d797 test: drop unnecessary joinViaHtml5=true 2022-06-21 15:38:53 +00:00
Anton Georgiev
d1af59d742
Merge pull request #15225 from antobinary/loca
chore: Pulled the latest 2.5 HTML5 locales from Transifex
2022-06-21 11:38:45 -04:00
Localization Server
bda31d0875 chore: Pulled the latest 2.5 HTML5 locales from Transifex 2022-06-21 15:21:37 +00:00
gabriellpr
0e831c86cc adding tooltip-container 2022-06-21 08:53:06 -03:00
Maxim Khlobystov
a6af9a2b3e Links to the test plan 2022-06-20 20:52:00 -04:00
Maxim Khlobystov
72213eb91d New connection status test specs 2022-06-20 20:22:14 -04:00
Maxim Khlobystov
93a94ca88f Fit to width and multi-presentation upload 2022-06-20 19:02:10 -04:00
Ramon Souza
8afde385e7 fix join/left times as learning dashboard export 2022-06-20 15:49:22 -03:00
Anton Georgiev
acf201c544
Merge pull request #15195 from GuiLeme/issue-15160
(fix) - Fixed error logs in recordings about etherpad
2022-06-16 14:31:52 -04:00