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>2017-01-04 12:19:48 +0300
committerJoas Schilling <coding@schilljs.com>2017-01-04 12:20:08 +0300
commit2367e424974bf13c18a52774deb09cc15b9f2c0d (patch)
tree6f6f52b64d1e44baa0aab145f77b492846a18f59 /appinfo
parent7d89a7f54a416c4e1df46bd04c9c13f56ca3d2c7 (diff)
Do not allow to restrict the app to a group
This breaks public calls as well as calls to users which are not in the group Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 29f6e1824..1d01f21b9 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -33,10 +33,13 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/spreed-in-action.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/inviting-people.png</screenshot>
- <version>1.1.2</version>
+ <version>1.1.3</version>
<dependencies>
<nextcloud min-version="11" max-version="12" />
</dependencies>
+ <types>
+ <prevent_group_restriction />
+ </types>
<namespace>Spreed</namespace>
<settings>
<admin>OCA\Spreed\Settings\Admin</admin>