]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add missing version requirement to OAuth2 app 5025/head
authorJoas Schilling <coding@schilljs.com>
Mon, 22 May 2017 07:01:34 +0000 (09:01 +0200)
committerJoas Schilling <coding@schilljs.com>
Mon, 22 May 2017 07:01:34 +0000 (09:01 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/oauth2/appinfo/info.xml
core/shipped.json

index 5e9e8dae06af5457db2c08de59050443c58cd992..9df251d8f1aa778cbd67323650b7e51955f28c41 100644 (file)
                <authentication/>
        </types>
 
+       <dependencies>
+               <nextcloud min-version="12" max-version="12" />
+       </dependencies>
+
        <settings>
                <admin>OCA\OAuth2\Settings\Admin</admin>
        </settings>
index 83eb3a297871c747652d2ad98d1e6dbd94e8aa31..0c09e53244bde3aea389c0fa3be0764b6ff95eb2 100644 (file)
     "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",