Calvin Walton
54e128f0d3
recording: Don't use tpad to pad start of videos
...
The tpad filter doesn't actually extend the video backwards (i.e. it
does not create frames with timestamps earlier than the first video
timestamp). Instead, it *delays* the start of the video.
Using it incorrectly was causing audio/video desyncs in the desktop
sharing, and also occasional processing failure if it pushed back the
video enough that the compositing ffmpeg process didn't end up reading
to the end of the input video.
Use the fps filter's "start_time" option instead, which *does* extend
the video backwards to the configured start time by duplicating the
first frame.
2023-02-21 15:23:44 -05: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
981909fe6c
remove unused code in connection-status modal
2023-02-17 10:00:04 -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
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
imdt
061941fbde
Usability: Text indicating pinned shared notes altered and notification added.
2023-02-15 16:38:18 -03:00
Ramón Souza
43d1877b6c
Merge pull request #16726 from ramonlsouza/issue-16716
...
fix: hidePresentation=true prevents uploading/managing presentations within the client
2023-02-15 16:36:57 -03:00
Gustavo Trott
e179fa9de7
Automated tests: Set private IP address instead of loopback address
2023-02-15 16:14:06 -03:00
Gabriel Porfirio
41d44d6919
handleDownload updates
2023-02-15 15:41:21 -03:00
Calvin Walton
5adbcae7cb
recording: Add workaround for webacmsOnlyForModerator typo
...
There was a brief period during 2.5 development when recordings had the
typo "webacms" instead of "webcams" on one of the event names. I hit
this now and then, so just check for both names in the recording
processing.
2023-02-15 11:50:56 -05:00
Ramón Souza
12b4dd3935
Merge pull request #16729 from Scroody/i-16348
...
style: increase gap between custom input and text area.
2023-02-15 13:31:04 -03:00
Calvin Walton
27e66df19c
recording: Fix tests for get_chat_events
...
The code no longer retrieves chat or avatar color, so stop checking for
those in the tests.
Fix the get_chat_events code to include the sender name when the sender
id is not available (this only happens on *really* old recordings, but
it's a trivial fix).
2023-02-15 10:46:12 -05:00
GuiLeme
64e81a89bf
[fix-timestamp-incorrect] - fix incorrect timestamp display and wrongly key setting
2023-02-15 12:43:24 -03:00
Ramón Souza
bbd6203164
Merge pull request #16702 from hiroshisuga/patch-61
...
style: Remove space on the right of style tool on iPhone
2023-02-15 10:41:40 -03:00
Ramón Souza
5f9294756a
allow upload of presentations if hidePresentation=true
2023-02-15 10:01:49 -03:00
Bohdan Zhemelinskyi
dc296c1552
fixes on idea of GuiLeme
2023-02-14 21:48:11 +00:00
Anton Georgiev
1dd13026e3
Merge pull request #16722 from gustavotrott/connectionAliveAt-flood-improvement
...
refactor: Avoid flood moderators with useless connection status
2023-02-14 16:02:27 -05:00
Anton Georgiev
5a94d4edd4
Merge pull request #16612 from gabriellpr/user-choose-breakout-room
...
test: allow user to choose a breakout room on joining
2023-02-14 15:47:46 -05:00
Bohdan Zhemelinskyi
97d53da638
Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into fixToastRender
2023-02-14 20:15:07 +00:00