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-30Remove updating-methods from Participant objectJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Split table of participants into attendees and sessionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Add an endpoint to enable the SIP per conversationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Add a shared secretJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Add SIP status column to rooms tableJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-22get 'enabled' and 'pid' bridge values out of json_valuesJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-09-18Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-17Add changelog for 10.0.0-rc.1Joas 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-09-03Add changelog for 10.0.0-beta.2Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-01show bridge process state and logJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-08-27Add changelog for 10.0.0-beta.1Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-25Rename to Matterbridge everywhereJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-25settings routes before conversation specific onesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-25Fix migrationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-25Move stopAllBridges to a controller without a RoomJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-25Allow to install the Matterbridge app directly in the Talk settingsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-25stop all bridges when disabling admin settingJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-08-25rebased to get settings tab, + another round of fixesJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-08-25fix after first reviewJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-08-25first working state of matterbridge PoC, server side onlyJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-07-01Redirect to a plain page to avoid reconnectionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-18Implement IBootstap and use the given ContextJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-10Bump version to add the background jobJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-10Add button to delete an 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-06-10Add endpoint for authentication challengeMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-10Endpoint to request trialMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-27Add a command to detect active callsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-19Update screenshotsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-14Check in a background job for the reference id columnJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-13Adjust version and requirement on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-13Bump versionJoas 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>
2020-05-12Extend the signaling setting API to allow somewhat clusteringJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08Remove talk:room:list command due to privacy concernsDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-06Add talk:room:* CLI commandsDaniel Rudolf
* Create new rooms with talk:room:create * Delete rooms with talk:room:delete * Add users to rooms with talk:room:add * Remove users from rooms with talk:room:remove * Promote users to moderators with talk:room:promote * Demote users with talk:room:demote * Update room settings with talk:room:update * List rooms of a user with talk:room:list The talk:room:* CLI commands don't support one-to-one rooms on purpose. Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-04-22Move routes to appJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-16Merge pull request #3274 from nextcloud/feature/noid/check-signaling-serversJoas Schilling
Check the signaling server connection and show the version in the adm…
2020-04-15Check the signaling server connection and show the version in the admin UIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-14Provide a api/v2 for rooms without participantsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-07Add index on the session_idRoeland Jago Douma
This is called from time to time as well. Especially on big instances having this proper indexed saves a lot of row scanning. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-04-02Bump the versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-31Add some indexes for the main queriesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-26Combine the admin settings into one JS file so we watch less resourcesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-06Allow page reload on /not-found pageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-25Allow to select an attachment folderJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-22Merge pull request #2811 from nextcloud/update-screenshotsJoas Schilling
Update the screenshots
2020-01-22Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>