Commit Graph

23232 Commits

Author SHA1 Message Date
KDSBrowne
f479059668 remove tooltip for active buttons 2018-12-12 14:01:33 +00:00
Tainan Felipe
ad9a7ef50f Add end line 2018-12-12 11:56:45 -02:00
João Francisco Siebel
e4eae33c8a implement setPresenterInPodReqMsg method as attempt to close #6109 and close #5941 2018-12-12 10:28:08 -02:00
Anton Georgiev
37dae81c29
Merge pull request #6384 from antobinary/handle-401-take-3
Addressing a race condition causing Auth timeout
2018-12-11 18:48:36 -05:00
Anton Georgiev
2539d55048 addressing a race condition causing Auth timeout 2018-12-11 23:46:21 +00:00
Richard Alam
71da5e6cac
Merge pull request #6383 from ritzalam/try-to-fix-akka-logging
- minimize logging of redis connection
2018-12-11 17:08:35 -05:00
Richard Alam
3f9dc6655a - minimize logging of redis connection 2018-12-11 14:06:09 -08:00
Richard Alam
2f383512c8
Merge pull request #6382 from ritzalam/try-to-fix-akka-logging
Try to fix akka logging
2018-12-11 16:47:16 -05:00
Richard Alam
c69fb9d585 - try to fix logging for akka fsesl 2018-12-11 13:45:45 -08:00
Richard Alam
9a612f7e3d - see if akka-apps package will start logging. 2018-12-11 13:33:07 -08:00
Richard Alam
3d8c176e3f
Merge pull request #6381 from kepstin/archive-delete-events-fix
Ensure the archiver deletes events from redis for the last segment
2018-12-11 15:09:44 -05:00
Calvin Walton
beab29d39d Ensure the archiver deletes events from redis for the last segment
Issue #6338

It looks like there was a logic error in the code that was causing it
to break out of the event deletion loop early when deleting events for
the last (or only) segment in a recording. (In this case, last_index
is -1, so i >= last_index is always true).

The trim_events_for call was always succeeding, so the events were
being removed from the event list (meeting:{ID}:recordings key) even
though the events themselves hadn't been deleted in the loop.

I've moved the trim_events_for call to below the event deletion loop
to ensure that if the archive script is interrupted, the events list
will contain all not-yet-deleted events.
2018-12-11 14:03:00 -05:00
KDSBrowne
a9023965b0 Merge remote-tracking branch 'Upstream/master' into html5-packages-upgrade 2018-12-11 16:59:39 +00:00
KDSBrowne
f16366c305 hide toolbar when presentation is swapped 2018-12-11 16:28:37 +00:00
Richard Alam
089dd792e8
Merge pull request #6370 from riadvice/fix-akka-packaging
Exclude red5 dependencies from akka and web projects
2018-12-11 11:05:38 -05:00
Richard Alam
0cd62fd032
Merge pull request #6376 from bigbluebutton/revert-6373-revert-6368-fix-akka-packaging
Revert "Revert "Fix akka applications packaging configuration""
2018-12-11 11:02:52 -05:00
Richard Alam
7b63c31317
Revert "Revert "Fix akka applications packaging configuration"" 2018-12-11 10:57:09 -05:00
Ghazi Triki
4a5a1c572c Fix logback dependency fro akka-bbb-apps. 2018-12-11 15:36:42 +01:00
Fred Dixon
60e155920f
Merge pull request #6375 from bigbluebutton/ffdixon-patch-1
Minor change to test build
2018-12-11 08:15:14 -05:00
Fred Dixon
75df6406c1
Minor change to test build 2018-12-11 08:15:04 -05:00
Tainan Felipe
eee11552b3 Change the css variable imports to app component 2018-12-11 09:46:42 -02:00
Richard Alam
f7341df231
Merge pull request #6373 from bigbluebutton/revert-6368-fix-akka-packaging
Revert "Fix akka applications packaging configuration"
2018-12-10 20:23:00 -05:00
Richard Alam
99d6acfa15
Revert "Fix akka applications packaging configuration" 2018-12-10 20:19:33 -05:00
Anton Georgiev
0c05b7befa
Fix typos
Close #6369
2018-12-10 15:05:42 -05:00
Ghazi Triki
9569704254 Exclude red5 dependencies from akka and web projects. 2018-12-10 20:32:08 +01:00
Richard Alam
5dc3d783c1 - update dependency jars 2018-12-10 11:16:03 -08:00
Anton Georgiev
f375d4ab14
Merge pull request #6359 from jfsiebel/unread-chat-notification
Fix unread chat notification.
2018-12-10 13:36:33 -05:00
Fred Dixon
f8b9bc73d2
Merge pull request #6368 from riadvice/fix-akka-packaging
Fix akka applications packaging configuration
2018-12-10 13:30:15 -05:00
Ghazi Triki
575c77d991 Minor edits to build.sbt 2018-12-10 19:18:32 +01:00
Ghazi Triki
5a9f74c88d Fix akka applications packaging configuration. 2018-12-10 19:10:46 +01:00
Richard Alam
a6aad5c106 - update jars for upgrading to latest red5 2018-12-10 09:41:59 -08:00
Anton Georgiev
d4fec72729
Merge pull request #6363 from Tainan404/async-await-test
Attempt to fix the 401 screen bug.
2018-12-10 12:27:44 -05:00
Tainan Felipe
ac9dff0c3e
Merge branch 'master' into async-await-test 2018-12-10 15:23:16 -02:00
Tainan Felipe
bbc249483c Fix liter errors 2018-12-10 15:05:17 -02:00
Richard Alam
87cb1fa341 - update jars for latest red5 2018-12-10 08:34:48 -08:00
Richard Alam
383b73512a - upgrade to latest red5
- make logging work
2018-12-10 08:24:57 -08:00
Tainan Felipe
e59e04a23f testing async await to join 2018-12-10 13:52:25 -02:00
Pedro Beschorner Marin
948576887e Includes publish/unpublish/delete API calls as Redis events 2018-12-10 10:14:02 -02:00
João Francisco Siebel
46d65489d9 fix unread chat notification. close #6258 2018-12-10 09:28:29 -02:00
KDSBrowne
8b30fe00b3 Merge remote-tracking branch 'Upstream/master' into html5-packages-upgrade 2018-12-10 02:12:42 +00:00
KDSBrowne
5adac9c88b adjust packages / fix bug 2018-12-10 01:08:16 +00:00
Fred Dixon
37e4aefd08
Merge pull request #6358 from riadvice/bbb-conf-better-cleaning
Better logs cleanup
2018-12-09 15:58:48 -05:00
Ghazi Triki
b62c822d67 Better logs cleanup. 2018-12-09 21:47:13 +01:00
Ghazi Triki
5507de2e9f Disable group chats, presentation download and add a new configuration entry fir multi-presentation pods. 2018-12-09 21:03:09 +01:00
Fred Dixon
6b397ce4b9 Merge remote-tracking branch 'upstream/master' 2018-12-09 10:00:22 -06:00
Richard Alam
cb0d282451
Merge pull request #6293 from riadvice/redis-refactor
Refactor redis implementation in server applications
2018-12-09 10:33:31 -05:00
Richard Alam
41713afabd
Merge pull request #6351 from pedrobmarin/recording-size
Display recordings raw size and playbacks sizes at getRecordings API …
2018-12-09 10:23:09 -05:00
Fred Dixon
b7c960a18c
Merge pull request #6356 from ffdixon/fix-sudo-bbb-conf
Fix use of SUDO variable
2018-12-08 19:24:09 -05:00
Fred Dixon
06d6928403 Fix use of SUDO variable 2018-12-08 18:23:20 -06:00
Fred Dixon
8919f3c3e0 Merge remote-tracking branch 'upstream/master' 2018-12-08 15:58:25 -06:00