diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-01-14 15:22:36 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-01-14 15:45:47 +0100 |
commit | 0461b9dbb9f800951519fd1ffdb689157614ce99 (patch) | |
tree | f8c12e637d9c07427d9390ce1196a544129f3af2 /apps/provisioning_api/appinfo | |
parent | 8f89e3520d74e1805dc46947742a17683ece6ca7 (diff) | |
download | nextcloud-server-0461b9dbb9f800951519fd1ffdb689157614ce99.tar.gz nextcloud-server-0461b9dbb9f800951519fd1ffdb689157614ce99.zip |
Add a new app type that can not be enabled for groups
Diffstat (limited to 'apps/provisioning_api/appinfo')
-rw-r--r-- | apps/provisioning_api/appinfo/info.xml | 5 |
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" /> |