Commit Graph

36019 Commits

Author SHA1 Message Date
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
Anton Georgiev
0768643be8
Merge pull request #16383 from antobinary/newer-tldraw
chore: upgrade tldraw to include fonts
2023-01-04 10:53:03 -05:00
KDSBrowne
5de76f5ad4 add missing intl 2023-01-04 15:45:26 +00:00
KDSBrowne
f3f64d15db use formatted active string 2023-01-04 15:24:39 +00:00
Anton Georgiev
3bf1c179e1
Merge pull request #16385 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_hy
Translate '/bigbluebutton-html5/public/locales/en.json' in 'hy'
2023-01-04 09:02:57 -05:00
transifex-integration[bot]
230a295e55
Apply translations in hy
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'hy' language.
2023-01-04 10:03:52 +00:00
Anton Georgiev
a1d52c16e2 chore: upgrade tldraw to include fonts 2023-01-03 22:23:02 +00:00
Daniel Schreiber
4347ff2e3b Re-add option to disable enforce relay webrtc traffic for Firefox
There may be other bridges may not need to force relay traffic on
firefox as @prlanzarin pointed out. So set the default to a
configuration that works out of the box but leave other choices for the
operator.

The option is moved from kurento namespace to media next to the general
forceRelay option.
2023-01-03 23:21:25 +01:00
Anton Georgiev
841fb2d33e
Merge pull request #16366 from KDSBrowne/bbb-ninja-eraser
fix: Restore Tldraw Eraser Animation
2023-01-03 10:46:46 -05:00
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
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
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