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:
parent
2152d5f1f6
commit
a3546b0ec0
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue