diff options
author | Julien Veyssier <julien-nc@posteo.net> | 2023-06-14 10:16:53 +0200 |
---|---|---|
committer | Julien Veyssier <julien-nc@posteo.net> | 2023-06-14 17:21:38 +0200 |
commit | 578bf8cc0b94a16e067a2bf33c0fedbe96e6ae3a (patch) | |
tree | f1ecb685a92a9035a2b0d2fbdaff915e0a067bdb /apps/oauth2/appinfo/info.xml | |
parent | 24e517c5b3c67a5d88923a8e59b285886cdefa5b (diff) | |
download | nextcloud-server-578bf8cc0b94a16e067a2bf33c0fedbe96e6ae3a.tar.gz nextcloud-server-578bf8cc0b94a16e067a2bf33c0fedbe96e6ae3a.zip |
add extra migration that sets the secret column length in case the previous step has run when it was setting it to 256
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Diffstat (limited to 'apps/oauth2/appinfo/info.xml')
-rw-r--r-- | apps/oauth2/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml index 3d18f936da8..bc31d12f161 100644 --- a/apps/oauth2/appinfo/info.xml +++ b/apps/oauth2/appinfo/info.xml @@ -5,7 +5,7 @@ <name>OAuth 2.0</name> <summary>Allows OAuth2 compatible authentication from other web applications.</summary> <description>The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.</description> - <version>1.16.1</version> + <version>1.16.2</version> <licence>agpl</licence> <author>Lukas Reschke</author> <namespace>OAuth2</namespace> |