]> source.dussan.org Git - nextcloud-server.git/commit
verify the file name length not to exceed 255 characters + verify path during rename
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 10 Mar 2015 12:08:22 +0000 (13:08 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 12 Mar 2015 09:47:47 +0000 (10:47 +0100)
commit80ef53eff09886efcbe983c1db383fc5290b2048
treec74b64d3f350704a452dfb70031792c2fd392fb5
parent5054b8e4aa5dce43fa8aeeb89728450ecbac1342
verify the file name length not to exceed 255 characters + verify path during rename
lib/private/files/storage/common.php
lib/private/files/view.php
lib/public/files/filenametoolongexception.php [new file with mode: 0644]
tests/lib/files/pathverificationtest.php