Commit Graph

39772 Commits

Author SHA1 Message Date
Anton Georgiev
21ded73c72
chore: bump up release to 2.7.1 2023-09-12 11:04:16 -04:00
Ramón Souza
a0523e4e2b Merge remote-tracking branch 'upstream/develop' into chat-list-keyboard 2023-09-12 11:10:54 -03: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
Gustavo Trott
0d93351146
Merge pull request #18754 from gustavotrott/merge-27-into-develop-11set
Merge 2.7 into Develop
2023-09-11 14:49:50 -03:00
Gustavo Trott
071eee5c77
Update bigbluebutton-html5/imports/ui/components/whiteboard/component.jsx
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2023-09-11 14:49:14 -03:00
Gustavo Trott
d119b51f6f
Update build/packages-template/bbb-webrtc-sfu/build.sh
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2023-09-11 14:49:05 -03:00
Gustavo Trott
09a0cce918
Update build/packages-template/bbb-webrtc-sfu/build.sh
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2023-09-11 14:48:52 -03:00
Gustavo Trott
07beb35b82
refactor (Github Actions): Run typescript workflows only when ts/tsx within bbb-html5 was modified (#18755)
* Run TS workflow only for ts/tsx within bbb-html5

* Include package.json and package-lock.json to ts-workflow paths
2023-09-11 14:05:47 -03:00
Gabriel Porfirio
754e825fe0 added data-test for the polls 2023-09-11 13:37:58 -03:00
Gabriel Porfirio
368002062e fixing pollling tests 2023-09-11 13:37:23 -03: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
Ramón Souza
8ac4979072
Merge pull request #18753 from Tainan404/fix-ts-errors
Fix: Remove all TS compiler errors
2023-09-11 11:45:21 -03:00
Gustavo Trott
9da3543bc3 Resolve conflicts 2023-09-11 11:25:56 -03:00
Tainan Felipe
6666413209
Update bigbluebutton-html5/imports/ui/components/chat/chat-graphql/chat-message-list/component.tsx
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2023-09-11 11:15:04 -03:00
Tainan Felipe
174ad597b7
Update bigbluebutton-html5/imports/ui/components/user-list/user-list-content/user-participants/user-list-participants/list-item/component.tsx
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2023-09-11 11:14:57 -03:00
Tainan Felipe
ea4a63cc91
Update bigbluebutton-html5/imports/ui/components/chat/chat-graphql/chat-message-list/page/chat-message/message-content/text-content/component.tsx
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2023-09-11 11:14:48 -03:00
Tainan Felipe
a256759284 Fix: Remove all TS compiler errors 2023-09-11 10:22:45 -03:00
Anton Georgiev
d7c87abe91
Merge pull request #18742 from ramonlsouza/bb-lodash
fix: remove lodash
2023-09-07 16:05:47 -04: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
97b8a0e5e0 remove lodash 2023-09-07 16:31:25 -03: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
Ramón Souza
809ba9d51c
fix: restore broken files (#18723)
* restore package lock

* fix whiteboard service error

* fix userlist

* fix whiteboard

* fix chat list item state

* restore user-list participants list item

* Add merge-branches step

* Add merge-branches step to code-validation

* fix message list

---------

Co-authored-by: Tiago Jacobs <tiago.jacobs@gmail.com>
2023-09-07 14:58:06 -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
Gustavo Trott
047eccdd92
Reduce graphql-middleware and graphql-server logs (#18738) 2023-09-07 11:54:27 -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
Gustavo Trott
b8eade7735
Merge pull request #18727 from gustavotrott/graphql-refactor-external-video
refactor (graphql-server): ExternalVideo data schema enhanced
2023-09-07 09:17:18 -03:00
Gustavo Trott
fcc6b7d95e Rename collection external_video to externalVideo 2023-09-07 09:16:30 -03:00
Gustavo Trott
5cc00bd53b
Merge pull request #18731 from TiagoJacobs/cleanup-files
Remove package-lock.json from main directory
2023-09-07 07:56:21 -03:00
Anton Georgiev
011dee5365
Merge pull request #18733 from bigbluebutton/antobinary-patch-2
docs: Handle routes in docusaurus.config.js
2023-09-06 20:19:38 -04:00
Anton Georgiev
29c2fa78fe
docs: Handle routes in docusaurus.config.js 2023-09-06 20:18:23 -04:00
Anton Georgiev
54475f25a4
Merge pull request #18726 from bigbluebutton/antobinary-patch-3
docs: set 2.7 as the current docs version
2023-09-06 20:01:31 -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
Tiago Jacobs
d4425006ae Remove package-lock.json from main directory 2023-09-06 18:18:31 -03:00
Tiago Jacobs
55aa57671c
Improve automated tests results publication workflow name (#18730) 2023-09-06 18:14:00 -03:00
Tiago Jacobs
89c404cee4
Add selective execution rules step to CI (#18729) 2023-09-06 17:58:18 -03:00
Tiago Jacobs
1d9cc4a38c
Add merge-branches step to CI (#18728) 2023-09-06 17:45:39 -03:00
Gustavo Trott
2a38c935d3 graphql: Refactor externalVideo data 2023-09-06 17:19:10 -03: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
16bda0d708
docs: set 2.7 as the current docs version 2023-09-06 15:54:40 -04:00