Commit Graph

38926 Commits

Author SHA1 Message Date
Anton Georgiev
63458373ca
docs: info on what disabledFeatures options were added in 2.7 2023-09-15 11:06:54 -04:00
Anton Georgiev
3a58ce4c9c
Merge pull request #18789 from antobinary/docs27
build: bbb-webhooks set secret and url
2023-09-15 10:23:50 -04:00
Anton Georgiev
f42dcbbd7e build: bbb-webhooks set secret and url 2023-09-15 10:19:16 -04:00
Anton Georgiev
808f69d8bf
Merge pull request #18788 from bigbluebutton/antobinary-patch-2
chore: Bump bbb-playback to 5.0.1
2023-09-15 09:58:35 -04:00
Anton Georgiev
ac5f1a2234
chore: Bump bbb-playback to 5.0.1 2023-09-15 09:53:59 -04:00
Anton Georgiev
28e3e67dc3
Merge pull request #18787 from bigbluebutton/antobinary-patch-1
revert: drop .git from bbb-tranctiption-controller (second version)
2023-09-15 09:10:40 -04:00
Anton Georgiev
0c0a327db7
revert: drop .git from bbb-tranctiption-controller (second version) 2023-09-15 09:05:41 -04:00
Anton Georgiev
48b2237975
Merge pull request #18664 from antonbsa/shard-tests-ci
CI: Matrix strategy for build and test steps
2023-09-15 08:49:09 -04:00
Anton Georgiev
f2e2320730
Merge pull request #18684 from antonbsa/fully-parallel-tests
test: Dynamically set parallel or serial mode
2023-09-15 08:48:35 -04:00
Anton Georgiev
a1d8f4bf7e
build(bbb-transcription-controller): omit .git from package 2023-09-14 11:57:53 -04:00
Anton Georgiev
f5cb8e0e4d
Merge pull request #18756 from danimo/transcription_pkg_no_git
fix(build): do not package .git for bbb-transcription-controller
2023-09-14 10:26:48 -04:00
Anton Georgiev
e48af4ae2d
Merge pull request #18771 from ramonlsouza/issue-18767
fix: incorrect set logoutUrl in join handler
2023-09-13 10:53:08 -04:00
transifex-integration[bot]
a575748769
Translate en.json in de (#18769)
100% translated source file: 'en.json'
on 'de'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-09-13 09:19:56 -04:00
Ramón Souza
c0ad450a74 fix logoutUrl 2023-09-13 09:43:37 -03:00
transifex-integration[bot]
74e8a6e593
Updates for project BigBlueButton v2.7 HTML5 client and lanuage fa_IR on branch v2.7.x-release (#18745)
* Translate en.json in fa_IR

100% translated source file: 'en.json'
on 'fa_IR'.

---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-09-12 11:27:56 -04:00
transifex-integration[bot]
8de460135b
Translate en.json in eu (#18748)
100% translated source file: 'en.json'
on 'eu'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-09-12 11:27:24 -04:00
transifex-integration[bot]
4298db97b5
Updates for project BigBlueButton v2.7 HTML5 client and lanuage de on branch v2.7.x-release (#18749)
* Translate en.json in de

100% translated source file: 'en.json'
on 'de'.

---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-09-12 11:27:05 -04:00
Anton Georgiev
21ded73c72
chore: bump up release to 2.7.1 2023-09-12 11:04:16 -04:00
Anton Georgiev
4b5558b482
Merge pull request #18669 from prlanzarin/u27/fix/peg-sfu-audio-specs
build(bbb-webrtc-sfu): v2.12.0-beta.1, build(bbb-webrtc-recorder): v0.5.1
2023-09-12 09:07:30 -04:00
Anton Georgiev
235ab86c12
Merge pull request #18760 from GuiLeme/issue-18736
fix: videoPreview not working
2023-09-12 09:02:21 -04:00
GuiLeme
6652c00c79 [issue-18736] - fix videoPreview not working 2023-09-11 17:15:21 -03:00
Anton Georgiev
cae85dd8b2
Merge pull request #18757 from ramonlsouza/backport-prop-fix
fix: size prop type warning
2023-09-11 14:05:41 -04:00
Ramón Souza
a053f0d9d4 fix size prop type 2023-09-11 13:32:46 -03:00
Daniel Molkentin
71d474bed8 fix(build): do not package .git for bbb-transcription-controller 2023-09-11 15:23:44 +00:00
Anton Georgiev
fad5385fe0
Merge pull request #18737 from prlanzarin/u27/fix/remux-skip-0b
fix(recording): handle archive remux failures
2023-09-07 15:33:48 -04:00
Ramón Souza
e4807fd8ae
Merge pull request #18706 from ramonlsouza/issue-18696
fix: Raised hand button incorrect state
2023-09-07 16:21:25 -03:00
Anton Georgiev
ff1bf8ae0d
Merge pull request #18741 from antobinary/docs27
docs: better quality header
2023-09-07 11:05:12 -04:00
Anton Georgiev
575131a20b docs: better quality header 2023-09-07 11:03:27 -04:00
prlanzarin
40b642969c fix(recording): handle archive remux failures
Recording archive may fail when remuxing invalid files from KMS or the
new recorder - eg when the raw files are 0-byte sized.

This commit handles the exception raised by EDL::encode so archive keeps
going, logs the issue as a warning and archives the problematic file anyways.
EDL::encode now removes the temporary file when the ffmpeg command execution
fails - this should avoid leaving any stale files around in case of failure.

No specific check for the nature of the error is done - the idea is that
subsequent phases will discard or fix the files if necessary according
to the processing scripts' necessities, making the behavior (in this
specific scenario) similar to what it was before the archive remuxing was
introduced.
2023-09-07 11:57:55 -03:00
prlanzarin
344e0d73a6 build(bbb-webrtc-recorder): v0.5.1
* https://github.com/bigbluebutton/bbb-webrtc-recorder/blob/v0.5.1/CHANGELOG.md
2023-09-07 10:12:05 -03:00
prlanzarin
8dbe6ae8fc build(bbb-webrtc-sfu): v2.12.0-beta.1
* feat: add recordingFallbackOnFailure option
  * feat: improve recording retry and recovery, add carbon copies
  * feat(recorder): add keep-alive and handle crashes/shutdowns
  * feat: new metrics
    - sfu_video_recorder_status
    - sfu_video_recorder_restarts_total
    - sfu_video_recording_errors_total
    - sfu_screenshare_recorder_status
    - sfu_screenshare_recorder_restarts_total
    - sfu_screenshare_recording_errors_total
  * fix(video): log start failures in VideoManager
  * fix(mediasoup): propagate conference-media-specs to router settings
  * build(mediasoup): 3.12.10
2023-09-07 10:11:52 -03:00
Anton Georgiev
29f52b3b26
Merge pull request #18724 from antobinary/merge-sept-6
chore: Merge BBB 2.6.14 into v2.7.x-release
2023-09-07 08:49:05 -04:00
transifex-integration[bot]
6d281a2655
Updates for project BigBlueButton v2.7 HTML5 client and lanuage fa_IR on branch v2.7.x-release (#18722)
* Translate en.json in fa_IR

100% translated source file: 'en.json'
on 'fa_IR'.

---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-09-06 19:39:33 -04:00
transifex-integration[bot]
f02528c79c
Updates for project BigBlueButton v2.7 HTML5 client and lanuage gl on branch v2.7.x-release (#18693)
* Translate en.json in gl

100% translated source file: 'en.json'
on 'gl'.

---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-09-06 19:39:11 -04:00
Anton Georgiev
027cb28a29
Merge pull request #18732 from antobinary/docs27
docs: 2.7 released docs
2023-09-06 19:36:10 -04:00
Anton Georgiev
807d7054f8 docs: 2.7 released docs 2023-09-06 19:34:21 -04:00
Anton Georgiev
3f59f72fa6
Merge pull request #18725 from bigbluebutton/antobinary-patch-2
chore: bump up release to 2.7.0
2023-09-06 16:01:35 -04:00
Anton Georgiev
db82943313
Update SECURITY.md 2023-09-06 15:37:56 -04:00
Anton Georgiev
3607b7dd1b
chore: bump up release to 2.7.0 2023-09-06 15:33:13 -04:00
Anton Georgiev
7b271c97a1 chore: Merge 2.6.14 into v2.7.x-release 2023-09-06 14:33:15 -04:00
Anton Georgiev
4921a69b29
docs: add 2.6.14 link 2023-09-06 13:33:56 -04:00
Anton Georgiev
a9053de442
Merge pull request #18718 from bigbluebutton/antobinary-patch-1
docs: Improve docs for 2.6.14 upgrade of nodejs
2023-09-05 21:04:26 -04:00
Anton Georgiev
ec54c7111f
docs: Improve docs for 2.6.14 upgrade of nodejs 2023-09-05 21:03:07 -04:00
Ramón Souza
ae159e8d1c show raised hand state in reactions button 2023-09-04 15:32:35 -03:00
Anton Georgiev
cc3bea7f48
Merge pull request #18697 from antobinary/26-java17nodejs18
build: fix nodejs version paste error in #18686
2023-09-02 06:52:05 -04:00
Anton Georgiev
eae34304be build: fix nodejs version paste error in #18686 2023-09-02 06:49:29 -04:00
Anton Georgiev
437d90d147
Merge pull request #18695 from antobinary/26-java17nodejs18
docs: add info on NodeJS v18 and Java 17 upgrade paths
2023-09-01 15:12:00 -04:00
Anton Georgiev
2313ba043d docs: add info on NodeJS v18 and Java 17 upgrade paths 2023-09-01 14:18:12 -04:00
Anton Georgiev
e17f0315fd
chore: Bump BBB version to 2.6.14 2023-09-01 12:27:14 -04:00
Gustavo Trott
0d7b69862d
Merge pull request #18686 from antobinary/26-java17nodejs18
!build: require node 18 to install bbb packages
2023-09-01 11:37:09 -03:00