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
2021-01-21Initial state service is deprecatedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-14Correctly use the displayname for groups in admin settingsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Revert "Temporary disable SIP UI parts"Joas Schilling
This reverts commit 201b9aacc2aeeabbea1b0e627fc0e6dec6ab613e.
2020-10-30Temporary disable SIP UI partsJoas 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-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-09-02check if binary has correct owner and permissionsJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-08-25Rename to Matterbridge everywhereJoas 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-25basic toggle matterbridge via admin settingsJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-06-10Use select boxes for language and countryMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-10Fetch account information right after registrationMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-10First UI version of form for signaling server trialMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
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-04-07Limit creating public and group conversations to a groupJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-26Fix unit testsJoas 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-02-27Don't add default stun in UI on removalJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-07Use constants to populate initial stateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-071st try default group notification settingJakob Röhrl
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2019-10-21Add a setting to disable files and public sharing integrationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-19Allow to limit "Start call" to users and moderatorsJoas 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-03-21Allow to disable the warningJoas Schilling
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 an admin setting to restrict the app to groupsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-20Start with commandsJoas 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-05-22Add client links to personal settingsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-11-02Update section id for renamed app.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-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-10-19Fix naming of the admin sectionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-10-04Fix the sectionJoas 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-09-28Move admin settings to own sectionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-10Add tests for Admin settingsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-10Fix admin settingsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-19Assign turn server protocols to templateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-21Add admin setting to specify a TURN server and a shared secretMorris Jobke
* then calculates the user credentials on the fly for 1 hour Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-11Make STUN server configurable through settings.Joachim Bauch
This change adds a new section "Spreed" to the "Additional settings" where you can configure the STUN server (#2).