diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-20 11:19:55 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-07-20 11:19:55 +0200 |
commit | 5632cb9a3b478164c89a9e64559c84018ca4d2d8 (patch) | |
tree | a281edbec5286a1d9f7700768594d98fdfd8f9f6 /core/shipped.json | |
parent | 78e0bdc0039eece36daa32ba124d62577b3659a2 (diff) | |
download | nextcloud-server-5632cb9a3b478164c89a9e64559c84018ca4d2d8.tar.gz nextcloud-server-5632cb9a3b478164c89a9e64559c84018ca4d2d8.zip |
Remove pre-fork EE apps from shipped.json
Diffstat (limited to 'core/shipped.json')
-rw-r--r-- | core/shipped.json | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/core/shipped.json b/core/shipped.json index ed9cf52fa72..da48d14dc0b 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -2,43 +2,32 @@ "shippedApps": [ "activity", "admin_audit", - "encryption", - "comments", + "comments", "dav", - "enterprise_key", + "encryption", "external", - "federation", "federatedfilesharing", + "federation", "files", - "files_antivirus", - "files_drop", "files_external", - "files_ldap_home", "files_pdfviewer", "files_sharing", - "files_sharing_log", "files_texteditor", "files_trashbin", "files_versions", "files_videoplayer", - "firewall", "firstrunwizard", "gallery", "notifications", - "objectstore", "password_policy", "provisioning_api", - "sharepoint", "systemtags", - "systemtags_management", "templateeditor", "theming", "updatenotification", "user_external", "user_ldap", - "user_shibboleth", - "windows_network_drive", - "workflow" + "user_saml" ], "alwaysEnabled": [ "files", |