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>
This commit is contained in:
Lukas Reschke 2017-05-01 16:45:13 +02:00
parent 2152d5f1f6
commit a3546b0ec0
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 0 additions and 4 deletions

View 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",