Commit Graph

37100 Commits

Author SHA1 Message Date
Calvin Walton
6709aba39b recording/video: Fix typo in area layout
The deskshare video was accidentally set to 920px wide instead of 960px
wide, so it was not completely covering the presentation area.
2023-03-23 13:44:37 -04:00
Anton Georgiev
553c44e05b
Merge pull request #17196 from tibroc/docs-fix-links
docs: Docs fix links
2023-03-23 11:59:45 -04:00
Timo Nogueira Brockmeyer
fd78863a63
Update docs/docs/development/localization.md
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2023-03-23 16:21:25 +01:00
Timo Nogueira Brockmeyer
a55fb85d10
Update docs/docs/development/localization.md
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2023-03-23 16:21:19 +01:00
Anton Georgiev
bc6cf5d0e8
Merge pull request #17195 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_fr
Translate 'bigbluebutton-html5/public/locales/en.json' in 'fr'
2023-03-23 10:56:53 -04:00
transifex-integration[bot]
af366e7449
Apply translations in fr
100% translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'fr' language.
2023-03-23 14:28:00 +00:00
timo
c157f235ca Fix broken links mentioned in #17121 2023-03-23 15:27:26 +01:00
Arthurk12
b7348cffdd fix(presentation): workaround for slide download
This is a workaround to the conflict that is happening when an user tries to
download the slide when dark mode is enabled. There is a conflict between
dark mode's styles and the html-to-image lib. To temporarily prevent this from
happening, the dark mode is disabled before downloading the slide, and then
re-enabled when the download is complete.

In order to be able to enable and disable dark mode from another component than
the App, all the dark mode switch logic was extracted into the service of the
app component.
2023-03-23 10:57:46 -03:00
Anton Georgiev
6ef2649f37
Merge pull request #17112 from kepstin/recording-fixes
recording: Fix video processing OOM, Broken pipe errors
2023-03-23 09:49:08 -04:00
Ramón Souza
ade1ae22b1
Merge pull request #17107 from KDSBrowne/bbb-17093
Prevent URLs Triggering Typed Response Poll Option
2023-03-23 09:23:55 -03:00
scouillard
e30038944f Add After Migration to GL docs 2023-03-22 16:24:33 -04:00
scouillard
0d40a62c21 Fix migration file path 2023-03-22 16:22:47 -04:00
André Castro
97749719b6 Fix: Undo bug returning to slide '0'. 2023-03-22 18:00:19 +00:00
Ramón Souza
b487f90cd8
Merge pull request #17052 from zhem0004/fixPoll
fix: Close poll on slide change
2023-03-22 14:36:21 -03:00
Ramón Souza
e08d1ed45a
Merge pull request #17110 from Tainan404/i-17072
Fix custom virtual background not being disabled when removed
2023-03-22 13:40:41 -03:00
Anton Georgiev
ef0c9ebf23
Merge pull request #17167 from antobinary/new-docs
docs: remove basename for docs website
2023-03-22 10:43:05 -04:00
Anton Georgiev
5012b694b9 docs: remove basename for docs website 2023-03-22 10:39:40 -04:00
Calvin Walton
e4f9493bd7 recording: Fix handling of demoting a moderator when webcams locked
A comparison was being done against the wrong variable, resulting in the
empty string filename being added to the inactive videos list. This
caused a crash later in the code.
2023-03-21 18:07:45 -04:00
Calvin Walton
057d3abaf5 recording: Fix video processing OOM, Broken pipe errors
In a particular case where you have a large timestamp gap followed by a
frame which re-initializes the filters in the pre-processing ffmpeg
(e.g. due to a resolution change), the fps filter will keep generating
frames to fill this gap even if downstream filters aren't accepting more
frames. Add a trim filter which will eat the frames past the desired end
timestamp to prevent them from getting queued up.

Additionally, in cases with unlucky timing on the filter
re-initialization, the pre-processing ffmpeg can end up generating some
output past the set end time. Since the compositing ffmpeg exits once it
has read enough input, this can cause the pre-processing ffmpeg to fail
with a "Broken pipe" error. To work around this problem, the processing
scripts themselves can open the pipe for reading to hold it open, and
then send a signal to the pre-processing ffmpeg to tell it to exit. This
results in ffmpeg exiting with the return code 255, which can be
distinguished from actual errors.

As a bonus, opening the fifo in the processing script allows increasing
the size of the pipe buffer, which should result in slightly better
performance.
2023-03-21 18:07:45 -04:00
prlanzarin
9b38b1d3b5 fix(docs): additional instructions for systems without CAP_SYS_NICE
bbb-webrtc-sfu is missing from the troubleshooting section.
FreeSWITCH needs an update.
The LXD section could reuse each subsection to avoid redundancy.
2023-03-21 17:04:33 -03:00
Anton Georgiev
e0e88286e2
Merge pull request #17071 from KDSBrowne/bbb-role-rc
fix(access): Prevent Race Condition Removing Role Value
2023-03-21 15:45:09 -04:00
Anton Georgiev
b891f318af
Merge pull request #17085 from ramonlsouza/fix-preload-firefox
fix: poll results size calculation on firefox
2023-03-21 14:41:28 -04:00
Anton Georgiev
eb4079a512
Merge pull request #17101 from antonbsa/updt-polling-tests-v2.6
test: Update polling tests
2023-03-21 14:08:23 -04:00
Ramón Souza
3d4d623f16 update bbb version in record-and-playback 2023-03-21 15:07:10 -03:00
Anton Georgiev
1897e9ebfe
Merge pull request #16956 from BrentBaccala/connection-failure
test: Connection failure tests
2023-03-21 13:26:53 -04:00
Anton Georgiev
bdcb532f98
Merge pull request #17152 from tibroc/docs-links-to-support
docs: Link to the current end user support pages
2023-03-21 12:38:55 -04:00
timo
a08af05b21 Link to the current end user support pages
Currently the category 'Teaching' is still empty in the docs. So for
now, we link to existing resource sites outside of the docs.

related to #17055
2023-03-21 17:26:57 +01:00
Gustavo Trott
b0d17a18ea
Merge pull request #17100 from gustavotrott/ci-etherpad-disable-minify 2023-03-21 11:14:12 -03:00
Ramón Souza
2dee62d5e3
Merge pull request #16979 from ramonlsouza/issue-16969
fix: Copy/Paste into Guest Policy textbox will cause a text box to appear in whiteboard
2023-03-21 08:19:49 -03:00
Anton Georgiev
423acf53fc
Merge pull request #17099 from antonbsa/fix-ci-ignore-docs
ci: Fix paths-ignore to docs folder
2023-03-21 06:46:16 -04:00
Anton Georgiev
29d23349cb
Merge pull request #17108 from gustavotrott/nodejs-install-retry-download
build: Retry to download nodejs on http 404 or 522 errors
2023-03-21 06:45:37 -04:00
Anton Georgiev
8372dbf6ac
Merge pull request #17120 from tibroc/docs-fix-fonts
Docs: Fix bold font rendering
2023-03-21 06:42:42 -04:00
timo
7bb7b5c11f Fix bold font rendering
Bold fonts were not rendered due to wrong naming of font-styles.
This commit fixes that.

Closes #17119
2023-03-21 10:28:34 +01:00
Anton Georgiev
3a55c3e91a
Merge pull request #17087 from tibroc/docs-update-build-2.6
docs: Update readme and build instructions for 2.6
2023-03-20 20:55:09 -04:00
Anton Georgiev
b238271320
chore: Update SECURITY.md for BBB 2.6 (#17117) 2023-03-20 17:35:25 -04:00
Anton Georgiev
df73c2ad97
docs: marking 2.6.0 as stable (#17115) 2023-03-20 17:16:32 -04:00
dmtrhfr
fd3c9a416e
docs: Include missing API docs for v2.6.x release (#17061)
* add md tables for join and create instead of html import
* add missing tables to docs
* fixed some formatting in the api docs
* added collapseble tables for create and join
2023-03-20 17:14:17 -04:00
Tainan Felipe
a393ad6997 Fix custom virtual background not being disabled when removed 2023-03-20 17:17:27 -03:00
Anton Georgiev
b20aff7368
Merge pull request #17109 from bigbluebutton/antobinary-patch-2
chore: Bump BBB version to 2.6.0
2023-03-20 16:01:19 -04:00
Anton Georgiev
ee7003b865
Bump BBB version to 2.6.0 2023-03-20 15:57:46 -04:00
Paul Trudel
77cb702cd1 Ignore case on available check 2023-03-20 18:39:43 +00:00
Paul Trudel
28780f8f21 Handle available status in bbb-common-web 2023-03-20 18:38:24 +00:00
Paul Trudel
87b4c3795b Retrieve meetingIDs from meta tag if no meeting tag exists 2023-03-20 18:23:27 +00:00
Gustavo Trott
8ed2752fdf Force wget nodejs to retry on http 404 error 2023-03-20 13:43:17 -03:00
KDSBrowne
de75d18e30 remove url detected as question 2023-03-20 16:18:42 +00:00
Gustavo Trott
fd5742d805 Escape quotes in automated-tests 2023-03-20 11:19:24 -03:00
Gustavo Trott
406501254c ci: Disable minify in Etherpad 2023-03-20 09:32:08 -03:00
Ramón Souza
630247a568 reduce canvas max size 2023-03-20 08:43:27 -03:00
Anton B
98cd618a3e ci: fix paths-ignore to docs folder 2023-03-19 16:50:56 -03:00
Anton B
4a0a9a29a5 test: update polling tests 2023-03-19 16:10:07 -03:00