diff options
author | kondou <kondou@ts.unde.re> | 2014-09-04 16:46:20 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2014-09-04 19:09:26 +0200 |
commit | a10411d2bc3f98b8a0f2fa99563328ccf4605d0b (patch) | |
tree | 5279084521779817ba4640ea06ab19a31dcd192a /lib/private/share/constants.php | |
parent | 226b203e206b534aa3d547ed0c81eb8f9c344cbc (diff) | |
download | nextcloud-server-a10411d2bc3f98b8a0f2fa99563328ccf4605d0b.tar.gz nextcloud-server-a10411d2bc3f98b8a0f2fa99563328ccf4605d0b.zip |
Readd TOKEN_LENGTH
Diffstat (limited to 'lib/private/share/constants.php')
-rw-r--r-- | lib/private/share/constants.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/share/constants.php b/lib/private/share/constants.php index 1ba4929899a..798327cc154 100644 --- a/lib/private/share/constants.php +++ b/lib/private/share/constants.php @@ -34,6 +34,8 @@ class Constants { const FORMAT_STATUSES = -2; const FORMAT_SOURCES = -3; // ToDo Check if it is still in use otherwise remove it + const TOKEN_LENGTH = 15; // old (oc7) length is 32, keep token length in db at least that for compatibility + protected static $shareTypeUserAndGroups = -1; protected static $shareTypeGroupUserUnique = 2; protected static $backends = array(); |