From 82c33aa422ce650bd8d2385494ee2e2e9273cec7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 24 Sep 2015 09:28:11 +0200 Subject: [PATCH 1/2] Update the list of shipped apps --- core/shipped.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/shipped.json b/core/shipped.json index 7993b61569..504951e2df 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -3,11 +3,11 @@ "shippedApps": [ "activity", "admin_audit", + "encryption", "enterprise_key", "external", "files", "files_antivirus", - "encryption", "files_external", "files_ldap_home", "files_locking", @@ -21,6 +21,7 @@ "firewall", "firstrunwizard", "gallery", + "notifications", "objectstore", "provisioning_api", "sharepoint", From 2d557b065f744dce0f7f1aa27af54d314a108f7b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 24 Sep 2015 09:59:14 +0200 Subject: [PATCH 2/2] Remove user_webdavauth which is now part of user_external --- core/shipped.json | 1 - 1 file changed, 1 deletion(-) diff --git a/core/shipped.json b/core/shipped.json index 504951e2df..ffa4ee9c73 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -30,7 +30,6 @@ "user_external", "user_ldap", "user_shibboleth", - "user_webdavauth", "windows_network_drive" ] }