Ramón Souza
52e06ce326
copy tldraw fonts to public/files
2023-01-10 10:21:01 -03:00
Daniel Petri Rocha
a5b463306b
Revert "Skip export if no annotations available"
...
This reverts commit efb4031fb5
.
2023-01-10 13:51:15 +01:00
Anton Georgiev
d265c8913f
Merge pull request #16422 from zhem0004/patchConlontrue
...
fix: (bbb-web) Set default value for learningDashboardEnabled and breakoutRoomsEnabled in bigbluebutton.properties instead
2023-01-09 13:13:17 -05:00
Anton Georgiev
58134f4d88
Update bigbluebutton-web/grails-app/conf/bigbluebutton.properties
2023-01-09 13:11:41 -05:00
Anton Georgiev
4bfc070f94
chore: bump BBB version to 2.5.11
2023-01-09 13:10:43 -05:00
Bohdan Zhemelinskyi
0aa63e3c43
patch for default value in xml
2023-01-09 17:51:01 +00:00
Joao Victor
a99f0dc7fa
fix: user gets stuck in user-list when reverse-tabbing in Firefox
2023-01-09 14:35:24 -03:00
Joao Victor
eb2661ffc5
Fix user-list keyboard navigation
2023-01-09 14:29:57 -03:00
Daniel Petri Rocha
3b8bdef05b
Merge branch 'v2.6.x-release' into capture-slides-upload-toast
2023-01-09 16:03:44 +01:00
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
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
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