]> source.dussan.org Git - nextcloud-server.git/commitdiff
disallow provisioning api to be enabled for groups only
authorThomas Müller <thomas.mueller@tmit.eu>
Wed, 28 Jan 2015 18:01:00 +0000 (19:01 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Thu, 29 Jan 2015 09:00:54 +0000 (10:00 +0100)
apps/files_encryption/appinfo/version
apps/provisioning_api/appinfo/info.xml

index faef31a4357c48d6e4c55e84c8be8e3bc9055e20..39e898a4f952d339c155a7939d571a5fdd6c8cfc 100644 (file)
@@ -1 +1 @@
-0.7.0
+0.7.1
index 3f1fa745cf5213a61aec931e925fb0b2a643ff43..7c662c18c0905c0905f1be0a4eaf0115c21f168c 100644 (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>