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-12-10Add a capability for the chat-read-status and the user settingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Only allow enabling SIP when the user can enable itJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30No mix of _ and -Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Check if the SIP is configuredJoas 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 dial-in info and fix group display namesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Add a setting which groups can enable SIP in conversationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-13Psalm auto fixesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-18Don't allow multiple HPB without clustering and add a cache warningJoas 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-12Add a signaling_dev app config for easier HPB clustering developmentJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Use a dedicated method to get the signaling modeJoas 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-04-29Publish the signaling mode as initial stateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-07Limit creating public and group conversations to a groupJoas 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-02-24Don't provide a stun without internet connectionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-13Fix signaling userJoas 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-07-02Fix CSP with wss:// and ws:// signaling serverJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-21Show a warning when there are too many participants in a call without ↵Joas Schilling
external signaling Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-05Use InitialState for admin settingsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Add config method to check if the user can access TalkJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-12Fix testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-12Make all classes strictJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-31Also add default stun server on valid but empty valueJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-24Make sure there is always a trailing slashJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-23Also add the stun and turn servers to the CSPJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-05Fix TURN credential generation.Joachim Bauch
The temporary username must consist of the timestamp and a random username, see https://github.com/coturn/coturn/wiki/turnserver#turn-rest-api for details on the format. Signed-off-by: Joachim Bauch <bauch@struktur.de>
2017-11-28Allow apps to get the signaling informationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-02Fix passing of configured servers to the UI and wrong own URL to validate users.Joachim Bauch
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2017-11-02Allow multiple signaling serversJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-02Allow setting up multiple signaling servers.Joachim Bauch
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2017-11-02Make "check-app-compatibility" test happy.Joachim Bauch
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2017-11-02Don't always skip certificate verification of connections to backend.Joachim Bauch
Make it a configuration option instead. Signed-off-by: Joachim Bauch <bauch@struktur.de>
2017-11-02Implement backend APIs to be used by standalone signaling server.Joachim Bauch
A standalone signaling server can be configured in the admin UI and is notified through the BackendController on changes that should be sent to connected clients. See #339 for a description of the backend API. Signed-off-by: Joachim Bauch <bauch@struktur.de>
2017-09-29Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-09-29Add a migration to copy the current stun and turn settingsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-09-28Allow multiple turn serversJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-09-28Allow setting multiple STUN serversJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-04Make config non staticJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>