Merge pull request #13746 from owncloud/no-groups-provisioning-api

disallow provisioning api to be enabled for groups only
This commit is contained in:
Thomas Müller 2015-01-29 12:47:54 +01:00
commit a25063a8ed
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
0.7.0
0.7.1

View File

@ -19,4 +19,8 @@
<documentation>
<admin>admin-provisioning-api</admin>
</documentation>
<types>
<!-- this is used to disable the feature of enabling an app for specific groups only because this would break this app -->
<filesystem/>
</types>
</info>