server/core/shipped.json
Lukas Reschke 40244285e0
user_saml is shipped via appstore
Keeping it in the shipped.json leads to odd side-effects such as https://help.nextcloud.com/t/earn-a-t-shirt-by-testing-nextcloud-12-beta-2/12374/41?u=lukasreschke in case a previous version was installed.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-05-17 18:05:06 +02:00

47 lines
919 B
JSON

{
"shippedApps": [
"activity",
"admin_audit",
"comments",
"dav",
"encryption",
"federatedfilesharing",
"federation",
"files",
"files_external",
"files_pdfviewer",
"files_sharing",
"files_texteditor",
"files_trashbin",
"files_versions",
"files_videoplayer",
"firstrunwizard",
"gallery",
"logreader",
"lookup_server_connector",
"nextcloud_announcements",
"notifications",
"password_policy",
"provisioning_api",
"serverinfo",
"sharebymail",
"survey_client",
"systemtags",
"templateeditor",
"twofactor_backupcodes",
"theming",
"updatenotification",
"user_external",
"user_ldap",
"workflowengine"
],
"alwaysEnabled": [
"files",
"dav",
"federatedfilesharing",
"lookup_server_connector",
"provisioning_api",
"twofactor_backupcodes",
"workflowengine"
]
}