0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-30 22:37:01 +00:00
nextcloud_server/core/shipped.json
Andrey Borysenko a5bc59f70f feat: add app_api to shipped and default enabled apps
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
2024-09-26 13:27:08 +00:00

113 lines
2.2 KiB
JSON

{
"shippedApps": [
"activity",
"admin_audit",
"app_api",
"bruteforcesettings",
"circles",
"cloud_federation_api",
"comments",
"contactsinteraction",
"dashboard",
"dav",
"encryption",
"federatedfilesharing",
"federation",
"files",
"files_downloadlimit",
"files_external",
"files_pdfviewer",
"files_reminders",
"files_sharing",
"files_trashbin",
"files_versions",
"firstrunwizard",
"logreader",
"lookup_server_connector",
"nextcloud_announcements",
"notifications",
"oauth2",
"password_policy",
"photos",
"privacy",
"provisioning_api",
"recommendations",
"related_resources",
"settings",
"serverinfo",
"sharebymail",
"support",
"survey_client",
"suspicious_login",
"systemtags",
"text",
"theming",
"twofactor_backupcodes",
"twofactor_nextcloud_notification",
"twofactor_totp",
"updatenotification",
"user_ldap",
"user_status",
"viewer",
"weather_status",
"webhook_listeners",
"workflowengine"
],
"defaultEnabled": [
"activity",
"app_api",
"bruteforcesettings",
"circles",
"comments",
"contactsinteraction",
"dashboard",
"dav",
"federation",
"files",
"files_downloadlimit",
"files_pdfviewer",
"files_reminders",
"files_sharing",
"files_trashbin",
"files_versions",
"firstrunwizard",
"logreader",
"lookup_server_connector",
"nextcloud_announcements",
"notifications",
"oauth2",
"password_policy",
"photos",
"privacy",
"provisioning_api",
"recommendations",
"related_resources",
"serverinfo",
"settings",
"sharebymail",
"support",
"survey_client",
"systemtags",
"text",
"theming",
"updatenotification",
"user_status",
"viewer",
"weather_status",
"webhook_listeners"
],
"alwaysEnabled": [
"files",
"cloud_federation_api",
"dav",
"federatedfilesharing",
"lookup_server_connector",
"provisioning_api",
"oauth2",
"settings",
"theming",
"twofactor_backupcodes",
"viewer",
"workflowengine"
]
}