Commit Graph

36215 Commits

Author SHA1 Message Date
Anton Georgiev
d1af36359d
Merge pull request #16376 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_de
Translate '/bigbluebutton-html5/public/locales/en.json' in 'de'
2023-01-03 08:38:06 -05:00
Anton Georgiev
e6b862090c
Merge pull request #16373 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_tr
Translate '/bigbluebutton-html5/public/locales/en.json' in 'tr'
2023-01-03 08:37:45 -05:00
Anton Georgiev
d240515c73
Merge pull request #16372 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_gl
Translate '/bigbluebutton-html5/public/locales/en.json' in 'gl'
2023-01-03 08:36:51 -05:00
Anton Georgiev
cef2758a7b
Merge pull request #16371 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_es_ES
Translate '/bigbluebutton-html5/public/locales/en.json' in 'es_ES'
2023-01-03 08:35:44 -05:00
Anton Georgiev
3af65a10d8
Merge pull request #16370 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_es
Translate '/bigbluebutton-html5/public/locales/en.json' in 'es'
2023-01-03 08:35:16 -05:00
transifex-integration[bot]
a0f13d3891
Apply translations in de
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'de' language.
2023-01-02 16:11:39 +00:00
transifex-integration[bot]
a34e3365f6
Apply translations in tr
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'tr' language.
2023-01-02 10:32:25 +00:00
transifex-integration[bot]
d86164a19c
Apply translations in gl
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'gl' language.
2022-12-31 15:47:44 +00:00
transifex-integration[bot]
f496153fa2
Apply translations in es_ES
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'es_ES' language.
2022-12-31 15:15:57 +00:00
transifex-integration[bot]
572330ef32
Apply translations in es
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'es' language.
2022-12-31 15:15:28 +00:00
Maxim Khlobystov
0d641b3b07 Test for capturing the breakout room's shared notes and whiteboard 2022-12-30 21:49:18 +00:00
Anton Georgiev
a271ac715d
Merge pull request #16365 from BrentBaccala/test-ssh
test: Add `npm run test:ssh` command to test suite
2022-12-30 15:58:11 -05:00
KDSBrowne
e633896a8a restore eraser animation 2022-12-30 20:09:49 +00:00
Brent Baccala
0c1cf64492 Add npm run test:ssh command to test suite
This npm script will ssh to a BigBlueButton server, obtain its URL and SECRET,
then run the test suite using these settings.

This reduces the complexity of running tests (no need to set environment variables) if you have ssh access to the server.

The shell script is a bit obscure, and comments are not allowed in JSON.

The "set -e" switch is used to exit the script if the ssh fails, but this only works
if the ssh is not part of a pipeline, which is why it is assigned to a separate variable.
(see https://unix.stackexchange.com/a/23099/37949)
2022-12-30 14:09:31 -05:00
Anton Georgiev
2c26909509
Merge pull request #16364 from antobinary/15727
fix(audio conf): Revert jitterbuffer values & increase them (backport)
2022-12-30 10:48:01 -05:00
Anton Georgiev
860e65bf06
Merge pull request #16360 from antobinary/backport-15743
refactor (bbb-soffice): Switch parent image to amazoncorretto:17-alpine (backport)
2022-12-30 10:18:16 -05:00
Fred Dixon
b5cc672844 Merge branch 'develop' into fixjitterbuffer 2022-12-30 14:08:23 +00:00
invokablegmbh
e484497092 Fix jitterbuffer values
Providing just "120" as a jitterbuffer is not a good idea, because it just specifies the initial size of the jitter buffer. We changed it to "100:250" which uses 100ms jitterbuffer as a default, but 250ms as a maximum jitterbuffer size. This is big enough even for bad internet connections. However it is also small enough to always provide minimum delay.
2022-12-30 14:04:42 +00:00
invokablegmbh
1335f63f45 Fix jitterbuffer values
Providing just "120" as a jitterbuffer is not a good idea, because it just specifies the initial size of the jitter buffer. We changed it to "100:250" which uses 100ms jitterbuffer as a default, but 250ms as a maximum jitterbuffer size. This is big enough even for bad internet connections. However it is also small enough to always provide minimum delay.
2022-12-30 14:03:39 +00:00
Anton Georgiev
7b02daa222
Merge pull request #16361 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_ja
Translate '/bigbluebutton-html5/public/locales/en.json' in 'ja'
2022-12-29 17:30:36 -05:00
transifex-integration[bot]
04af96fc45
Apply translations in ja
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'ja' language.
2022-12-29 22:25:50 +00:00
Gustavo Trott
1bb053cfa8 Switch bbb-soffice parent image to amazoncorretto:17-alpine 2022-12-29 20:05:06 +00:00
Anton Georgiev
86659eeb40
Merge pull request #16358 from bigbluebutton/antobinary-patch-1
fix: Bump bbb-common-message version
2022-12-29 14:08:37 -05:00
Anton Georgiev
fcc883e200
Merge pull request #16359 from antobinary/16278
refactor: Shortcuts instructions modifications (backport)
2022-12-29 14:08:17 -05:00
hiroshisuga
6226f03667 Zoom to Fit -> Reset Zoom 2022-12-29 19:05:50 +00:00
hiroshisuga
c732409fdb Shortcut expression 2022-12-29 19:05:32 +00:00
Anton Georgiev
ccb446b867
Merge pull request #16357 from bigbluebutton/16185-1
fix: Bump bbb-common-message version #16185
2022-12-29 14:01:31 -05:00
Anton Georgiev
6b580af8ce
Merge pull request #16345 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_ja
Translate '/bigbluebutton-html5/public/locales/en.json' in 'ja'
2022-12-29 14:01:15 -05:00
Anton Georgiev
07b75c02be
Merge pull request #16351 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_es
Translate '/bigbluebutton-html5/public/locales/en.json' in 'es'
2022-12-29 14:00:56 -05:00
Anton Georgiev
7e7265c876
Merge pull request #16352 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_es_ES
Translate '/bigbluebutton-html5/public/locales/en.json' in 'es_ES'
2022-12-29 14:00:40 -05:00
Anton Georgiev
9e306a6752
fix: Bump bbb-common-message version 2022-12-29 12:28:56 -05:00
Anton Georgiev
452aef5fd9
fix: Bump bbb-common-message version #16185 2022-12-29 12:23:14 -05:00
Anton Georgiev
00cc5d728f
Merge pull request #16355 from bigbluebutton/antobinary-patch-2
build: consistent naming of gitlab ci jobs
2022-12-28 14:49:08 -05:00
Anton Georgiev
8604d2cd4d
build: consistent naming of gitlab ci jobs
Backport of #16353
2022-12-28 09:10:59 -05:00
Anton Georgiev
b1a1e7e289
Merge pull request #15918 from prlanzarin/u25/fix/cam-reconn-isues
fix(webcam): intermittent client crashes when sharing camera (2.5)
2022-12-28 09:04:55 -05:00
Daniel Petri Rocha
b3ab33470e Do not capture pad if it has not been modified 2022-12-27 22:23:13 +01:00
Daniel Petri Rocha
efb4031fb5 Skip export if no annotations available 2022-12-27 17:33:00 +01:00
transifex-integration[bot]
7ce152d101
Apply translations in es_ES
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'es_ES' language.
2022-12-27 00:22:06 +00:00
transifex-integration[bot]
314405418e
Apply translations in es
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'es' language.
2022-12-27 00:09:32 +00:00
Fred Dixon
4eda7dea97
Merge pull request #16347 from ffdixon/fix-bbb-conf-restart
Fix bbb-conf --restart with bigbluebutton.target
2022-12-24 14:08:44 -04:00
Fred Dixon
f7f0d8e4ff Open 3478 if local turn server is running 2022-12-24 12:04:59 -06:00
Fred Dixon
a78248331c Use bigbluebutton.target for deterministic restart 2022-12-24 12:03:25 -06:00
transifex-integration[bot]
9076b5df32
Apply translations in ja
translation completed updated for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'ja' language.
2022-12-24 05:05:52 +00:00
Anton Georgiev
2d742b654c
Merge pull request #15919 from prlanzarin/u26/fix/cam-reconn-issues
fix(webcam): intermittent client crashes when sharing camera (2.6)
2022-12-23 09:12:54 -05:00
Anton Georgiev
9c6c529147
Merge pull request #16302 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_ja
Translate '/bigbluebutton-html5/public/locales/en.json' in 'ja'
2022-12-23 05:46:48 -05:00
transifex-integration[bot]
2642751163
Apply translations in ja
translation completed updated for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'ja' language.
2022-12-23 08:54:56 +00:00
Daniel Petri Rocha
a8657ff0ed
Merge branch 'v2.6.x-release' into capture-slides-upload-toast 2022-12-22 21:18:14 +01:00
Anton Georgiev
fd571ec3fd
Merge pull request #16283 from bigbluebutton/antobinary-patch-1
chore: Set bigbluebutton release to 2.6.0-beta.4
2022-12-22 15:12:13 -05:00
Anton Georgiev
500d60e541
chore: Set bigbluebutton release to 2.6.0-beta.4 2022-12-22 15:05:43 -05:00
Anton Georgiev
b318c3750a
Merge pull request #16282 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_de
Translate '/bigbluebutton-html5/public/locales/en.json' in 'de' [manual sync]
2022-12-22 14:14:29 -05:00