transifex-integration[bot]
bb96a21af4
Apply translations in uk_UA
...
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'uk_UA' language.
2023-01-10 19:57:57 +00:00
Ghazi Triki
50c4642a17
Fix font naming for the docs.
2023-01-10 20:15:44 +01:00
Ramón Souza
7f33980720
Merge pull request #16142 from JoVictorNunes/html5-accessibility-updates
...
fix: HTML5 Accessibility Updates
2023-01-10 14:13:21 -03:00
Gabriel Porfirio
0685462a44
close captions typing test
2023-01-10 13:59:08 -03:00
Ramón Souza
278a23c219
Merge pull request #15413 from schrd/local_storage_for_settings
...
feat: Add config option for HTML5 settings storage
2023-01-10 13:08:24 -03:00
Anton Georgiev
d42de5e6f8
Merge pull request #16414 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_ru
...
Translate '/bigbluebutton-html5/public/locales/en.json' in 'ru'
2023-01-10 10:38:16 -05:00
Anton Georgiev
a7ff700c2c
Merge pull request #16429 from ramonlsouza/issue-16424
...
fix: Tl;draw fonts not found
2023-01-10 10:33:28 -05:00
Gabriel Porfirio
2e9476fbe6
closed captions test first steps
2023-01-10 10:39:18 -03:00
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
Daniel Petri Rocha
feaaff2eee
Prevent export in send to chat if no annotations available
2023-01-10 13:46:54 +01:00
KDSBrowne
124076d560
remove all shapes first before group types
2023-01-09 19:40:47 +00: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
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