]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove apps delivered from the appstore 4626/head
authorLukas Reschke <lukas@statuscode.ch>
Mon, 1 May 2017 14:45:13 +0000 (16:45 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Mon, 1 May 2017 14:47:58 +0000 (16:47 +0200)
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

index 679e1c7f706adeca2925f0c075d0ccde4660792f..e114ec769e7ef7d86eea0a78f75c4fed812d4524 100644 (file)
@@ -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",