Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-30Move counting functions to participant serviceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-24Add missing parent::__construct() call to all background jobsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-22Merge pull request #4196 from nextcloud/bugfix/noid/matterbridgeJoas Schilling
Bugfix/noid/matterbridge
2020-09-22Fix missing parent constructor callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-22Stop all bridges when integration is disabledJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-22Fix missing parent::__construct() callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-07check if Matterbridge processes are running correctly and kill the zombie ↵Julien Veyssier
ones every 15 min Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-08-03Move to Psr\Log\LoggerInterfaceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-10Fix file headersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-10No notification when the state didn't changeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-10Delete instead of setting to emptyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-10Log an info message when the background job fetched somethingMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-10Add notifications for changed state of the hosted signaling server accountMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-10Add background job that regularly checks for updates of the signaling server ↵Morris Jobke
trial - without notifciations Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-14Check in a background job for the reference id columnJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Run cs:fixJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Reset the assigned signaling server after some timeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-05Bye Spreed, hello Talk!Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-01Do not cleanup Changelog roomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-12Make all classes strictJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-29Prevent empty "files" room from being removedDaniel Calviño Sánchez
Rooms associated to a file are persistent rooms, but they do not have any persistent participants, not even an owner (participants join and leave in each session). Thus these rooms should not be removed even if they are empty. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-07-10Remove background job to reset "in call" flagDaniel Calviño Sánchez
When a user leaves a room the "in call" flag is also reset. As users are now forced to leave the room when they are inactive it is no longer needed to reset the flag using a background job. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-03-12Make the methods public so the callables workJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-09Reset in call flag when a user timed outJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-09Add a background job to delete empty roomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-10-09Expire signaling messages that are older than 5 minutesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>