Anton Georgiev
57471e55a5
Merge pull request #14144 from JoVictorNunes/issue-13955
...
fix(waiting users): text box outline
2022-01-19 12:45:01 -05:00
Anton Georgiev
f09abce131
Merge pull request #14083 from MaximKhlobystov/playwright-updates
...
test: Playwight: new chat tests, improved selectors, fixed stress test
2022-01-19 12:03:38 -05:00
Anton Georgiev
0f6baea727
Merge pull request #14140 from ramonlsouza/issue-14094
...
fix: append build string to font requests
2022-01-19 12:03:07 -05:00
Maxim Khlobystov
6f25cbcaf4
Minor fixes for chat tests
2022-01-19 11:17:09 -05:00
Joao Victor
26ecb815bb
Fix outline of the text box in waiting users' panel
2022-01-19 12:00:53 -03:00
Ramón Souza
17ad619f3a
append build string to font requests
2022-01-19 14:33:14 +00:00
Joao Victor
3b9d0320b7
Add missing parameter
2022-01-19 11:29:22 -03:00
Anton Georgiev
b5cfbda9f1
Merge pull request #14104 from JoVictorNunes/issue-13944
...
fix: change log level from 'error' to 'warn'
2022-01-19 09:27:31 -05:00
Arthurk12
3e4d918b47
fix(breakouts): user with no custom data
...
Fixes null pointer exception when user has no custom data.
2022-01-19 10:58:29 -03:00
Pedro Beschorner Marin
4a0882f9f2
fix(userdata): merge breakout room userdata
...
Avoid using MongoDB to copy breakout room user's userdata. All userdata is
now merged at bbb-web's join API call.
2022-01-19 10:58:13 -03:00
Joao Victor
a1e1077580
Fix initial video direction (mirrored or not) on video dock
2022-01-19 09:58:10 -03:00
hiroshisuga
e9fee8f330
for preuploaded asian filename
2022-01-19 09:53:21 +09:00
Anton Georgiev
63b9da2864
Merge pull request #14133 from antobinary/backport-14019-to-24
...
fix(recording): not processed screenshare fix issue #13356
2022-01-18 16:52:24 -05:00
Julien Gribonvald
0ea11c9581
fix(recording): not processed screenshare
...
fix issue #13356
2022-01-18 21:49:28 +00:00
Anton Georgiev
bcedc2be31
Merge pull request #14019 from jgribonvald/patch-1
...
fix(recording): not processed screenshare
2022-01-18 16:47:46 -05:00
Anton Georgiev
8aec697627
Merge pull request #14129 from Tainan404/add-error-boundary-to-chat
...
Wrap the chat with the error Boundary component and add the Logger to it
2022-01-18 13:45:20 -05:00
Anton Georgiev
aea3711d7e
Merge pull request #14125 from JoVictorNunes/issue-14118
...
fix: infinite loop in chat component
2022-01-18 13:42:05 -05:00
Tainan Felipe
99e052ce5f
Update bigbluebutton-html5/imports/ui/components/error-boundary/component.jsx
...
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2022-01-18 15:37:58 -03:00
Tainan Felipe
f6f84f740f
Wrap the chat with the error Boundary component and add the Logger to it
2022-01-18 15:27:54 -03:00
Anton Georgiev
342f6ad6c3
Merge pull request #14128 from JoVictorNunes/infinite-score
...
fix(Dashboard): average activity score
2022-01-18 12:42:34 -05:00
Anton Georgiev
600e3cc728
chore: Update bbb release to 2.4.2
2022-01-18 12:04:57 -05:00
Anton Georgiev
3dbe23f461
Merge pull request #14121 from frankemax/fix-hide-button-media
...
fix(layout): hide/show media in videoFocus
2022-01-18 09:58:04 -05:00
Joao Victor
51bcec9b9e
Fix average activity score to prevent a potential 'infinity'
2022-01-18 11:39:30 -03:00
Anton Georgiev
0b85dbd3a4
Merge pull request #14105 from PhMemmel/Fix_poll_option_typing_behavior
...
Fix: Improve typing input behavior of poll option text fields
2022-01-18 09:17:30 -05:00
Joao Victor
4683e7ead8
Fix infinite loop in chat component
2022-01-18 09:46:53 -03:00
Max
38d95b0ea8
fix(layout): hide/show media in videoFocus
...
Fix an error that the hide/show button does not work when there is external
video/screenshare and the layout is "videoFocus".
2022-01-17 19:11:43 -03:00
Ramón Souza
5d6f5bb629
dropdown menu permissions refactor
2022-01-17 19:00:34 +00:00
Pedro Beschorner Marin
b8fa15ed17
refactor!(webhooks): remove from main repository
...
BREAKING CHANGES: moved to https://github.com/bigbluebutton/bbb-webhooks
2022-01-17 15:55:48 -03:00
Anton Georgiev
a0312348cb
Merge pull request #14115 from ramonlsouza/issue-14079
...
fix: body background gets overwritten by .layout--Z2pPMwf
2022-01-17 13:00:30 -05:00
Anton Georgiev
efd7c5a160
Merge pull request #14117 from JoVictorNunes/dashboard-patch-after-merging
...
fix(Dashboard 2.5): patch
2022-01-17 13:00:07 -05:00
Joao Victor
79e96c0adc
LAD patch
2022-01-17 11:50:11 -03:00
Ramón Souza
d547ff09f5
remove hardcoded background value
2022-01-17 13:51:14 +00:00
KDSBrowne
acfaa657b0
add check to play sound for open chat panel
2022-01-17 13:51:05 +00:00
Ramón Souza
0c6390dfe6
remove function referencies from withTracker
2022-01-17 13:31:20 +00:00
Pedro Beschorner Marin
2bc370ce0b
feat(api): allowRequestsWithoutSession as a meeting create param
...
Add a create meeting parameter to enable or disable the user's cookie
session requests.
2022-01-17 09:51:01 -03:00
KDSBrowne
622084f414
add audio alerts for chats while open
2022-01-17 05:01:45 +00:00
Fred Dixon
8ccd896e92
Merge pull request #14110 from schrd/filepermissions
...
Fix: ensure services can't modify their code
2022-01-16 23:15:24 -04:00
Daniel Schreiber
5cce940346
Fix: ensure services can't modify their code
...
Code should be owned by root, so an attacker cannot modify it. The same
should apply to systemd unit files.
closes #11752
closes #10831
2022-01-16 18:10:09 +01:00
Aleksandar Vasilev
6935b8293c
Merge branch 'bigbluebutton:develop' into position-in-waiting-queue
2022-01-16 02:59:40 +01:00
Aleksandar Vasilev
6103ae960d
Merge branch 'bigbluebutton:develop' into develop-private-guest-lobby-messages
2022-01-16 02:58:43 +01:00
Philipp Memmel
4d3742ffc8
Fix typing input behavior of poll option text fields
2022-01-14 21:05:16 +00:00
Joao Victor
7511ca4707
changes log level from 'error' to 'warn'
2022-01-14 17:47:34 -03:00
prlanzarin
17b8499ce4
fix(webcams): add extra error handling to pub/sub peer callbacks
...
video-provider is a race-condition prone mess and those callbacks were missing try-catches so eventual failures would bubble up as uncaught errors and not be logged properly
It`s worth mentioning that due to a number of tangential design failures in that component, 90% of the errors generate are, to the end user, invisible false positives. Thus: expect an increase in false-positive errors logs with this
2022-01-14 15:48:03 -03:00
Ramón Souza
f851be3ff8
remove duplicated props in withTracker return
2022-01-14 17:48:13 +00:00
Anton Georgiev
0f15d4d6f6
Merge pull request #14096 from JoVictorNunes/issue-14086
...
refactor: window title in breakout rooms
2022-01-14 10:46:44 -05:00
Anton Georgiev
16ca899fcc
Merge pull request #14093 from bigbluebutton/prlanzarin-patch-1
...
[2.5] chore(bbb-html5): enable camera pin/screenshare volume control by default
2022-01-14 10:39:07 -05:00
Ramón Souza
9af6105d98
merge upstream/develop into issue-12418 and resolve conflicts
2022-01-14 14:09:50 +00:00
Joao Victor
b78574e04a
refactors window title in breakout rooms
2022-01-14 09:59:31 -03:00
Ramón Souza
6ad5ae2baa
only restore presentation after screenshare ends if it is open when screenshare starts
2022-01-14 12:43:48 +00:00
Paulo Lanzarin
e87a633da3
chore(bbb-html5): enable camera pin/screenshare volume control by default
2022-01-13 19:08:14 -03:00