Anton Georgiev
|
cffe245c12
|
Revert "[HTML5 Client] Whiteboard Bulk Operations"
|
2018-04-25 20:41:19 -04:00 |
|
Anton Georgiev
|
44fde9a83c
|
Merge pull request #5400 from MaximKhlobystov/whiteboard-bulk-upsert
[HTML5 Client] Whiteboard Bulk Operations
|
2018-04-25 18:03:52 -04:00 |
|
Maxim Khlobystov
|
8e2cfce7ff
|
Improved the error logging when doing bulkWrite.
|
2018-04-25 20:14:27 +00:00 |
|
Maxim Khlobystov
|
4db94b4489
|
Some cleanup and code optimizations.
|
2018-04-25 15:15:36 +00:00 |
|
Maxim Khlobystov
|
4067f5f808
|
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into whiteboard-bulk-upsert
|
2018-04-25 14:39:48 +00:00 |
|
Maxim Khlobystov
|
8d1e80fbf0
|
Put the bulk lifespan value into configs.
|
2018-04-25 14:27:53 +00:00 |
|
Oswaldo Acauan
|
46559833e2
|
Add metatag html5autosharewebcam
|
2018-04-24 12:51:41 -03:00 |
|
Oswaldo Acauan
|
6beada63eb
|
Add metatag html5autoswaplayout
|
2018-04-24 12:23:54 -03:00 |
|
Maxim Khlobystov
|
f321011a6f
|
Cleaned up some console logs.
|
2018-04-24 15:10:02 +00:00 |
|
Maxim Khlobystov
|
4ef8f0d0c6
|
Moved pencil to bulk updates.
|
2018-04-24 13:59:13 +00:00 |
|
KDSBrowne
|
a4cb68f387
|
redirect users on meeting join based on device
|
2018-04-21 13:09:22 -07:00 |
|
KDSBrowne
|
c6bd3fabc8
|
improve code readability
|
2018-04-20 09:07:39 -07:00 |
|
KDSBrowne
|
a570eeaf77
|
use matchMedia() to determin if we open the Userlist on meeting join
|
2018-04-18 19:37:06 -07:00 |
|
KDSBrowne
|
a86030225a
|
show userlist open by default on meeting join for desktop / tablet
|
2018-04-17 12:48:43 -07:00 |
|
Maxim Khlobystov
|
fa58101039
|
Added time-based grouping for common shapes upserting.
|
2018-04-05 16:19:41 -04:00 |
|
Anton Georgiev
|
21b6dab852
|
Merge pull request #5267 from Tainan404/issue-5237
Add custom logo area
|
2018-04-05 15:08:05 -04:00 |
|
Anton Georgiev
|
bbab765f82
|
print length of queue of redis messages to be processed
|
2018-04-02 20:16:46 +00:00 |
|
Anton Georgiev
|
c698ad5add
|
log the nodejs version in use
|
2018-03-21 19:16:07 +00:00 |
|
Tainan Felipe Pauli de Almeida
|
505a00daba
|
add custom logo area
|
2018-03-21 15:19:09 -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
|
0e5fc698b0
|
Fix reconnecting users being redirected to /logout
|
2018-03-16 16:22:27 -03:00 |
|
Anton Georgiev
|
337bcd616c
|
add logs to debug user join handler
|
2018-03-16 18:57:27 +00:00 |
|
Anton Georgiev
|
f45eedc62b
|
Merge pull request #5164 from MaximKhlobystov/production-console-logging
[HTML5 Client] Production Logging to Console
|
2018-02-28 12:33:42 -05:00 |
|
Maxim Khlobystov
|
d578a40721
|
Keeping the console logs in development.
|
2018-02-22 13:45:29 -05:00 |
|
Maxim Khlobystov
|
59746e6b3f
|
Started logging to console in production + removed daily rotation logs.
|
2018-02-22 11:48:49 -05: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
|
e1568baa24
|
Fixed the logging of the Meteor serser-side methods
|
2018-02-05 12:34:03 -08:00 |
|
Anton Georgiev
|
528f94b15a
|
Merge pull request #5062 from antobinary/html5-daily-log-rotation-2
Added daily log rotation in production env
|
2018-01-31 11:11:58 -05:00 |
|
Anton Georgiev
|
f789842ccb
|
Merge pull request #5009 from KDSBrowne/z.0.6-prevent-ghost-user
Prevent kicked user's ability to rejoin meeting via back btn
|
2018-01-30 15:10:46 -05:00 |
|
KDSBrowne
|
5b93033126
|
remove window.popstate and add onLeave to meeting-ended route
|
2018-01-30 08:39:43 -08:00 |
|
Anton Georgiev
|
ab39163070
|
put month before day in log rotation name
|
2018-01-30 10:37:00 -05:00 |
|
Anton Georgiev
|
9e05f346c7
|
added daily log rotation in production env
|
2018-01-29 16:50:32 -05:00 |
|
KDSBrowne
|
90bfea5d77
|
check if user was ejected
|
2018-01-29 10:17:52 -08:00 |
|
KDSBrowne
|
d0f6e4f3a2
|
add console logs to determin flow
|
2018-01-26 14:17:34 -08:00 |
|
Joao Siebel
|
18019776cb
|
Exit from audio when in meeting ended to prevent echo test, fix #4999
|
2018-01-25 09:07:32 -02:00 |
|
Anton Georgiev
|
3366bc32b0
|
Merge pull request #4851 from Tainan404/fix-language-selector
Language selector of the application, each option appears in its native language.
|
2018-01-16 13:40:03 -02:00 |
|
Tainan Felipe
|
2725b80ac4
|
revert env
|
2018-01-11 10:48:24 -02:00 |
|
Tainan Felipe
|
18011fe3da
|
Merge remote-tracking branch 'upstream/v2.0.x-release' into fix-language-selector
|
2018-01-11 10:35:31 -02:00 |
|
Tainan Felipe
|
8ae1fd1820
|
Merge remote-tracking branch 'upstream/v2.0.x-release' into fix-moderator-ends
|
2018-01-11 09:19:56 -02:00 |
|
Tainan Felipe
|
2f00d0b612
|
add directory via absoluteFilePathh
|
2018-01-10 15:03:06 -02:00 |
|
Tainan Felipe
|
b9d7a5ba38
|
changes to import form
|
2018-01-10 10:43:45 -02:00 |
|
Oleksandr Zhurbenko
|
962e659378
|
Switched the components from deprecated method to
|
2018-01-07 20:44:42 -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 |
|
Anton Georgiev
|
f0e15af607
|
Merge pull request #4814 from oswaldoacauan/issue-4812
Simplify authentication code/flow and Add subscriptions error handling
|
2018-01-03 14:45:38 -02:00 |
|
Tainan Felipe
|
5c5125c7d2
|
fix issue #4847
|
2017-12-20 14:56:56 -02:00 |
|
Tainan Felipe
|
c582f5bf08
|
add meetingEnded in Base component aand add intl translation
|
2017-12-14 17:03:34 -02:00 |
|
Tainan Felipe
|
bbbb64b4fd
|
fix error in logoutURL
|
2017-12-13 16:59:24 -02:00 |
|
Oswaldo Acauan
|
1eacfcb5a1
|
Fix Meteor.error subscription params
|
2017-12-13 16:27:53 -02:00 |
|