Commit Graph

29661 Commits

Author SHA1 Message Date
Ramon Souza
1a032e4b62 check user role in adapter 2021-04-22 15:45:26 -03:00
Anton Georgiev
33ad2f1a58
Merge pull request #12086 from ramonlsouza/issue-12042
Reduce component re-render on containers that use usersContext
2021-04-22 14:40:50 -04:00
Anton Georgiev
868b7d2ff7
Merge pull request #12116 from Tainan404/issue-12093
Fix client crashing with multiple private chats
2021-04-22 14:37:53 -04:00
Anton Georgiev
3c0c4f0b42
Merge pull request #12114 from ramonlsouza/remove-webcam-default-settings
Remove webcamsDefaultPlacement unused settings
2021-04-22 13:48:20 -04:00
Ramon Souza
d6e3f137c4 remove webcamsDefaultPlacement unused settings 2021-04-22 14:26:59 -03:00
Tainan Felipe
ac7316702b Fix client crashing with multiple private chats 2021-04-22 14:22:47 -03:00
Anton Georgiev
30880e5c2a
Merge pull request #12113 from ramonlsouza/unused-var-import
Remove unused imports/variables
2021-04-22 12:26:47 -04:00
Ramon Souza
75b9261f6f remove unused imports/variables 2021-04-22 13:17:20 -03:00
Anton Georgiev
0c699893bb
Merge pull request #12109 from PhMemmel/improve-hand-raised-notification-message
Makes hand raised message differentiate between one and multiple users
2021-04-22 11:13:06 -04:00
Philipp Memmel
0c4eef0c5a shorten raised hand label 2021-04-22 16:56:41 +02:00
Anton Georgiev
f9a4f91328
Merge pull request #12112 from bigbluebutton/antobinary-patch-2
FS: Add cdquality video-auto-floor-msec for #12004
2021-04-22 10:36:50 -04:00
Anton Georgiev
4cac6cea8a
FS: Add cdquality video-auto-floor-msec for #12004 2021-04-22 10:31:39 -04:00
Ramon Souza
c9540df1d3 remove duplicated logic 2021-04-22 10:40:18 -03:00
Anton Georgiev
2862c5f576
Merge pull request #12110 from ramonlsouza/duplicated-property
Remove duplicated property from nav-bar button
2021-04-22 09:33:55 -04:00
Philipp Memmel
3a56d93436 pluralize label for multiple users 2021-04-22 15:20:06 +02:00
Ramon Souza
313300d884 remove duplicated property 2021-04-22 09:38:25 -03:00
Ramon Souza
509d9c0936 Merge remote-tracking branch 'upstream/develop' into issue-12042 2021-04-22 08:45:06 -03:00
Ramon Souza
8f3a3a8c1c fix index 0 crash 2021-04-22 08:38:42 -03:00
Philipp Memmel
e7da98283f hand raised message differentiates between one and multiple users 2021-04-22 12:08:25 +02:00
Thibault François
473bc62f2a [add] enable bbb-webhooks to bind nodejs localhost, and make it default 2021-04-22 09:42:58 +02:00
Anton Georgiev
a307c28d79
Merge pull request #12104 from KDSBrowne/bbb-11970
Fix Focus Outline Clipping Buttons In Firefox
2021-04-21 18:14:25 -04:00
Anton Georgiev
3c1c0ce019
Merge pull request #12105 from mrkeksi/bbb-7684
increase download button size
2021-04-21 14:42:53 -04:00
MrKeksi
9d10478320 increase download button size
increase download button size
fixes #7684
2021-04-21 19:36:40 +02:00
KDSBrowne
f19bf1a1ef add transparent outline to moz focusring 2021-04-21 16:58:02 +00:00
KDSBrowne
032f8d7c4a add focus outline-offset to buttonWrappers for firefox 2021-04-21 13:46:21 +00:00
Anton Georgiev
d96424dc82
Merge pull request #12101 from mariogasparoni/fix-11662
fix: breakout autojoin audio with wrong behavior
2021-04-20 16:43:55 -04:00
Ramon Souza
ea51cb7853 fix missing chat messages 2021-04-20 17:36:04 -03:00
Anton Georgiev
36b67971ee
Merge pull request #12054 from mariogasparoni/fix-12023-and-other-two-fixes
fix: mic selection (firefox/all browsers) and muted alert when mic is changed
2021-04-20 13:40:54 -04:00
Mario Jr
bf17b385b6 fix: breakout autojoin audio with wrong behavior
When joining/returning breakouts, audio would always connect
with full audio. This can lead to a performance problem, once
all listenonly users would join full audio, increasing the
number of streams in FreeSWITCH.

We now have a consistent behavior, which is:
1 - The choice made by the user in the main room is predominant:
    if mic is active in main room, user will automatically
    join mic in breakout room. When returning from breakout
    room, user will also join with mic again.
2 - Changes made in breakout room won't have effect when
    returning to the main room. This means if user, for example,
    change from listenonly to mic in breakout room, the returning
    will consider the option choosen previously (listenonly) and
    listenonly will be active again in the main room.
3 - If user didn't join audio in the main room, the audio modal
    will be prompted when joining the breakout room (this is
    a special case of (1))


The following is some technicall information:
InputStreamLiveSelector (component.jsx) now calls
'handleLeaveAudio' function, which is the default
function when user leaves audio (also used when
dynamic devices are inactive).

We now store information about user's choice (mic or listenonly)
using local storage, instead of the previous cookie method (this
was triggering some warnings in browser's console).

Also did a small refactoring to match eslint rules.
Fixes #11662.
2021-04-20 14:38:11 -03:00
Joao Siebel
c5071093d9 Improve feedback to user after a failed file upload 2021-04-20 14:21:12 -03:00
Mohamed Amine Ben Salah
ec03be9ef1 reuse users collection instead of users-persistent-data collection 2021-04-20 13:59:04 -03:00
Ramon Souza
6960c524de remove unused props in audio controls 2021-04-20 11:36:22 -03:00
MrKeksi
418d4ffe87 Make waiting users more responsiv 2021-04-20 16:09:10 +02:00
Anton Georgiev
3ebb2cf46d
Merge pull request #12004 from prlanzarin/u23-isitcoldinthewater
video: voice activity video sorting
2021-04-20 09:47:43 -04:00
Anton Georgiev
ad19234fc6
Merge pull request #12059 from vitormateusalmeida/issue-11610
Fix layout doesn't update when screen is shared
2021-04-20 08:44:27 -04:00
Anton Georgiev
7216f09bbe
Merge pull request #12095 from KDSBrowne/bbb-12092
Update Language On Html After Locale Change
2021-04-20 08:43:11 -04:00
Anton Georgiev
d2d6953492
Merge pull request #12096 from ramonlsouza/unused-imports
Remove unused imports
2021-04-20 08:42:19 -04:00
Ramon Souza
d5d1c86c70 remove unused imports 2021-04-20 09:12:22 -03:00
KDSBrowne
ca3975f242 update html lang on locale change in settings 2021-04-20 11:51:15 +00:00
Ramon Souza
419e5af2a6 fix usedId value 2021-04-19 17:16:05 -03:00
Anton Georgiev
b217444698
Merge pull request #12087 from gustavotrott/latex-pdf-low-quality
Makes presentation svg resolution configurable, and improve default quality
2021-04-19 16:06:47 -04:00
Vitor Mateus De Almeida
aa5b4c7d48 code reuse 2021-04-19 16:53:42 -03:00
Gustavo Trott
a08a0d33e1 Makes presentation svg resolution configurable, and set default to 300 2021-04-19 16:01:48 -03:00
Anton Georgiev
da2ee3517d
Merge pull request #12057 from ramonlsouza/issue-11998-2
Add delay to userRemove
2021-04-19 14:19:52 -04:00
Ramon Souza
40c9d87f63 reduce component re-render on containers that use usersContext 2021-04-19 14:57:55 -03:00
Anton Georgiev
70a62e8ee9
Merge pull request #12083 from gustavotrott/soffice-conversion-security-fix
Apply security enhancements for libreoffice conversion scripts
2021-04-19 13:54:37 -04:00
Anton Georgiev
bed0d41807
Merge pull request #12035 from gustavotrott/pptx-conversion-font-errors
Installs LibreOffice 7 and MS fonts for presentation conversions
2021-04-19 13:36:09 -04:00
fireba11
1cdcddd95a set max to 100MB since rollover by age is not an option,
so we will end up at 100MB+10 sooner or later
2021-04-19 19:28:50 +02:00
fireba11
63168c8b79 reduce max ligfile size to 1GB and # of files to 10 (so 10GB total log size 2021-04-19 19:25:40 +02:00
Anton Georgiev
30f200f312
Merge pull request #12077 from KDSBrowne/bbb-fix-screenreader-trap
Fix Screen Reader Access To Tethered Dropdown Menu's
2021-04-19 13:03:51 -04:00