aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-05-22 09:01:34 +0200
committerJoas Schilling <coding@schilljs.com>2017-05-22 09:01:34 +0200
commit21b6af3e1e7770512506c8d0cc95ee388073d69c (patch)
treeb31aad6010ddbacfb9b2b8339eabcea053ed9aeb
parente0e814dfaeb0e70bd14ae91084f138c79306b656 (diff)
downloadnextcloud-server-21b6af3e1e7770512506c8d0cc95ee388073d69c.tar.gz
nextcloud-server-21b6af3e1e7770512506c8d0cc95ee388073d69c.zip
Add missing version requirement to OAuth2 app
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--apps/oauth2/appinfo/info.xml4
-rw-r--r--core/shipped.json4
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",