Commit Graph

36117 Commits

Author SHA1 Message Date
Daniel Petri Rocha
69fffe777c Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into v2.6.x-release 2023-01-09 15:53:36 +01:00
GuiLeme
78b165ed7c Merge remote-tracking branch 'upstream/v2.6.x-release' into disabled-transcriptions 2023-01-09 10:58:25 -03:00
GuiLeme
f67f530b32 [disabled-transcription] - Renamed audioCaptions to liveTranscription (for disabledFeatures) 2023-01-09 10:47:22 -03:00
GuiLeme
73f84d5dc5 [disabled-transcription] - Added new validation in akka 2023-01-09 10:30:05 -03:00
Joao Victor
86abefd8d6 Merge branch 'v2.6.x-release' into html5-accessibility-updates 2023-01-09 09:42:02 -03:00
Joao Victor
aa83c2ed8e Revert user-list tabIndexes 2023-01-09 09:38:35 -03:00
Daniel Petri Rocha
f4cb37d4cf Add 'no content' toast 2023-01-08 16:15:16 +01:00
transifex-integration[bot]
5b708b2377
Apply translations in ru
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'ru' language.
2023-01-07 01:34:59 +00:00
Anton Georgiev
2b23778038
Merge pull request #16412 from antobinary/26-audit
chore: npm audit upgrade "flat"
2023-01-06 13:35:09 -05:00
Anton Georgiev
61c6da1e8f
chore: Bump BBB version to 2.6.0-beta.5 2023-01-06 13:23:20 -05:00
Anton Georgiev
af1079b957
Merge pull request #16411 from antobinary/fix-audit-2
chore: npm audit upgrading of flat and probe-image-size
2023-01-06 13:14:29 -05:00
Anton Georgiev
22181b6ac2 chore: npm audit upgrade "flat" 2023-01-06 17:10:55 +00:00
Anton Georgiev
89068cd5fa chore: npm audit upgrading of flat and probe-image-size 2023-01-06 16:53:13 +00:00
Maxim Khlobystov
2ccbf3cd7d Skip the test that covers the capture of the breakout whiteboard (until the related client issue gets resolved) 2023-01-06 16:31:44 +00:00
Calvin Walton
651309bb49 Recording: move tpad ffmpeg filter before fps
In cases of extremely short (single frame) input videos, the fps filter
can sometimes generate 0-frame output videos, resulting in the tpad
filter having no input (this breaks it, causing a busy loop).

Move the tpad filter to before the fps filter to solve this problem.
This isn't perfect, since the tpad filter doesn't work well on variable-
framerate video (it generates extremely high framerate video with a lot
of frames that will be discarded), but this only happens between the
tpad and fps filters, and only at the end of an input video (usually
right before a cut) so this seems acceptable.

Since the tpad and fps filter are in the same process, these duplicate
frames don't actually require copying any data (the frame is
reference-counted), and still process reasonably quickly.

Fixes #16407
2023-01-06 10:59:46 -05:00
Calvin Walton
46970162fb Recording: move tpad ffmpeg filter before fps
In cases of extremely short (single frame) input videos, the fps filter
can sometimes generate 0-frame output videos, resulting in the tpad
filter having no input (this breaks it, causing a busy loop).

Move the tpad filter to before the fps filter to solve this problem.
This isn't perfect, since the tpad filter doesn't work well on variable-
framerate video (it generates extremely high framerate video with a lot
of frames that will be discarded), but this only happens between the
tpad and fps filters, and only at the end of an input video (usually
right before a cut) so this seems acceptable.

Since the tpad and fps filter are in the same process, these duplicate
frames don't actually require copying any data (the frame is
reference-counted), and still process reasonably quickly.

Fixes #16407
2023-01-06 10:56:50 -05:00
Anton Georgiev
f95213b958
Merge pull request #16403 from antobinary/merge-jan-5
chore: Merge ~2.5.10 into ~BBB 2.6.0-beta.5
2023-01-05 17:09:16 -05:00
Anton Georgiev
2092b1dfed Merge branch 'v2.5.x-release' of github.com:bigbluebutton/bigbluebutton into merge-jan-5 2023-01-05 20:26:36 +00:00
Anton Georgiev
4215d8ad68
Merge pull request #16402 from antobinary/merge-2510-to-26
chore: Merge ~2.5.10 into ~BBB 2.6.0-beta.5
2023-01-05 15:12:49 -05:00
Anton Georgiev
6cddd495d0
Merge pull request #16395 from antobinary/fix-audit
chore: updating npm dependencies for html5 and learning dashboard
2023-01-05 14:45:40 -05:00
Anton Georgiev
33698f136f
Merge pull request #16401 from bigbluebutton/antobinary-patch-2
chore: Bump bbb-playback to v5.0.0-beta.2
2023-01-05 14:40:57 -05:00
Anton Georgiev
4cb1c46245
Merge pull request #16400 from zhem0004/fixMissedChange
fix: Correct the back-port of Spring
2023-01-05 14:40:37 -05:00
Anton Georgiev
bba28525f0
chore: Bump bbb-playback to v5.0.0-beta.2 2023-01-05 14:26:35 -05:00
Bohdan Zhemelinskyi
f5b1795913 fix forgotten change 2023-01-05 19:11:22 +00:00
Anton Georgiev
3a74c2bec1 Merge branch 'v2.5.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2510-to-26 2023-01-05 18:30:09 +00:00
Anton Georgiev
2ce3451404
Merge pull request #16397 from zhem0004/grailsUpgradeBackport
chore: Grails upgrade to 5.2.4
2023-01-05 13:12:07 -05:00
Anton Georgiev
4b9db6f3fc
Merge pull request #16398 from germanocaumo/f-poll-annotation-group
fix(whiteboard): group answers case insensitive in the poll text
2023-01-05 12:22:01 -05:00
germanocaumo
b94d91d117 fix(whiteboard): group similar answers in the poll text 2023-01-05 16:40:03 +00:00
Anton Georgiev
3ecad29860
Merge pull request #16024 from BrentBaccala/testsuite-api-breakout
testsuite: Initial breakout room tests
2023-01-05 11:19:20 -05:00
Bohdan Zhemelinskyi
b3e7b78328 tag change 2023-01-05 15:38:00 +00:00
Anton Georgiev
35fc14e06f
Merge pull request #16396 from bigbluebutton/antobinary-patch-1
chore: Updated the copyright year to 2023
2023-01-05 09:45:16 -05:00
Anton Georgiev
4504e5b846
chore: Updated the copyright year to 2023 2023-01-05 09:44:24 -05:00
Anton Georgiev
70ebaed5ca
Merge pull request #16393 from hiroshisuga/patch-56
refactor: correct a typo in the code - Muilti -> Multi
2023-01-05 09:41:07 -05:00
Anton Georgiev
c7fb6615fa
Merge pull request #16392 from antobinary/fix-indent
refactor: fix indentation in core
2023-01-05 09:39:42 -05:00
Bohdan Zhemelinskyi
b21cae5f1a Merge branch 'v2.5.x-release' of https://github.com/bigbluebutton/bigbluebutton into grailsUpgradeBackport 2023-01-05 14:36:21 +00:00
Anton Georgiev
8657333477
chore: bump version of BBB to 2.5.10 2023-01-05 07:19:44 -05:00
Anton Georgiev
22e77b2e2d
Merge pull request #16394 from bigbluebutton/antobinary-patch-2
fix: Improve the dev build instructions for l dashboard
2023-01-05 07:12:13 -05:00
Anton Georgiev
ddf73bdf3a
Merge pull request #16391 from bigbluebutton/antobinary-patch-1
fix: use correct service name in akka-apps deploy
2023-01-05 07:11:41 -05:00
Anton Georgiev
4744fa9e1e chore: fix npm audit for learning dashboard 2023-01-05 11:52:51 +00:00
Anton Georgiev
201d75468a
fix: Improve the dev build instructions for l dashboard 2023-01-05 06:49:38 -05:00
hiroshisuga
57533cc3f1
Update component.jsx 2023-01-05 20:34:32 +09:00
Anton Georgiev
0613725c24 chore: npm audit fix for bbb-html5 2023-01-05 11:32:47 +00:00
Anton Georgiev
55fe868a27 refactor: fix indentation in core 2023-01-05 11:24:42 +00:00
Anton Georgiev
15c6a00b92
Merge pull request #16388 from zhem0004/upgradeGrailsAndSpringON25
fix: Upgrade spring to 2.7.x (backport)
2023-01-05 06:17:20 -05:00
Anton Georgiev
36b45c0824
Merge pull request #16172 from schrd/fix-issue-16171
fix: Only cache TURN Servers as long as credentials are valid and force firefox to use the turn server
2023-01-05 06:13:31 -05:00
Anton Georgiev
2ab08082eb
fix: use correct service name in akka-apps deploy 2023-01-05 06:04:53 -05:00
Bohdan Zhemelinskyi
43a0c443b4 upgrade in common-web 2023-01-04 20:57:41 +00:00
Bohdan Zhemelinskyi
3b27ab1447 upgrade grails to 5.2.4 2023-01-04 20:56:05 +00:00
Bohdan Zhemelinskyi
f95270c98c spring to 2.7.x 2023-01-04 20:33:06 +00:00
Anton Georgiev
080fd3e86d
Merge pull request #16387 from KDSBrowne/bbb-a11y-03
fix: Add Active Status to Presentation Menu Item for SR
2023-01-04 13:23:04 -05:00