diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-09-15 22:03:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 22:03:12 +0200 |
commit | d39f047af210245adcd877baee090f6cc4a8f40c (patch) | |
tree | 455476f636c1002c22d321cb0341ec28ce127fdc /core | |
parent | 0023a1066be72789a3785e30b78fc4d99dcd2403 (diff) | |
parent | 1998ac7b06e8845719db5cd276db59ac053bbcd2 (diff) | |
download | nextcloud-server-d39f047af210245adcd877baee090f6cc4a8f40c.tar.gz nextcloud-server-d39f047af210245adcd877baee090f6cc4a8f40c.zip |
Merge pull request #34072 from nextcloud/enh/noid/default-enabled-2
set defaultEnabled in shipped.json
Diffstat (limited to 'core')
-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", |