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
skjnldsv 158299b3d7 fix(profile): make sure the app cannot be disabled as it was in core
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-14 10:25:10 +01:00

116 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",
"profile",
"provisioning_api",
"recommendations",
"related_resources",
"serverinfo",
"settings",
"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",
"profile",
"provisioning_api",
"recommendations",
"related_resources",
"serverinfo",
"settings",
"sharebymail",
"support",
"survey_client",
"systemtags",
"text",
"theming",
"updatenotification",
"user_status",
"viewer",
"weather_status",
"webhook_listeners"
],
"alwaysEnabled": [
"cloud_federation_api",
"dav",
"federatedfilesharing",
"files",
"lookup_server_connector",
"oauth2",
"profile",
"provisioning_api",
"settings",
"theming",
"twofactor_backupcodes",
"viewer",
"workflowengine"
]
}