Ramón Souza
5b63724f7e
Merge pull request #16772 from Scroody/I-16746
...
fix: Not all Virtual Backgrounds are shown in the UI to select
2023-02-22 10:23:43 -03:00
Ramón Souza
2fc1ca609e
Merge pull request #16738 from KDSBrowne/bbb-time-context
...
fix(access): Add Context To Time Values in Learning Dashboard User Details
2023-02-22 10:19:35 -03:00
André Castro
9133815ed3
Number of camera backgrounds showing unlimited
2023-02-22 13:08:00 +00:00
Ramón Souza
56e60be9be
Merge pull request #16737 from KDSBrowne/bbb-contrast-fixes
...
fix(access): Darken Color Contrast For Non Compliant Elements
2023-02-22 09:09:43 -03:00
Gustavo Trott
3afe19d199
Removes bbb-html5-conn-limit.conf from old path if exists
2023-02-22 09:07:44 -03:00
Ramón Souza
0271e28de6
Merge pull request #16752 from KDSBrowne/bbb-polling-focus
...
fix(access): Move Focus To Polling Option When Presented
2023-02-22 08:40:41 -03:00
Anton Georgiev
75827c1d8d
Merge pull request #16774 from kepstin/recording-fixes
...
fix(recording): Recording stability & A/V sync fixes
2023-02-22 06:27:18 -05:00
Anton Georgiev
b4ad20f3fc
Merge pull request #16760 from danimo/no_moderator_rephrasing
...
fix: Better wording for when a meeting has ended through the endWhenNoModerator policy
2023-02-22 06:25:09 -05:00
Anton Georgiev
c0ce288154
Merge pull request #16763 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-02-22 06:22:49 -05:00
Anton Georgiev
bdabc8191f
Merge pull request #16765 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_et
...
Translate '/bigbluebutton-html5/public/locales/en.json' in 'et'
2023-02-22 06:22:14 -05:00
Anton Georgiev
21c4caa5a1
Merge pull request #16776 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_uk_UA
...
Translate 'bigbluebutton-html5/public/locales/en.json' in 'uk_UA'
2023-02-22 06:21:41 -05:00
Maxim Khlobystov
4d1fab58b9
Merge branch 'test-layout-management' of https://github.com/MaximKhlobystov/bigbluebutton into test-layout-management
2023-02-21 21:51:50 +00:00
Maxim Khlobystov
11954e5af0
Cleaning up the layout management tests code
2023-02-21 21:49:24 +00:00
transifex-integration[bot]
16f468fd27
Apply translations in uk_UA
...
translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'uk_UA' language.
2023-02-21 20:57:21 +00:00
Anton Georgiev
de34f0fd68
refactor: Add meetingId in log for user left ( #16775 )
...
* refactor: Add meetingId in log for user left
2023-02-21 15:47:43 -05:00
Calvin Walton
dc9126b67b
recording: Skip EDL area if it is nil
...
The recording processing would crash if an area was present in the
layout, but was missing in the EDL entry being processed.
This doesn't happen in normal conditions, since most of the methods for
generating an EDL will result in areas being present, even if there are
no videos for that area.
But the EDL cleanup recently added can sometimes cause an EDL entry with
no areas to be processed, so add the code to handle this possibility.
2023-02-21 15:28:24 -05:00
Anton Georgiev
e9885154d2
Merge pull request #16762 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_hy
...
Translate '/bigbluebutton-html5/public/locales/en.json' in 'hy'
2023-02-21 15:27:41 -05:00
Anton Georgiev
28dfc4145a
Merge pull request #16686 from tibroc/docs-deployment
...
(docs/ci): Docs deployment
2023-02-21 15:27:11 -05:00
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
timo
84b26096c2
Cleanup workflow file
...
There were some leftovers that were doing no harm, but I chose to remove
them for clarity.
2023-02-21 21:05:16 +01:00
imdt
32597c7c6f
Tweek
2023-02-21 16:52:09 -03:00
imdt
3549350f5e
Fixed camera background alternatives not showing
2023-02-21 15:48:31 -03:00
Gabriel Porfirio
907589cef1
disabled features test
2023-02-21 15:28:53 -03:00
Gustavo Trott
7a740d2f50
Apply limit_conn only for location /html5client/sockjs
2023-02-21 15:17:32 -03:00
Gustavo Trott
110f49f886
Use template file to set conn limit config to nginx
2023-02-21 15:15:42 -03:00
Paul Trudel
6d70953042
allowAllRecordingsRetrieval propterty explanation
...
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2023-02-21 11:54:55 -05:00
Paul Trudel
6cd625933f
Added new bbb property to control get all recordings
2023-02-21 16:32:32 +00:00
GuiLeme
54efb82a33
[issue-16734] - patch for sharednotes pin
2023-02-21 12:44:12 -03:00
imdt
57d71a6679
Merge branch 'i-16640' of github.com:Scroody/bigbluebutton into i-16640
2023-02-21 11:49:07 -03:00
André Castro
04796e1775
Merge remote-tracking branch 'upstream/v2.6.x-release' into i-16640
2023-02-21 14:42:33 +00:00
GuiLeme
f6c4b4da96
[issue-16734] - patch for front-end sec
2023-02-21 09:38:44 -03:00
GuiLeme
421717a817
[issue-16734] - patch for error handling
2023-02-21 08:41:05 -03:00
transifex-integration[bot]
79f480858b
Apply translations in et
...
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'et' language.
2023-02-20 10:03:27 +00:00
transifex-integration[bot]
a7cff383c4
Apply translations in fa_IR
...
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'fa_IR' language.
2023-02-19 12:12:34 +00:00
transifex-integration[bot]
1fcd951c27
Apply translations in hy
...
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'hy' language.
2023-02-19 10:31:49 +00:00
André Castro
826fad1f84
Update bigbluebutton-html5/imports/startup/client/base.jsx
...
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2023-02-17 15:31:19 -03:00
imdt
ac8c33c3b0
Notification of: You have been removed from the conference. fixed.
2023-02-17 15:15:39 -03:00
GuiLeme
9fb2c32384
[issue-16734] - refactor hidePresentation to hidePresentationOnJoin
2023-02-17 14:59:39 -03:00
KDSBrowne
b29af59158
update polling container to aside element
2023-02-17 16:46:36 +00:00
Anton Georgiev
f80decb04b
chore: bump release to 2.6.0-rc.4
2023-02-17 11:40:53 -05:00
KDSBrowne
88ad79b4de
add focus style to polling container
2023-02-17 15:47:14 +00:00
GuiLeme
cbe3e88938
[issue-16734] - Implemented new disabledFeature presentationArea
2023-02-17 12:44:36 -03:00
KDSBrowne
17aa2e2769
move user focus to the polling options on mount
2023-02-17 15:42:00 +00: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