Joao Siebel
|
e1c825136c
|
Prevent a case where the setInPod get stuck on a loop. close #12284
|
2021-09-29 13:22:18 -03:00 |
|
Joao Siebel
|
4cae6bb5dc
|
Prevent edge case where the UI show wrong info about current presenter
|
2021-08-04 11:02:10 -03:00 |
|
Joao Siebel
|
9b31ded342
|
Fix auto assigned presenter when previous one left the meeting. close #12679
|
2021-07-23 15:50:51 -03:00 |
|
Ramon Souza
|
9592ca44fe
|
remove useless conditionals in validateAutoToken handler
|
2021-05-19 09:22:30 -03:00 |
|
Ramon Souza
|
086d370428
|
remove returnless function use
|
2021-04-09 10:08:59 -03:00 |
|
Joao Siebel
|
c1503a2931
|
Remove banned users structure and handle reasonCode in validateAuthToken
|
2021-03-30 10:09:25 -03:00 |
|
Joao Siebel
|
4d759ad63c
|
Prevent logged out user tp spam validateAuthToken
|
2021-03-22 09:37:17 -03:00 |
|
Gustavo Trott
|
63e00bd7ca
|
Adds lastAuthTokenValidatedOn to users in Akka, send it in ValidateAuthTokenRespMsg pubSub msg, makes Meteor store it as authTokenValidatedTime
|
2021-02-25 16:52:20 -03:00 |
|
Anton Georgiev
|
49cdf9faef
|
Merge pull request #11413 from gustavotrott/develop
Include registeredOn date in pubSub user creation messages to replace loginTime creation in Meteor
|
2021-02-17 16:56:53 -05:00 |
|
Gustavo Trott
|
91f4eba678
|
Replace registeredOn params to Long (timestamp) instead of String (ISO_OFFSET_DATE_TIME)
|
2021-02-17 09:20:55 -03:00 |
|
Gustavo Trott
|
12e363eb92
|
Removes loginTime creation from Meteor and use the registeredOn date created on Akka. Makes Akka send the registeredOn date throught PubSub messages: UserRegisteredRespMsg, GuestsWaitingForApprovalEvtMsg and ValidateAuthTokenRespMsg.
|
2021-02-16 14:46:30 -03:00 |
|
Anton Georgiev
|
8c0f0fdd52
|
Split Meteor roles backend-frontend revisit
|
2021-02-05 17:47:46 +00:00 |
|
Joao Siebel
|
8c7c21f936
|
Sync users in collection with server active connections
|
2021-01-26 16:22:32 -03:00 |
|
Anton Georgiev
|
244a239810
|
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into 2020-12-01-merge
|
2020-12-01 20:02:50 +00:00 |
|
Joao Siebel
|
bcc1d6c880
|
WIP remove callback from mongo operations
|
2020-11-23 10:13:46 -03:00 |
|
Joao Siebel
|
be8421db3c
|
Merge remote-tracking branch 'upstream/develop' into connection-manager
|
2020-10-21 13:57:17 -03:00 |
|
Joao Siebel
|
109c18beb0
|
Improve annotations and cursor streamer logs, also add a type info for some logs in authentication process
and rollback some attempts to fix multiple leaving end call.
|
2020-10-16 10:30:50 -03:00 |
|
Joao Siebel
|
db7164253d
|
Prevent repeated setUserId
|
2020-09-29 18:02:03 -03:00 |
|
Joao Siebel
|
ac0a014571
|
WIP onClose
|
2020-09-10 08:49:22 -03:00 |
|
Joao Siebel
|
6e4e0a510a
|
Merge branch 'remove-user-on-exit' into connection-manager
|
2020-09-08 16:36:01 -03:00 |
|
Joao Siebel
|
4be9bc4c94
|
Adjust publishers to use auth-token-validation collection
|
2020-09-01 13:31:11 -03:00 |
|
Joao Siebel
|
b8f42ac712
|
Create ClientConnections structure and auth-token-validation collection
|
2020-09-01 09:07:56 -03:00 |
|
Joao Siebel
|
f33bd10640
|
Remove user from collection when leaves
|
2020-08-19 13:22:43 -03:00 |
|
Joao Siebel
|
492acd6b5c
|
Add a warn when a banned user tries to join the meeting
|
2020-06-12 16:51:22 -03:00 |
|
Joao Siebel
|
45f99fed8b
|
Prevent banned user from trying to validate auth token multiple times. close #9798
|
2020-06-12 13:24:11 -03:00 |
|
Anton Georgiev
|
80e6b168ea
|
use Meteor setTimeout to run within Fiber
|
2020-05-09 09:52:16 -04:00 |
|
Tiago Jacobs
|
d6132e97b5
|
Postpone websocket close for a failed authToken
|
2020-05-08 19:08:50 -03:00 |
|
Anton Georgiev
|
dc0c2f7b21
|
switch setPresenterInPodReqMsg to in-file function, not method
|
2020-04-29 08:00:32 -04:00 |
|
Tiago Jacobs
|
4bfd924c64
|
Refactor connection definition of userId to wait for validateAuthToken
|
2020-04-29 00:33:45 -03:00 |
|
Anton Georgiev
|
97682d9162
|
Revert "Merge pull request #8759 from capilkey/2.2-join-fix"
This reverts commit 5af41dabb4 , reversing
changes made to 004d872584 .
|
2020-03-25 16:12:36 -04:00 |
|
Chad Pilkey
|
e9a73217da
|
only join a user if the connection is still active
|
2020-03-11 13:40:50 -07:00 |
|
Anton Georgiev
|
a8f4827af8
|
utilize Meteor connection id instead of trusting client side meetingId, userId
|
2020-02-06 15:48:16 -05:00 |
|
Anton Georgiev
|
892336632f
|
added "fields:{...}", removed most mapUser
|
2019-08-28 16:32:55 -04:00 |
|
Joao Siebel
|
132609414a
|
Fix Clear All status icons action
The problem was caused by a wrong parameter being passed down
to the function that set the emoji status for the user
close #7924
|
2019-08-19 09:56:21 -03:00 |
|
Chad Pilkey
|
cb58037ea1
|
fix crash from invalid online users
|
2019-07-08 19:04:12 +00:00 |
|
Anton Georgiev
|
f095f04fd3
|
Merge pull request #7702 from capilkey/fix-user-roles
Clean up user roles
|
2019-07-04 14:57:19 -04:00 |
|
Tainan Felipe
|
9df7ba1a1a
|
Merge branch 'master' into fix-user-leaving
|
2019-07-01 17:24:09 -03:00 |
|
Tainan Felipe
|
88cfb70255
|
Add ping-pong message to html5 client
|
2019-07-01 16:00:27 -03:00 |
|
Chad Pilkey
|
f0930e2d23
|
refactor user role management to follow proper format
|
2019-06-28 21:02:12 +00:00 |
|
Chad Pilkey
|
0de1d1d129
|
fix regression from #7606, handle roles correctly
|
2019-06-28 18:50:57 +00:00 |
|
Tainan Felipe
|
76bcdbc7dd
|
Remove console
|
2019-06-12 15:05:25 -03:00 |
|
Tainan Felipe
|
d948a6a008
|
Add toast for webcam lock suggestion
|
2019-06-12 15:03:23 -03:00 |
|
Joao Siebel
|
cb3763ca31
|
Adjust messages when removed or by inactivity. close #6911 close #6928
|
2019-03-12 15:02:52 -03:00 |
|
Anton Georgiev
|
e174a2a197
|
Merge pull request #6869 from Tainan404/issue-6717
Add pending/guest users waiting to approval panel
|
2019-03-08 17:12:28 -05:00 |
|
Joao Siebel
|
b5929dc4b5
|
Add activity check modal
|
2019-02-26 14:40:01 -03:00 |
|
Tainan Felipe
|
3648afcf3f
|
Add pending/guest users waiting to approval panel
|
2019-02-26 14:08:15 -03:00 |
|
Joao Siebel
|
681df8a546
|
handle user inactivity inspect on server
|
2019-02-21 18:09:44 -03:00 |
|
Anton Georgiev
|
4b18d50b42
|
update npm packages versions
|
2019-02-13 19:44:21 +00:00 |
|
Vitor Mateus
|
a9989e1107
|
Fix chat alert (push and audio) #6430
|
2019-01-14 11:23:35 -02:00 |
|
João Francisco Siebel
|
8ce7f85dde
|
add meetingId to filter results and avoid a bug with multiple meetings
|
2018-12-13 15:45:46 -02:00 |
|