Commit Graph

23096 Commits

Author SHA1 Message Date
Anton Georgiev
5f46e9c1f5
Merge pull request #6374 from Tainan404/css-quick-fix
Change the css variable imports to app component
2018-12-12 09:36:56 -05:00
Tainan Felipe
ad9a7ef50f Add end line 2018-12-12 11:56:45 -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
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
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
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
Tainan Felipe
e59e04a23f testing async await to join 2018-12-10 13:52:25 -02:00
João Francisco Siebel
46d65489d9 fix unread chat notification. close #6258 2018-12-10 09:28:29 -02: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
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
e88363496a
Merge pull request #6284 from mikhailnov/master
Dynamically detect is sudo is needed
2018-12-08 16:56:29 -05:00
Anton Georgiev
d3da7259d7
Merge pull request #6340 from antobinary/logs-post
Handle logs that cannot be stringified/parsed
2018-12-07 17:21:01 -05:00
Anton Georgiev
69873070b6
Merge pull request #6322 from MaximKhlobystov/html5-tests-v3
Update for the automated tests
2018-12-07 16:46:38 -05:00
Calvin Walton
5f82899747
Merge pull request #6345 from pedrobmarin/podcast-fix
Fixes podcast undefined method xpath errors
2018-12-07 15:54:42 -05:00
Anton Georgiev
20386334f6
Merge pull request #6295 from BobakOftadeh/micsLocked-check-fix
Fixed micsLocked check
2018-12-07 11:36:31 -05:00
Anton Georgiev
08d3d8294a
Merge pull request #6347 from MaximKhlobystov/user-join-subscription-client-logging
Better client logs on user join/subscription
2018-12-07 11:10:24 -05:00
Pedro Beschorner Marin
d411cd78f4 Display recordings raw size and playbacks sizes at getRecordings API call 2018-12-07 10:54:42 -02:00
Ghazi Triki
9615f88288 Do not close redis connection RedisStorageService except when stopping the service. 2018-12-07 11:55:57 +01:00
Bobak Oftadeh
95ddb01666 Improved fix on VideoService.isLocked error 2018-12-06 22:41:09 +00:00
Ghazi Triki
3a1a1bdace Fixed dispatcher name for ScreenshareRedisSubscriberActor 2018-12-06 22:04:22 +01:00
Ghazi Triki
114cba670f Improved redis connection logging. 2018-12-06 21:35:51 +01:00
Anton Georgiev
b29ee3a4bf
Merge pull request #6348 from antobinary/revert-loop
Revert presenter assign 6270 6326
2018-12-06 14:18:46 -05:00
Anton Georgiev
55f116cc95 revert presenter assign 6270 6326 2018-12-06 19:07:51 +00:00