Ramon Souza
2c55ebb465
adding new function to clear all status
2021-04-06 16:41:33 -03:00
Philipp Memmel
32d3c39acc
fixes option to allow mods to unmute users
2021-03-31 15:06:54 +02:00
KDSBrowne
d89e6a8c3a
move debounce to service
2021-03-22 18:02:31 +00:00
Anton Georgiev
483d37fc02
Merge pull request #11676 from Tainan404/issue-11528
...
Fix for posJoinMessage as undefined
2021-03-17 15:10:36 -04:00
Tainan Felipe
e40a1cfcfc
Fix posJoinMessage as undefined
2021-03-17 14:49:44 -03:00
Anton Georgiev
6f3898f933
Merge pull request #11664 from prlanzarin/u23-imago
...
video-provider: add dynamic video page sizes based on number of users
2021-03-17 09:48:50 -04:00
Pedro Beschorner Marin
d90ba5e286
Merge branch '2.3-per-user-wb' into develop
2021-03-16 20:28:39 -03:00
Pedro Beschorner Marin
381c5cb15c
Isolated whiteboard access
...
Modified the previous implementation of the whiteboard individual access to remove
multiple Collections dependency on this feature. Multi-user whiteboard is now an
array instead of a boolean value and most of the access control can be synchronized
and handled by akka-apps.
2021-03-16 19:55:25 -03:00
prlanzarin
e8a8deb006
video, user-list: remove obsolete connectionStatus from getUserCount
2021-03-16 20:34:25 +00:00
prlanzarin
0a0a4b4915
video-provider: add dynamic video page sizes based on number of users
...
New config called paginationThreshold defines classes of page sizes that depend on the number of participants of a meeting
The rationale is pretty much the same as the cameraQualityThresholds, but the thresholds are users here and the ceilings are the page sizes
2021-03-16 20:15:13 +00:00
prlanzarin
ef4ad8820d
screenshare: adapt shutdown on breakout room joins, only stop sharers
...
Adapted the breakout room screen sharing shutdown to use the new refactor calls
Also changed the behaviour a bit to only trigger the stop code for presenters/sharers, mimicking the camera behaviour and not leaving viewer with stuck screens
2021-03-12 01:31:46 +00:00
Mario Jr
19c1626c39
Do not return empty array when groupChats is empty
...
Instead, return empty array when both users and groupChats arrays are empty.
The public chat and user chats may be active when groupChats array is empty.
Fixes #11476
2021-02-23 17:52:19 -03:00
KDSBrowne
babaf1b578
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into 2.3-per-user-wb
2021-02-21 00:04:36 +00:00
Tainan Felipe
b20c606e9c
Add close chat feature
2021-02-12 11:07:53 -03:00
Tainan Felipe
e99825f60a
Merge remote-tracking branch 'upstream/develop' into develop+pr10919+pr10838
2021-02-09 10:40:39 -03:00
Tainan Felipe
2103b9331c
Fix crash in private chat and unread counter in opened chats
2021-02-08 13:55:10 -03:00
Tainan Felipe
7b4f6e2231
Fix hit area of more message bellow and css recalc
2021-02-01 19:12:04 -03:00
Pedro Beschorner Marin
bd15f14ca0
Allow guests promotion/demotion
...
When authenticated guest is disabled (bigbluebutton-web's `authenticatedGuest` property)
2021-01-23 21:55:20 -03:00
Ramon Souza
ef1725fff9
fixes similar bug on user-list/service/getEmoji function
2021-01-20 13:22:17 -03:00
Ramon Souza
fe12208d6c
better fix for issue #11181
2021-01-20 11:28:37 -03:00
Ramon Souza
b0551e24ad
added a comment on the code to make changes clear
2021-01-20 10:07:00 -03:00
Ramon Souza
79bbbc0fb1
Fixes #11181
2021-01-20 09:23:51 -03:00
Anton Georgiev
eb8e412935
ensure sorting has a fallback in case of undefined name
2021-01-06 15:21:44 +00:00
Anton Georgiev
3135c6bb22
Handle guestWait url for multiple nodejs instanceIds
2021-01-05 15:38:21 +00:00
KDSBrowne
76dc9034ee
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into 2.3-per-user-wb
2020-11-02 16:36:59 +00:00
Joao Siebel
be8421db3c
Merge remote-tracking branch 'upstream/develop' into connection-manager
2020-10-21 13:57:17 -03:00
Anton Georgiev
0c7ead1916
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into oct16-merge
2020-10-21 14:48:02 +00:00
KDSBrowne
f16dd6f702
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into 2.3-per-user-wb
2020-09-21 23:41:40 +00:00
Anton Georgiev
d5450af5df
Merge pull request #10458 from pedrobmarin/avatar-image
...
Support for avatar images
2020-09-21 08:22:04 -04:00
Joao Siebel
6a139aa224
Fix last name sort function for save user name
2020-09-18 18:05:31 -03:00
Joao Siebel
b2adffa4c2
Merge remote-tracking branch 'upstream/develop' into connection-manager
2020-09-18 16:30:20 -03:00
Anton Georgiev
377dc27a8d
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into 09-16-merge
2020-09-17 14:37:28 +00:00
KDSBrowne
239a29a341
switch sortName to name prop (shows list as names were entered)
2020-09-17 13:26:38 +00:00
Pedro Beschorner Marin
e2adf24546
Support for avatar images
...
Use the former Flash client avatarURL join param to replace the name
initials avatar from the user list, chat, waiting guests and connection
status list.
It is possible to define a defaultAvatarURL at bbb-web and enable/disable it
2020-09-15 16:50:10 -03:00
prlanzarin
18c2d33ff1
video-provider/screenshare: streamline isUserPresenter usage
2020-09-10 14:11:18 +00:00
KDSBrowne
03fb47842b
localize text in saved names txt file
2020-08-29 16:39:29 +00:00
KDSBrowne
e4000110bb
add lists sorted by first and last name to saved user names
2020-08-29 02:17:04 +00:00
Joao Siebel
f33bd10640
Remove user from collection when leaves
2020-08-19 13:22:43 -03:00
KDSBrowne
bf4dece99f
add sortByWhiteboardAccess to users in userlist
2020-08-18 15:18:20 +00:00
Tainan Felipe
939fdd9b52
Merge remote-tracking branch 'upstream/develop' into virtualized-userlist
2020-08-12 11:24:36 -03:00
KDSBrowne
e399fe92ba
update filenames for saved public chat / users list
2020-08-04 13:27:32 +00:00
Pedro Beschorner Marin
526f79e8f2
Merge remote-tracking branch 'bigbluebutton/v2.2.x-release' into bigbluebutton/develop
2020-06-30 18:15:18 -03:00
Anton Georgiev
e22856d29e
prevent triggers of unmute others caused by incorrect state
2020-06-26 18:51:01 +00:00
Tainan Felipe
687791ffde
Merge branch 'develop' into virtualized-userlist
2020-05-26 11:46:51 -03:00
Anton Georgiev
c9e996de21
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2.2-into-develop
2020-05-25 17:32:24 +00:00
Anton Georgiev
e7917994d5
add banUser field in EjectUserFromMeetingCmdMsgBody
2020-05-22 10:45:28 -04:00
Anton Georgiev
1874cf8392
Add visuals for banning vs ejecting user
2020-05-21 16:40:08 -04:00
Anton Georgiev
201fa2902e
Only provide modOnlyMessage to moderators. Promoted mod requires refresh to see it
2020-05-20 15:56:44 -04:00
KDSBrowne
c28b0108ea
prevent user item displaying as locked for shared notes lock
2020-05-12 19:43:10 +00:00
Tainan Felipe
17a6ee0710
Merge remote-tracking branch 'upstream/develop' into virtualized-userlist
2020-05-11 17:08:12 -03:00