Add missing version requirement to OAuth2 app
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
eebd2811dc
commit
02275e60c6
|
@ -12,6 +12,10 @@
|
||||||
<authentication/>
|
<authentication/>
|
||||||
</types>
|
</types>
|
||||||
|
|
||||||
|
<dependencies>
|
||||||
|
<nextcloud min-version="12" max-version="12" />
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
<settings>
|
<settings>
|
||||||
<admin>OCA\OAuth2\Settings\Admin</admin>
|
<admin>OCA\OAuth2\Settings\Admin</admin>
|
||||||
</settings>
|
</settings>
|
||||||
|
|
|
@ -21,15 +21,15 @@
|
||||||
"lookup_server_connector",
|
"lookup_server_connector",
|
||||||
"nextcloud_announcements",
|
"nextcloud_announcements",
|
||||||
"notifications",
|
"notifications",
|
||||||
|
"oauth2",
|
||||||
"password_policy",
|
"password_policy",
|
||||||
"provisioning_api",
|
"provisioning_api",
|
||||||
"serverinfo",
|
"serverinfo",
|
||||||
"sharebymail",
|
"sharebymail",
|
||||||
"survey_client",
|
"survey_client",
|
||||||
"systemtags",
|
"systemtags",
|
||||||
"templateeditor",
|
|
||||||
"twofactor_backupcodes",
|
|
||||||
"theming",
|
"theming",
|
||||||
|
"twofactor_backupcodes",
|
||||||
"updatenotification",
|
"updatenotification",
|
||||||
"user_external",
|
"user_external",
|
||||||
"user_ldap",
|
"user_ldap",
|
||||||
|
|
Loading…
Reference in New Issue