dee88d08e4
Otherwise on the update from beta1 to beta2 the app would be disabled again as incompatible: ``` root@cloud:/var/www/html# sudo -u www-data php occ upgrade Nextcloud or one of the apps require upgrade - only a limited number of commands are available You may use your browser or the occ upgrade command to do the upgrade Set log level to debug Turned on maintenance mode Updating database schema Updated database Disabled 3rd-party app: calendar Disabled 3rd-party app: contacts Disabled 3rd-party app: nextcloud_announcements Disabled 3rd-party app: spreed Update 3rd-party app: calendar Update 3rd-party app: contacts ``` Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
52 lines
1 KiB
JSON
52 lines
1 KiB
JSON
{
|
|
"shippedApps": [
|
|
"activity",
|
|
"admin_audit",
|
|
"comments",
|
|
"dav",
|
|
"encryption",
|
|
"external",
|
|
"federatedfilesharing",
|
|
"federation",
|
|
"files",
|
|
"files_accesscontrol",
|
|
"files_automatedtagging",
|
|
"files_external",
|
|
"files_pdfviewer",
|
|
"files_retention",
|
|
"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",
|
|
"user_saml",
|
|
"workflowengine"
|
|
],
|
|
"alwaysEnabled": [
|
|
"files",
|
|
"dav",
|
|
"federatedfilesharing",
|
|
"lookup_server_connector",
|
|
"provisioning_api",
|
|
"twofactor_backupcodes",
|
|
"workflowengine"
|
|
]
|
|
}
|