server/core/shipped.json
Lukas Reschke 3487f62d55 Mark OAuth app as always enabled
At the moment we don't support disabling the OAuth app

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-05-19 17:24:41 -05:00

48 lines
933 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",
"oauth2",
"twofactor_backupcodes",
"workflowengine"
]
}