[Pkg-owncloud-commits] [owncloud] 108/223: Support path lengths up to 4000 chars

David Prévot taffit at moszumanska.debian.org
Sun Jun 22 01:54:12 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 1c149da52f7b742b51dcd2b71035506a0a149eaa
Author: Robin Appelman <icewind at owncloud.com>
Date:   Wed May 14 23:19:29 2014 +0200

    Support path lengths up to 4000 chars
---
 apps/files_sharing/appinfo/database.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_sharing/appinfo/database.xml b/apps/files_sharing/appinfo/database.xml
index e556882..159d6cb 100644
--- a/apps/files_sharing/appinfo/database.xml
+++ b/apps/files_sharing/appinfo/database.xml
@@ -61,7 +61,7 @@
 				<name>mountpoint</name>
 				<type>text</type>
 				<notnull>true</notnull>
-				<length>512</length>
+				<length>4000</length>
 				<comments>Full path where the share is mounted</comments>
 			</field>
 			<field>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list