From a3546b0ec0a1be9a8a5a5d1ce2ac31e44aaf635c Mon Sep 17 00:00:00 2001 From: Lukas Reschke <lukas@statuscode.ch> Date: Mon, 1 May 2017 16:45:13 +0200 Subject: [PATCH] Remove apps delivered from the appstore Apps that are in shipped.json follow some more requirements such as having a valid code integrity check. This is not something that we require when they come from the appstore as there we verify the download integrity via the signature. Also the updater treats apps that are shipped differently. We should however handle the apps like any other app from the appstore. Fixes https://github.com/nextcloud/server/issues/4605 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> --- core/shipped.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/shipped.json b/core/shipped.json index 679e1c7f706..e114ec769e7 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -2,7 +2,6 @@ "shippedApps": [ "activity", "admin_audit", - "bruteforcesettings", "comments", "dav", "encryption", @@ -10,11 +9,8 @@ "federatedfilesharing", "federation", "files", - "files_accesscontrol", - "files_automatedtagging", "files_external", "files_pdfviewer", - "files_retention", "files_sharing", "files_texteditor", "files_trashbin", -- GitLab