diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-16 16:30:29 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-26 09:53:04 +0100 |
commit | 6fc59f85b69af3ab6a8b979b7b6240cc4920efc7 (patch) | |
tree | 55c1de1372d91fec11d9f1abb35e72415a757b7d /core/shipped.json | |
parent | 1f32a3e485e33c56c559fc8f354ab82b0e5f7736 (diff) | |
download | nextcloud-server-6fc59f85b69af3ab6a8b979b7b6240cc4920efc7.tar.gz nextcloud-server-6fc59f85b69af3ab6a8b979b7b6240cc4920efc7.zip |
Store list of apps which cannot be disabled in shipped.json
Diffstat (limited to 'core/shipped.json')
-rw-r--r-- | core/shipped.json | 4 |
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" ] } |