summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-01-15 12:26:43 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-01-15 12:26:43 +0100
commitd8867f7692aae2cc5bb2ffaf00c53c9e77c61faf (patch)
tree52ca2bc073de23b16021e8bf1d54496da74b7980 /apps
parent64fb3c060620d099b7b9e8c7786aa50fc8be6dc5 (diff)
parente3a08584440b071e1caae7c7ff4f404c38b8794b (diff)
downloadnextcloud-server-d8867f7692aae2cc5bb2ffaf00c53c9e77c61faf.tar.gz
nextcloud-server-d8867f7692aae2cc5bb2ffaf00c53c9e77c61faf.zip
Merge pull request #21723 from owncloud/prevent-group-enable-for-apps
Prevent group enable for apps
Diffstat (limited to 'apps')
-rw-r--r--apps/provisioning_api/appinfo/info.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml
index a8702aaf1ef..e75f032008c 100644
--- a/apps/provisioning_api/appinfo/info.xml
+++ b/apps/provisioning_api/appinfo/info.xml
@@ -17,10 +17,9 @@
<documentation>
<admin>admin-provisioning-api</admin>
</documentation>
- <version>0.4.0</version>
+ <version>0.4.1</version>
<types>
- <!-- this is used to disable the feature of enabling an app for specific groups only because this would break this app -->
- <filesystem/>
+ <prevent_group_restriction/>
</types>
<dependencies>
<owncloud min-version="9.0" max-version="9.0" />