diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2022-09-15 08:15:25 -0100 |
---|---|---|
committer | Maxence Lange <maxence@artificial-owl.com> | 2022-09-15 08:15:33 -0100 |
commit | 0efd6d995037bc34de714024f137fecdbdc50a69 (patch) | |
tree | fd187d0751321f586affd2152f3f170af0ab1fdc /core/shipped.json | |
parent | 4c1f06170e1f7256bdc0791c40359c5ab6ad5eda (diff) | |
download | nextcloud-server-0efd6d995037bc34de714024f137fecdbdc50a69.tar.gz nextcloud-server-0efd6d995037bc34de714024f137fecdbdc50a69.zip |
set defaultEnabled in shipped.json
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'core/shipped.json')
-rw-r--r-- | core/shipped.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/core/shipped.json b/core/shipped.json index 33980afb7c4..e1407798289 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -47,6 +47,46 @@ "weather_status", "workflowengine" ], + "defaultEnabled": [ + "activity", + "circles", + "comments", + "contactsinteraction", + "dashboard", + "dav", + "federation", + "files", + "files_pdfviewer", + "files_rightclick", + "files_sharing", + "files_trashbin", + "files_versions", + "files_videoplayer", + "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" + ], "alwaysEnabled": [ "files", "cloud_federation_api", |