Commit Graph

36512 Commits

Author SHA1 Message Date
Ramón Souza
4ed09c89cf replace lodash uniqueId 2023-02-23 11:23:51 -03:00
Ramón Souza
dd710aa96f replace lodash uniq and uniqBy 2023-02-23 10:44:29 -03:00
Ramón Souza
ba9c414989 replace lodash isEqual and isEmpty 2023-02-23 10:27:16 -03:00
Ramón Souza
7d3028257e replace lodash indexOf and without 2023-02-23 09:45:30 -03:00
Ramón Souza
470e41ca28 check for array and object in storage/setItem 2023-02-23 09:30:52 -03:00
Ramón Souza
5c5433296b replace lodash range, partition and upperFirst 2023-02-22 13:52:18 -03:00
Ramón Souza
b7f3184503 replace lodash omit 2023-02-21 10:29:51 -03:00
Ramón Souza
8dbd39be75 replace lodash isObject and isString 2023-02-21 10:24:40 -03:00
Ramón Souza
8315abc2c0 replace lodash find and isArray 2023-02-21 10:14:56 -03:00
Ramón Souza
39db525fd2 Merge remote-tracking branch 'upstream/v2.6.x-release' into lodash-radash 2023-02-21 09:59:40 -03:00
Ramón Souza
06f43f8bed replace lodash each and groupBy 2023-02-17 14:39:52 -03:00
Anton Georgiev
f80decb04b
chore: bump release to 2.6.0-rc.4 2023-02-17 11:40:53 -05:00
Anton Georgiev
1b9f66eb31
Merge pull request #16747 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_tr
Translate '/bigbluebutton-html5/public/locales/en.json' in 'tr'
2023-02-17 09:59:23 -05:00
Anton Georgiev
ab3aa49f77
Merge pull request #16742 from ramonlsouza/improve-group-chat-adapter
refactor: reduce groupChat.find calls in group-chat-context
2023-02-17 09:58:06 -05:00
Anton Georgiev
d0bab0dce9
Merge pull request #16750 from gustavotrott/ci-artifacts-logs-configs
CI: Include bbb logs and configs as artifacts (when fail)
2023-02-17 09:57:12 -05:00
Anton Georgiev
18eca9b507
Merge pull request #16748 from ramonlsouza/unused-code-conn-modal
refactor: remove unused code in connection-status modal
2023-02-17 09:54:42 -05:00
Gustavo Trott
b5737ce6a7 Include bbb logs and configs to CI artifacts 2023-02-17 11:48:11 -03:00
Ramón Souza
64ce476cea replace lodash concat and compact 2023-02-17 10:40:21 -03:00
Ramón Souza
142923bbcf replace lodash clone and isFinite 2023-02-17 10:17:19 -03:00
Ramón Souza
981909fe6c remove unused code in connection-status modal 2023-02-17 10:00:04 -03:00
Ramón Souza
744dcfe8e6 remove unused code in connection-status modal 2023-02-17 09:58:24 -03:00
transifex-integration[bot]
ab4a97d9b8
Apply translations in tr
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'tr' language.
2023-02-17 12:31:17 +00:00
Ramón Souza
aea1dca3e8 install radash 2023-02-17 09:25:13 -03:00
Anton Georgiev
7c4a455d6c
Merge pull request #16745 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_ja
Translate '/bigbluebutton-html5/public/locales/en.json' in 'ja'
2023-02-17 05:29:13 -05:00
transifex-integration[bot]
4eeaade50d
Apply translations in ja
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'ja' language.
2023-02-17 06:40:26 +00:00
Anton Georgiev
2cf8110a2f
Merge pull request #16740 from kepstin/recording-fixes
recording: Enforce minimum length of video segments, etc.
2023-02-16 20:39:20 -05:00
Anton Georgiev
f9535cf179
Merge pull request #16700 from GuiLeme/issue-16590
build(akka-fsesl): Fix permission denied to bbb-fsesl-akka logging
2023-02-16 20:34:22 -05:00
Ramón Souza
a942f1fa11
Merge pull request #16743 from Scroody/i-16455
fix: Alternatives to some keyboard shortcuts added to the keyboard shortcut list
2023-02-16 16:56:38 -03:00
Ramón Souza
924af527c0
Update bigbluebutton-html5/imports/ui/components/shortcut-help/component.jsx 2023-02-16 16:55:58 -03:00
imdt
9632d0139a Alternatives to some keyboard shortcuts added to the keyboard shortcut list 2023-02-16 16:08:43 -03:00
imdt
a7f7c8d14c Alternatives to some keyboard shortcuts added to the keyboard shortcut list 2023-02-16 15:29:54 -03:00
Ramón Souza
0bb96c6434 reduce groupChat.find calls in group-chat-context adapter 2023-02-16 15:08:31 -03:00
Anton Georgiev
4cad96899c
Merge pull request #16739 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_de
Translate '/bigbluebutton-html5/public/locales/en.json' in 'de'
2023-02-16 12:06:13 -05:00
Calvin Walton
49cf81f4a0 recording: Enforce minimum length of video segments
The "EDL" provided to the recording video processing can sometimes
contain a series of cuts in very close succession - just milliseconds
between them - purely by chance (e.g. two webcams disconnect at almost
the same time). Right now this can result in segments failing to
process (in some rare cases) or if a segment processes but was detected
to be empty (no frames), it'll get discarded.

There's also some problems which can occur that cause a too-short
recording - just milliseconds between start and stop, or between start
and the meeting end - which also currently fail to process. We've found
it's better for user feedback/support if the recording successfully
processes with no content in this case.

Add a cleanup function that goes through the EDL and consolidates cuts
which are too close together, and ensures that the final output meets
a minimum length.
2023-02-16 11:46:45 -05:00
transifex-integration[bot]
f312975b63
Apply translations in de
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'de' language.
2023-02-16 16:30:54 +00:00
Ramón Souza
62b7b6b827
Merge pull request #16731 from Scroody/i-16438
Usability: Text indicating pinned shared notes altered and notification added
2023-02-16 11:18:48 -03:00
imdt
fec1ce1b37 (pinned) text added to shared notes and notification added to pinned shared notes. 2023-02-16 11:00:15 -03:00
Ramón Souza
f44f23c391
Merge pull request #16735 from ramonlsouza/fix-warning
fix: warning in raise hand and presentation upload toast
2023-02-16 09:53:29 -03:00
Ramón Souza
2591563250 fix warning in raise hand and presentation upload toast 2023-02-16 09:50:29 -03:00
Gustavo Trott
0e1bbabbfb
Merge pull request #16727 from GuiLeme/fix-timestamp-incorrect 2023-02-16 09:42:05 -03:00
Ramón Souza
7648d58bc3
Merge pull request #15728 from sapsDev/raise-hand-2.6
feat: Emoji Status Control in Raise Hand Button
2023-02-16 09:35:56 -03:00
Anton Georgiev
280343eeaa
Merge pull request #16673 from gabriellpr/additional-custom-parameters
test: remaining custom parameters
2023-02-16 02:00:21 -05:00
Anton Georgiev
cf33144b4e
Merge pull request #16718 from gabriellpr/improving-custom-parameters
test: fixing custom parameters
2023-02-16 01:59:46 -05:00
Anton Georgiev
6d16fe160d
Merge pull request #15999 from zhem0004/fixToastRender
Fix: dismiss toast on unmount
2023-02-16 01:57:16 -05:00
Anton Georgiev
71be54303b
Merge pull request #16720 from antonbsa/v2.6-tests-update
test: Fix and update tests
2023-02-16 01:53:03 -05:00
Anton Georgiev
b5f70e84c7
Merge branch 'v2.6.x-release' into v2.6-tests-update 2023-02-16 01:52:27 -05:00
Anton Georgiev
4b01be98e4
Merge pull request #16707 from gabriellpr/notes-test
test: export-format notes
2023-02-16 01:22:28 -05:00
Anton Georgiev
b597725200
Merge pull request #16730 from gustavotrott/automated-tests-fix-ip
ci: Set private IP address instead of loopback address
2023-02-16 01:21:38 -05:00
Gabriel Porfirio
f7437145af improvement to export correct file content in html reporter 2023-02-15 17:21:58 -03:00
Gabriel Porfirio
98795fda81 timeout into object 2023-02-15 16:52:06 -03:00