Lucas Fialho Zawacki
9cabb69eb8
Merge branch 'antobinary-patch-2' of github.com:bigbluebutton/bigbluebutton into open-cc
2023-02-01 17:30:39 -03:00
Anton Georgiev
d6ab5f6a08
chore: bump bbb-playback to v5.0.0-rc.1
2023-02-01 12:44:18 -05:00
Anton Georgiev
bc813ecd3e
Merge pull request #16617 from bigbluebutton/antobinary-patch-2
...
ci: drop bbb-playback-video from CI
2023-02-01 12:32:00 -05:00
Anton Georgiev
40b69dd346
build: bigbluebutton should not depend on optional packages
2023-02-01 17:22:25 +00:00
Ramón Souza
9ec11ccc31
Merge pull request #16601 from ramonlsouza/issue-16595
...
fix: Zoom + drag on whiteboard does not move full range
2023-02-01 14:10:56 -03:00
Anton Georgiev
d56ba5c388
ci: drop bbb-playback-video from CI
2023-02-01 11:58:19 -05:00
Lucas
429f90156f
Merge branch 'develop' into open-cc
2023-02-01 12:13:17 -03:00
Ramón Souza
7b8f98f5c2
Merge pull request #16609 from KDSBrowne/bbb-16013
...
Prevent Yes/No Quick Poll Without Options or Question
2023-02-01 10:21:45 -03:00
KDSBrowne
2d169bcce1
use formatted label for custom poll options when available
2023-01-31 18:31:59 +00:00
prlanzarin
aeb2dabb62
fix(audio): forcefully disable stereo when using Vosk transcription
...
The current Vosk CC provider does not support stereo mic streams
(pending investigation as to why).
This commits makes sure stereo is forcefully disabled via SDP munging
only when transcription is active and using Vosk. Having it disabled
in the server side (FreeSWITCH) is not enough because the stereo parameter
is client mandated and replicated by FS on its answer. So we need to
make sure it's always disabled for the time being.
SFU audio does munging server side (and stereo is always off), so no changes
needed there.
The rest of the providers (except WebSpeech) need to be validated against
stereo audio as well.
This is also intended to be temporary - ideally this needs to be fixed in
mod_audio_fork/Vosk/wherever this is breaking.
2023-01-31 14:04:17 -03:00
KDSBrowne
3a1b0f4382
fix blank options and question for smartslide yes/no poll
2023-01-31 16:34:23 +00:00
Gustavo Trott
71b78d5d9e
Merge pull request #16583 from GuiLeme/detect-mime-improvements
2023-01-31 13:17:26 -03:00
Guilherme Pereira Leme
a1ed7e4dda
Merge pull request #10 from gustavotrott/pr-16583
...
Use method getContentTypeFor to detect mimeType as alternative
2023-01-31 11:33:50 -03:00
Gustavo Trott
e654ad0477
Use method getContentTypeFor to detect mimeType as alternative when failed using file
2023-01-31 11:05:14 -03:00
Anton Georgiev
782a1a0793
Merge pull request #16603 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_fr
...
Translate '/bigbluebutton-html5/public/locales/en.json' in 'fr'
2023-01-31 06:19:31 -05:00
transifex-integration[bot]
7a3253f27c
Apply translations in fr
...
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'fr' language.
2023-01-31 07:47:32 +00:00
GuiLeme
8aebe9734b
[detect-mime-improvements] - changes in review
2023-01-30 17:39:02 -03:00
GuiLeme
d43d95dbc8
[detect-mime-improvements] - changes in review
2023-01-30 16:06:09 -03:00
Ramón Souza
a6c9abc14d
Merge pull request #16597 from danielpetri1/issue-16257
...
fix: hidePresentation parameter has no effect
2023-01-30 15:42:38 -03:00
Anton Georgiev
4b7c6d90d7
chore: bump release to 2.6.0-rc.2
2023-01-30 12:19:02 -05:00
Ramón Souza
38ab1ec7b3
Merge pull request #16600 from germanocaumo/f-tldraw-zoom
...
fix(whiteboard): update viewport variables after update
2023-01-30 13:21:31 -03:00
Ramón Souza
6a32e03b70
fix pan tool
2023-01-30 13:05:35 -03:00
germanocaumo
de0b71ab76
fix(whiteboard): update viewport variables after update
...
Tldraw fixed the width/height mismatch bug in the latest version: eef0472683
2023-01-30 15:05:30 +00:00
Anton Georgiev
c77bec1954
Merge pull request #16599 from antobinary/merge-26rc1
...
chore: Merge 2.6.0-rc.1 into develop
2023-01-30 09:45:32 -05:00
Anton Georgiev
4b8d66fd09
Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into merge-26rc1
2023-01-30 14:43:44 +00:00
Anton Georgiev
888a6870c8
Merge pull request #16589 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_fa_IR
...
Translate '/bigbluebutton-html5/public/locales/en.json' in 'fa_IR'
2023-01-30 09:16:05 -05:00
Anton Georgiev
3421a3b1e0
Merge pull request #16586 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-30 09:15:46 -05:00
Daniel Petri Rocha
6aaa4976f6
Remove leftover autoSwapLayout param from component
2023-01-28 21:45:00 +01:00
transifex-integration[bot]
42cc7f2f33
Apply translations in fa_IR
...
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'fa_IR' language.
2023-01-28 09:11:44 +00:00
Ramón Souza
af3899fe5a
Merge pull request #16585 from zhem0004/fixModalRender
...
fix: modal initialisation
2023-01-27 15:03:01 -03:00
Anton Georgiev
fa7aa6b80f
Merge pull request #16582 from ramonlsouza/fix-group-removal
...
fix(whiteboard): improve invalid shape filter
2023-01-27 12:57:33 -05:00
transifex-integration[bot]
694379e194
Apply translations in de
...
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'de' language.
2023-01-27 16:47:36 +00:00
Ramón Souza
ac00ea4422
Merge pull request #16584 from danielpetri1/issue-16544
...
fix(whiteboard): Prevent infinite zoom levels
2023-01-27 13:47:29 -03:00
Bohdan Zhemeliskyi
c32de5ecc3
fix modal initialization
2023-01-27 16:16:27 +00:00
Daniel Petri Rocha
6a11e295ba
Prevent division by zero in zoom calculation
2023-01-27 16:49:32 +01:00
Ramón Souza
a8ce4ac344
Merge pull request #16580 from ramonlsouza/update-npm-jan27
...
chore: package.json adjustments
2023-01-27 11:39:51 -03:00
Ramón Souza
b022f00c3d
Merge pull request #16581 from Tainan404/fix-whiteboard-position
...
fix: Fix whiteboard positioning when switching slides with zoom
2023-01-27 11:33:39 -03:00
Ramón Souza
5f6430db2a
Update bigbluebutton-html5/imports/ui/components/whiteboard/component.jsx
2023-01-27 11:33:16 -03:00
Anton Georgiev
09bc7d4d14
chore: bump version to 2.6.0-rc.1
2023-01-27 09:17:48 -05:00
GuiLeme
56dcf608e4
[detect-mime-improvements] - don't validate mime if there is no command, and enhance log's informations
2023-01-27 11:07:51 -03:00
Ramón Souza
13f033aea2
fix remove orphan shapes
2023-01-27 10:29:59 -03:00
Tainan Felipe
b57b810585
Fix whiteboard positioning when switching slides with zoom
2023-01-27 10:05:08 -03:00
Ramón Souza
36f9fcaa3d
remove tldraw core from package file
2023-01-27 09:25:45 -03:00
Anton Georgiev
a7ee442a3c
Merge pull request #16577 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-27 06:52:52 -05:00
Anton Georgiev
918cbc3fa9
Merge pull request #16576 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-27 06:52:35 -05:00
Anton Georgiev
28a30062b8
Merge pull request #16575 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-27 06:52:13 -05:00
Anton Georgiev
f464f08182
Merge pull request #16574 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-27 06:51:45 -05:00
Anton Georgiev
53c01a2659
Merge pull request #16573 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_ja
...
Translate '/bigbluebutton-html5/public/locales/en.json' in 'ja'
2023-01-27 06:51:19 -05:00
Anton Georgiev
ee8406ed46
Merge pull request #16578 from antobinary/playback-video
...
build: build bbb-playback-video locally
2023-01-27 06:17:41 -05:00
Anton Georgiev
b378813e08
build: build bbb-playback-video locally
2023-01-27 11:08:15 +00:00