summaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-05-05 00:00:32 +0200
committerLukas Reschke <lukas@statuscode.ch>2017-05-18 20:49:04 +0200
commitc5ad3c9213830abb6d76a7a98d1b308c7ffa187f (patch)
tree83450efeaca161ff823e63af01ce2febb7401dfa /apps/oauth2
parent0a2b57c93fb8231615dbbf2aebba369d78700541 (diff)
downloadnextcloud-server-c5ad3c9213830abb6d76a7a98d1b308c7ffa187f.tar.gz
nextcloud-server-c5ad3c9213830abb6d76a7a98d1b308c7ffa187f.zip
Increase length of encrypted token in database
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/appinfo/database.xml2
-rw-r--r--apps/oauth2/appinfo/info.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/oauth2/appinfo/database.xml b/apps/oauth2/appinfo/database.xml
index 2d7e3502db2..48de162299c 100644
--- a/apps/oauth2/appinfo/database.xml
+++ b/apps/oauth2/appinfo/database.xml
@@ -72,7 +72,7 @@
<name>encrypted_token</name>
<type>text</type>
<notnull>true</notnull>
- <length>255</length>
+ <length>786</length>
</field>
</declaration>
</table>
diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml
index ebead97eb72..8b24d4581fb 100644
--- a/apps/oauth2/appinfo/info.xml
+++ b/apps/oauth2/appinfo/info.xml
@@ -6,7 +6,7 @@
<licence>AGPL</licence>
<author>Lukas Reschke</author>
<namespace>OAuth2</namespace>
- <version>1.0.3</version>
+ <version>1.0.4</version>
<default_enable/>
<types>
<authentication/>