adding enterprise apps to shipped.json
This commit is contained in:
parent
c262d0d966
commit
33cd60ab9a
|
@ -1,26 +1,35 @@
|
||||||
{
|
{
|
||||||
"_comment" : "As shipped with owncloud-8.0.2.tar.bz2",
|
|
||||||
"core-version": "8.1.0.0",
|
"core-version": "8.1.0.0",
|
||||||
"shippedApps": [
|
"shippedApps": [
|
||||||
"activity",
|
"activity",
|
||||||
"files",
|
"admin_audit",
|
||||||
"files_external",
|
"enterprise_key",
|
||||||
"files_pdfviewer",
|
|
||||||
"files_texteditor",
|
|
||||||
"files_versions",
|
|
||||||
"firstrunwizard",
|
|
||||||
"templateeditor",
|
|
||||||
"user_external",
|
|
||||||
"user_webdavauth",
|
|
||||||
"external",
|
"external",
|
||||||
|
"files",
|
||||||
|
"files_antivirus",
|
||||||
"files_encryption",
|
"files_encryption",
|
||||||
|
"files_external",
|
||||||
|
"files_ldap_home",
|
||||||
"files_locking",
|
"files_locking",
|
||||||
|
"files_pdfviewer",
|
||||||
"files_sharing",
|
"files_sharing",
|
||||||
|
"files_sharing_log",
|
||||||
|
"files_texteditor",
|
||||||
"files_trashbin",
|
"files_trashbin",
|
||||||
|
"files_versions",
|
||||||
"files_videoviewer",
|
"files_videoviewer",
|
||||||
|
"firewall",
|
||||||
|
"firstrunwizard",
|
||||||
"gallery",
|
"gallery",
|
||||||
|
"objectstore",
|
||||||
"provisioning_api",
|
"provisioning_api",
|
||||||
|
"sharepoint",
|
||||||
|
"templateeditor",
|
||||||
"updater",
|
"updater",
|
||||||
"user_ldap"
|
"user_external",
|
||||||
|
"user_ldap",
|
||||||
|
"user_shibboleth",
|
||||||
|
"user_webdavauth",
|
||||||
|
"windows_network_drive"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue