Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-10-16 17:30:29 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-26 11:53:04 +0300
commit6fc59f85b69af3ab6a8b979b7b6240cc4920efc7 (patch)
tree55c1de1372d91fec11d9f1abb35e72415a757b7d /core/shipped.json
parent1f32a3e485e33c56c559fc8f354ab82b0e5f7736 (diff)
Store list of apps which cannot be disabled in shipped.json
Diffstat (limited to 'core/shipped.json')
-rw-r--r--core/shipped.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/shipped.json b/core/shipped.json
index 7d506c3401a..b6f08a8b96d 100644
--- a/core/shipped.json
+++ b/core/shipped.json
@@ -31,5 +31,9 @@
"user_ldap",
"user_shibboleth",
"windows_network_drive"
+ ],
+ "alwaysEnabled": [
+ "files",
+ "dav"
]
}