diff options
author | Joas Schilling <coding@schilljs.com> | 2016-08-04 14:40:43 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-08-04 14:40:43 +0200 |
commit | 89cb7b59f8a43ce27443af50611d4d821255b79b (patch) | |
tree | a97bba25e546cb8e6e8f0bc835d276b64217cdf9 /core/shipped.json | |
parent | b59fb9fe87418e4747b6a6439079e65b4fad7114 (diff) | |
download | nextcloud-server-89cb7b59f8a43ce27443af50611d4d821255b79b.tar.gz nextcloud-server-89cb7b59f8a43ce27443af50611d4d821255b79b.zip |
Order alphabetically and deduplicate the shipped.json
Diffstat (limited to 'core/shipped.json')
-rw-r--r-- | core/shipped.json | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/core/shipped.json b/core/shipped.json index 1b303af52f9..f944d9d4c11 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -13,6 +13,7 @@ "files_automatedtagging", "files_external", "files_pdfviewer", + "files_retention", "files_sharing", "files_texteditor", "files_trashbin", @@ -23,6 +24,8 @@ "notifications", "password_policy", "provisioning_api", + "serverinfo", + "survey_client", "systemtags", "templateeditor", "theming", @@ -30,12 +33,7 @@ "user_external", "user_ldap", "user_saml", - "workflowengine", - "files_accesscontrol", - "files_automatedtagging", - "files_retention", - "serverinfo", - "survey_client" + "workflowengine" ], "alwaysEnabled": [ "files", |