diff options
-rw-r--r-- | apps/files_encryption/appinfo/version | 2 | ||||
-rw-r--r-- | apps/provisioning_api/appinfo/info.xml | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/apps/files_encryption/appinfo/version b/apps/files_encryption/appinfo/version index faef31a4357..39e898a4f95 100644 --- a/apps/files_encryption/appinfo/version +++ b/apps/files_encryption/appinfo/version @@ -1 +1 @@ -0.7.0 +0.7.1 diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml index 3f1fa745cf5..7c662c18c09 100644 --- a/apps/provisioning_api/appinfo/info.xml +++ b/apps/provisioning_api/appinfo/info.xml @@ -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> |