diff options
author | Joas Schilling <coding@schilljs.com> | 2017-05-22 09:01:34 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-05-22 09:56:49 +0200 |
commit | 02275e60c6a8bd9c5fe883c381cb78e49a2c04b7 (patch) | |
tree | 64e62017dacc3604565ec53f7eef43b02bd02683 /core/shipped.json | |
parent | eebd2811dc4427443f7be964be25c3596ef7e950 (diff) | |
download | nextcloud-server-02275e60c6a8bd9c5fe883c381cb78e49a2c04b7.tar.gz nextcloud-server-02275e60c6a8bd9c5fe883c381cb78e49a2c04b7.zip |
Add missing version requirement to OAuth2 app
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/shipped.json')
-rw-r--r-- | core/shipped.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/shipped.json b/core/shipped.json index 83eb3a29787..0c09e53244b 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -21,15 +21,15 @@ "lookup_server_connector", "nextcloud_announcements", "notifications", + "oauth2", "password_policy", "provisioning_api", "serverinfo", "sharebymail", "survey_client", "systemtags", - "templateeditor", - "twofactor_backupcodes", "theming", + "twofactor_backupcodes", "updatenotification", "user_external", "user_ldap", |