Browse Source

disallow provisioning api to be enabled for groups only

remotes/origin/create-share-target-reuse
Thomas Müller 11 years ago
committed by Morris Jobke
parent
commit
f60406102f
  1. 2
      apps/files_encryption/appinfo/version
  2. 4
      apps/provisioning_api/appinfo/info.xml

2
apps/files_encryption/appinfo/version

@ -1 +1 @@
0.7.0
0.7.1

4
apps/provisioning_api/appinfo/info.xml

@ -19,4 +19,8 @@
<documentation> <documentation>
<admin>admin-provisioning-api</admin> <admin>admin-provisioning-api</admin>
</documentation> </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> </info>
Loading…
Cancel
Save