Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-05-01 17:45:13 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-05-01 17:47:58 +0300
commita3546b0ec0a1be9a8a5a5d1ce2ac31e44aaf635c (patch)
tree913ee9dd9faaed7a58899d9e739ba8edeb8467d3 /core/shipped.json
parent2152d5f1f610a40539f11e91318ab27c54400ef3 (diff)
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>
Diffstat (limited to 'core/shipped.json')
-rw-r--r--core/shipped.json4
1 files changed, 0 insertions, 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",