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:
authorThomas Müller <thomas.mueller@tmit.eu>2015-03-13 13:18:39 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-03-13 13:18:39 +0300
commit40b28897857cf81bafb23223a7a34fd19de02b13 (patch)
treec63ea583b79df8e9cedbf2c75a3b1da94ef608fe /core/shipped.json
parentc546f0bf46a51dc297be15aa1acbca5ed9a84de9 (diff)
shipped apps are now defined in core/shipped.json - the shipped tag in info.xml is ignored from now on - never trust an app :speak_no_evil:
Diffstat (limited to 'core/shipped.json')
-rw-r--r--core/shipped.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/core/shipped.json b/core/shipped.json
new file mode 100644
index 00000000000..0674177a6c9
--- /dev/null
+++ b/core/shipped.json
@@ -0,0 +1,25 @@
+{
+ "_comment" : "As shipped with owncloud-8.0.2.tar.bz2",
+ "core-version": "8.1.0.0",
+ "shippedApps": [
+ "activity",
+ "files",
+ "files_external",
+ "files_pdfviewer",
+ "files_texteditor",
+ "files_versions",
+ "firstrunwizard",
+ "templateeditor",
+ "user_external",
+ "user_webdavauth external",
+ "files_encryption",
+ "files_locking",
+ "files_sharing",
+ "files_trashbin",
+ "files_videoviewer",
+ "gallery",
+ "provisioning_api",
+ "updater",
+ "user_ldap"
+ ]
+}