Maxim Khlobystov
|
4a7a3cfcf9
|
Clearing user system messages when adding a user.
|
2018-07-03 11:45:44 -04:00 |
|
Maxim Khlobystov
|
d7b99f5ed4
|
Cleanup.
|
2018-07-03 11:37:06 -04:00 |
|
Maxim Khlobystov
|
593a2ab744
|
Typo.
|
2018-07-03 11:31:00 -04:00 |
|
Maxim Khlobystov
|
efbc24db6f
|
Add support for moderator only message.
|
2018-07-03 11:13:38 -04:00 |
|
Anton Georgiev
|
ad483dd0e5
|
Merge pull request #5702 from Tainan404/issue-5692
Skip userLeaving when meeting is gone.
|
2018-06-15 16:26:04 -04:00 |
|
Tainan Felipe
|
d5482651d9
|
rename variable
|
2018-06-15 17:24:03 -03:00 |
|
Tainan Felipe
|
f86d80c53d
|
Remove skip userLeaving and change throw to log
|
2018-06-15 16:28:19 -03:00 |
|
Tainan Felipe
|
3884d45e5d
|
skip userLeaving when meeting is ended
|
2018-06-15 15:16:05 -03:00 |
|
Anton Georgiev
|
7338086572
|
Do not auth validate Flash users (#5695)
by @oswaldoacauan
|
2018-06-14 17:24:55 -03:00 |
|
Bobak Oftadeh
|
136fa72a7e
|
User list UI changes implemented
|
2018-05-29 12:23:13 -07:00 |
|
Anton Georgiev
|
2f0a33b738
|
Merge pull request #5296 from oswaldoacauan/fix-5183
Sends a ejectUserFromVoice after removing a user
|
2018-04-03 13:26:30 -04:00 |
|
João Francisco Siebel
|
2ff45a9d7f
|
Rename function name to match his functionality
|
2018-04-02 14:08:25 -03:00 |
|
Oswaldo Acauan
|
04b98036e7
|
Sends a ejectUserFromVoice after removing a user
Fix wrong linter change
|
2018-04-02 11:42:13 -03:00 |
|
João Francisco Siebel
|
c598270663
|
Enforce authToken to re-joining users, resolve #5261
|
2018-03-29 09:10:30 -03:00 |
|
Anton Georgiev
|
07b867e52c
|
Merge pull request #5259 from oswaldoacauan/fix-ghost-and-reconnect-users
Fix ghost and reconnecting users
|
2018-03-19 14:07:46 -04:00 |
|
Oswaldo Acauan
|
16a61a891d
|
Move userLeft out of subscription stop to socket close event. Closes #5240
|
2018-03-16 16:18:10 -03:00 |
|
Anton Georgiev
|
337bcd616c
|
add logs to debug user join handler
|
2018-03-16 18:57:27 +00:00 |
|
Oswaldo Acauan
|
b03966d0d1
|
Close all user connections when removed
|
2018-02-20 12:02:04 -03:00 |
|
Oswaldo Acauan
|
8219c28084
|
Remove debug code
|
2018-02-20 11:59:47 -03:00 |
|
Oswaldo Acauan
|
2f741df97b
|
Impl user-session based connections on server. Fix #5150
Implement a connectionId for each user, each time a user try to validate we change their connectionId
and end all other connections of that user.
|
2018-02-20 11:26:36 -03:00 |
|
Oleksandr Zhurbenko
|
607e2decad
|
Removed a comment
|
2018-02-08 08:42:32 -08:00 |
|
Oleksandr Zhurbenko
|
894e2b94f2
|
Fixed exceptions thrown on PresenterAssignedEvtMsg event
|
2018-02-07 15:10:15 -08:00 |
|
Oleksandr Zhurbenko
|
7871681448
|
Changed all the references of kick to remove, to be consistent
|
2018-01-09 14:28:48 -08:00 |
|
Oleksandr Zhurbenko
|
2de02c4f8d
|
Linting
|
2018-01-07 16:25:56 -08:00 |
|
Oleksandr Zhurbenko
|
4af6d30f6a
|
Switched from the broken 4commerce:env-settings package to native Meteor.settings
|
2018-01-07 16:24:05 -08:00 |
|
Oswaldo Acauan
|
eb4c89aefc
|
Fix bug when users re-validate after refresh
|
2017-12-19 10:19:47 -02:00 |
|
Oswaldo Acauan
|
62454b826b
|
Remove duplicated log
|
2017-12-13 16:20:29 -02:00 |
|
Anton Georgiev
|
64f2613818
|
send requesterId rather than userId on request to akka-aps
|
2017-11-24 17:03:17 -05:00 |
|
Anton Georgiev
|
a210f2476a
|
Merge pull request #4572 from KDSBrowne/z07-change-role-refactor
Change Role refactor
|
2017-10-27 13:22:41 -02:00 |
|
KDSBrowne
|
4899b88f27
|
change condition in changeRole logger message
|
2017-10-27 08:10:53 -07:00 |
|
KDSBrowne
|
ec0daac263
|
add return to presenterAssigned handler
|
2017-10-26 08:13:43 -07:00 |
|
KDSBrowne
|
fa4c96491c
|
remove meteor import
|
2017-10-25 12:05:29 -07:00 |
|
KDSBrowne
|
34313c6eaa
|
replace strings with constants
|
2017-10-25 12:00:31 -07:00 |
|
KDSBrowne
|
092839228b
|
make changeRole handle any role
|
2017-10-25 10:29:03 -07:00 |
|
Oleksandr Zhurbenko
|
6049223e3a
|
Fixed a typo
|
2017-10-23 16:16:54 -07:00 |
|
Tainan Felipe
|
5ac96e6979
|
solve merge issues
|
2017-10-23 13:47:14 -02:00 |
|
Tainan Felipe
|
873d227819
|
Merge remote-tracking branch 'upstream/v2.0.x-release' into fix-errors-linter
|
2017-10-13 10:35:38 -03:00 |
|
Oleksandr Zhurbenko
|
430ddc0d3b
|
Removing unnecessary 2x from the collections, publishers, subscriptions and logs
|
2017-10-12 12:07:02 -07:00 |
|
Tainan Felipe
|
4bda76c5bb
|
Merge remote-tracking branch 'upstream/v2.0.x-release' into fix-errors-linter
|
2017-10-12 15:36:52 -03:00 |
|
Oleksandr Zhurbenko
|
015ca3d719
|
Changed imports and removed 'initializeCursor.js' since it's not needed
|
2017-10-11 19:00:28 -07:00 |
|
Oleksandr Zhurbenko
|
337f53e72b
|
Moved files up to api/
|
2017-10-11 18:09:35 -07:00 |
|
Klaus Klein
|
c627deca36
|
Move api to api/1.1
|
2017-06-19 08:57:32 -03:00 |
|
Oswaldo Acauan
|
e6412275a6
|
Linter auto fix
|
2017-06-02 19:25:02 +00:00 |
|
Anton Georgiev
|
250c6cdb8b
|
Merge pull request #3948 from KDSBrowne/x0-lint-Client
[HTML5] - Fix client lint issues
|
2017-05-25 13:57:04 -04:00 |
|
KDSBrowne
|
ff1a152f0b
|
remove new lines being rendered in log/development.log
|
2017-05-19 09:05:09 -07:00 |
|
Anton Georgiev
|
409a471ab5
|
bring catch clause on the same line as closing curly brace
|
2017-05-18 10:52:59 -04:00 |
|
Anton Georgiev
|
71d4e8b0e0
|
catch Meteor error on userLeaving
|
2017-05-17 15:17:27 -04:00 |
|
KDSBrowne
|
df76d33cba
|
set files permission to 644
|
2017-05-16 09:22:59 -07:00 |
|
KDSBrowne
|
6537a0e28c
|
Fix client lint issues except those which are comment related
|
2017-05-16 08:37:17 -07:00 |
|
Anton Georgiev
|
b9f75f88ae
|
Merge pull request #3928 from JaeeunCho/locked_status
HTML5 - added locked status for users
|
2017-05-12 12:56:53 -04:00 |
|