diff options
-rw-r--r-- | apps/oauth2/appinfo/info.xml | 4 | ||||
-rw-r--r-- | core/shipped.json | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml index 5e9e8dae06a..9df251d8f1a 100644 --- a/apps/oauth2/appinfo/info.xml +++ b/apps/oauth2/appinfo/info.xml @@ -12,6 +12,10 @@ <authentication/> </types> + <dependencies> + <nextcloud min-version="12" max-version="12" /> + </dependencies> + <settings> <admin>OCA\OAuth2\Settings\Admin</admin> </settings> 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", |