Anton Georgiev
069b070119
Merge pull request #17379 from kepstin/recording-fixes
...
recording: Fix video processing incompatibility with Ruby 2.7
2023-03-31 14:15:21 -04:00
KDSBrowne
9fbf5c2fde
fix keyboard navigation in dropdown menus
2023-03-31 18:06:41 +00:00
Gabriel Porfirio
7f65cbc5f6
download session learning dashboard test added
2023-03-31 13:29:18 -03:00
imdt
90ea2bd98e
Usability: drop down arrow better centralized.
2023-03-31 13:19:15 -03:00
Calvin Walton
08453469b3
recording: Fix video processing incompatibility with Ruby 2.7
...
The Fcntl::F_SETPIPE_SZ constant was added in Ruby 3.0, but Ubuntu 20.04
still uses Ruby 2.7. Add some error handling so processing doesn't fail
if the constant is not found.
2023-03-31 11:46:09 -04:00
Anton Georgiev
468cef460d
docs: backport #17376 to 2.6 Credit: @hiroshisuga
2023-03-31 09:31:42 -04:00
transifex-integration[bot]
cb133b7d0a
Apply translations in fr ( #17374 )
...
100% translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'fr' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-03-31 08:44:53 -04:00
Anton Georgiev
f4965773d5
Update bigbluebutton-config/bin/apply-lib.sh
...
Co-authored-by: Calvin Walton <calvin.walton@kepstin.ca>
2023-03-30 17:42:54 -04:00
Anton Georgiev
80d4a1419b
docs: Add missing step to switch to bigbluebutton user in dev-guide.md
2023-03-30 16:16:37 -04:00
imdt
7d117e3dd6
Fixed: Error when trying to apply custom styles via URL.
2023-03-30 17:00:41 -03:00
Anton Georgiev
8831122a15
fix: change apply-lib.sh to use /etc/bigbluebutton/bbb-html5.yml
2023-03-30 15:03:12 -04:00
Anton Georgiev
2e424bd2d4
Merge pull request #15680 from antonbsa/webcam-tests
...
test: Webcam tests additions
2023-03-30 12:12:58 -04:00
Anton Georgiev
77c5c27153
Merge pull request #17239 from danielpetri1/content-capture-toast-fix
...
fix(bbb-html5): Dismiss uploading toast after content capture
2023-03-30 09:29:30 -04:00
Anton Georgiev
71b07e5cd9
Merge pull request #17054 from paultrudel/allow-mods-unmute-users-fix
...
fix: Recover broken allowModsToUnmuteUsers functionality
2023-03-30 09:11:48 -04:00
Gabriel Porfirio
f6499efcca
created rowFilter function
2023-03-30 10:01:01 -03:00
Ramón Souza
9684847ae7
Merge pull request #17361 from Scroody/I-17351
...
Fixed: Error message on layout change.
2023-03-30 09:09:08 -03:00
Ramón Souza
88b5eb37c2
Merge pull request #17172 from Scroody/I-17081
...
Fix: Undo bug returning to slide '0'.
2023-03-30 09:00:03 -03:00
Anton Georgiev
3a02a04bb7
docs: fix bbb-web dev instructions
...
backport of @hiroshisuga 's https://github.com/bigbluebutton/bigbluebutton/pull/17363
2023-03-30 07:59:53 -04:00
Ramón Souza
671d9a589e
Merge branch 'v2.6.x-release' into I-17081
2023-03-30 08:58:58 -03:00
Anton Georgiev
06d2959646
Merge pull request #17096 from danielpetri1/new-polling
...
fix(bbb-export-annotations): Change poll results appearance
2023-03-30 07:57:57 -04:00
Anton Georgiev
659cd7d5ca
Merge pull request #17362 from germanocaumo/poll-rec-fix
...
fix(recording): crash on redisrecorderactor when poll is published
2023-03-29 19:02:29 -04:00
germanocaumo
e326955f90
fix(recording): crash on redisrecorderactor when poll is published
...
We were trying to save a poll result shape before it was converted to tldraw style, which was not compatible.
2023-03-29 22:43:18 +00:00
Anton Georgiev
2b13426ff9
Merge pull request #17346 from antobinary/fix-bbb-conf
...
fix(bbb-conf): switch to the safer .innerText
2023-03-29 15:43:00 -04:00
Anton Georgiev
de9ce37911
fix: remove bolding tag around Error to simplify
2023-03-29 15:39:10 -04:00
imdt
573c8a47a9
Fixed: another bug cause by undo related to the one solved initial PR.
2023-03-29 16:30:32 -03:00
Anton Georgiev
279ee3211d
Merge pull request #17345 from antobinary/fix-const
...
fix: fix some code smell by adding const for variables
2023-03-29 15:22:40 -04:00
imdt
0b34b4e971
Fixed: Error message on layout change.
2023-03-29 15:38:55 -03:00
Anton B
b41ba76365
test: fix webcam test name
2023-03-29 13:56:53 -03:00
Anton B
8ff1493d6b
test: add webcam fullscreen test
2023-03-29 13:49:22 -03:00
Paul Trudel
f11eac6064
Re-removed userLocked check from allowedToUnmuteAudio
2023-03-29 14:50:53 +00:00
Anton B
3a7b59c19a
test: add video quality and background webcam tests
2023-03-29 11:16:47 -03:00
Anton Georgiev
1db11fcd15
Merge pull request #17359 from antonbsa/ci-triggering-on-push
...
ci: Prevents CI triggering on push events
2023-03-29 09:50:51 -04:00
Anton Georgiev
d0d701bf83
Merge pull request #17357 from ramonlsouza/fix-empty-slide
...
fix: empty slide on presentation change
2023-03-29 09:37:20 -04:00
Anton B
08a63e2aa2
ci: avoid triggering automated tests on push events
2023-03-29 10:36:18 -03:00
Anton B
4b5d4e9e2a
Merge remote-tracking branch 'upstream/v2.6.x-release' into webcam-tests
2023-03-29 10:29:58 -03:00
transifex-integration[bot]
d2892d29a9
Apply translations in fr ( #17342 )
...
100% translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'fr' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-03-29 09:16:44 -04:00
Ramón Souza
ab8d9214af
fix empty slide on presentation change
2023-03-29 09:35:10 -03:00
Paul Trudel
4b24e037f2
Changed value of userLocked
2023-03-28 21:26:40 +00:00
Paul Trudel
d5f8650666
Added userLocked check to allowedToUnmuteAudio check
2023-03-28 21:24:58 +00:00
Gabriel Porfirio
08c3d04fcf
Merge remote-tracking branch 'upstream/v2.6.x-release' into learning-dashboard-tests-add
2023-03-28 17:06:18 -03:00
Paul Trudel
4142917f57
Re-added check for user lock to unmute
2023-03-28 18:50:16 +00:00
Anton Georgiev
7e455f163a
Merge pull request #17347 from kepstin/recording-fixes
...
bbb-presentation-video: Update to 4.0.1
2023-03-28 13:58:03 -04:00
Paul Trudel
349886b3b1
Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into allow-mods-unmute-users-fix
2023-03-28 17:52:43 +00:00
Calvin Walton
ee3341ba21
bbb-presentation-video: Update to 4.0.1
2023-03-28 13:49:16 -04:00
Anton Georgiev
1b50cc796a
fix: switch to the safer .innerText
2023-03-28 13:41:00 -04:00
Anton Georgiev
e654c390b7
fix: fix some code smell by adding const for variables
2023-03-28 13:25:59 -04:00
KDSBrowne
8af51216fb
move setting isForcePanning to patch event
2023-03-28 16:48:25 +00:00
Anton Georgiev
a4e0d63b48
Update bbb-export-annotations/config/settings.json
2023-03-28 12:48:08 -04:00
Anton Georgiev
18df0d3429
Merge branch 'v2.6.x-release' into new-polling
2023-03-28 12:46:26 -04:00
Anton Georgiev
440ba4f733
Merge pull request #17341 from bigbluebutton/antobinary-patch-2
...
chore: Bump bbb-playback to v5.0.0
2023-03-28 11:11:27 -04:00