nextcloud/core/shipped.json
Lukas Reschke dee88d08e4
Add nextcloud_announcements to shipped.json
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>
2016-11-25 09:39:57 +01:00

53 lines
1.0 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"
]
}