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
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-02-27 17:25:25 +0300
committerJoas Schilling <coding@schilljs.com>2019-03-01 12:03:05 +0300
commitb2db37ff9e8cd767864703c2f48eb3d1e9ed3752 (patch)
tree298f7b608f8824c4c8b0b162a915064f88ee8e08 /appinfo
parent5605e9ca26ddc4ddca453f8a0abbca52f741aa1b (diff)
Add an admin setting to restrict the app to groups
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3877642a6..e685fa28d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -78,10 +78,11 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
</commands>
<settings>
- <admin>OCA\Spreed\Settings\Admin\TurnServer</admin>
- <admin>OCA\Spreed\Settings\Admin\StunServer</admin>
- <admin>OCA\Spreed\Settings\Admin\SignalingServer</admin>
+ <admin>OCA\Spreed\Settings\Admin\AllowedGroups</admin>
<admin>OCA\Spreed\Settings\Admin\Commands</admin>
+ <admin>OCA\Spreed\Settings\Admin\SignalingServer</admin>
+ <admin>OCA\Spreed\Settings\Admin\StunServer</admin>
+ <admin>OCA\Spreed\Settings\Admin\TurnServer</admin>
<admin-section>OCA\Spreed\Settings\Admin\Section</admin-section>
</settings>