]> source.dussan.org Git - nextcloud-server.git/commit
Fixed ext storage webdav path encoding
authorVincent Petry <pvince81@owncloud.com>
Fri, 31 Jan 2014 15:06:11 +0000 (16:06 +0100)
committerVincent Petry <pvince81@owncloud.com>
Wed, 19 Feb 2014 17:34:08 +0000 (18:34 +0100)
commitb2b35cd3358113db95651d705251eda290b40ba7
tree5a8b39a105e3a7c06f6fcee0412813cf85c4226e
parent952584e9c782d196eb2bcd6df1e3ecdf21adcb55
Fixed ext storage webdav path encoding

- Some WebDAV servers like lighttpd need paths in URLs to be properly
encoded
- Added error log output when curl connection failed
- Added check for 'resourcetype' in case the WebDAV server doesn't
  support/return it
- Fixed touch() to return false if the server doesn't implement
  PROPPATCH
- Added optional delay in WebDAV unit tests to use when testing against
  lighttpd's WebDAV
apps/files_external/lib/webdav.php
apps/files_external/tests/config.php
apps/files_external/tests/webdav.php
tests/lib/files/storage/storage.php