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-23 17:11:16 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-03-23 17:11:16 +0300
commit33cd60ab9aacd1f82a2e4cd31019ace26d597124 (patch)
tree28e2200d7c4bc0d5028859a548ca6bd93bdc0f6c /core/shipped.json
parentc262d0d966e0e3edab3a6ad19527c469f36cd097 (diff)
adding enterprise apps to shipped.json
Diffstat (limited to 'core/shipped.json')
-rw-r--r--core/shipped.json31
1 files changed, 20 insertions, 11 deletions
diff --git a/core/shipped.json b/core/shipped.json
index 0def2ed62a8..15a2c6a1473 100644
--- a/core/shipped.json
+++ b/core/shipped.json
@@ -1,26 +1,35 @@
{
- "_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",
+ "admin_audit",
+ "enterprise_key",
"external",
+ "files",
+ "files_antivirus",
"files_encryption",
+ "files_external",
+ "files_ldap_home",
"files_locking",
+ "files_pdfviewer",
"files_sharing",
+ "files_sharing_log",
+ "files_texteditor",
"files_trashbin",
+ "files_versions",
"files_videoviewer",
+ "firewall",
+ "firstrunwizard",
"gallery",
+ "objectstore",
"provisioning_api",
+ "sharepoint",
+ "templateeditor",
"updater",
- "user_ldap"
+ "user_external",
+ "user_ldap",
+ "user_shibboleth",
+ "user_webdavauth",
+ "windows_network_drive"
]
}