Commit Graph

138 Commits (edd37c779d6e6ef79589912c85f382138ff54a7a)

Author SHA1 Message Date
Arthur Schiwon 6acbadf418 return 403 when mkdir failed on webDAV, fixes #2127 12 years ago
Michael Gapczynski d29c2b0169 Reuse $freeSpace variable 12 years ago
Michael Gapczynski a2d3333a09 Don't throw insufficient storage exception if free space is unknown 12 years ago
Bart Visscher bb75dfc021 Whitespace fixes 12 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 12 years ago
Bart Visscher 5c4a804ddb Fix SpaceBeforeOpenBrace errors 12 years ago
Jörn Friedrich Dreyer 99f41de7de only check content lenght on PUT to make litmus happy 12 years ago
Jörn Friedrich Dreyer 2cb2991c04 delete partial file when file upload is aborted 12 years ago
Jörn Friedrich Dreyer 15ab2fd52a check Content-Length to detect aborted uploads 12 years ago
Jörn Friedrich Dreyer 806522d007 also rename file when it has not been present before 12 years ago
Jörn Friedrich Dreyer 72a2075b1c readd renaming and mtime handling to new directory nodes 12 years ago
Jörn Friedrich Dreyer 2644003bf1 send back 'X-OC-MTime: accepted' when X-OC-MTime was applied 12 years ago
Jörn Friedrich Dreyer d2332f60f3 add a custom header clients can use to skip a n additional propset request 12 years ago
Jörn Friedrich Dreyer 1263511a17 append .part to put files 12 years ago
Robin Appelman 121c1f2fc0 wrap etags in quotes when doing a propfind on a folder 12 years ago
Robin Appelman ed4130474a Dav: update etag in filecache when doing a PROPSET 12 years ago
Robin Appelman c61c98cbef Dav: don't overwrite etag from filecache with old etag from properties table 12 years ago
Stefan Herbrechtsmeier ab2b79cda6 add multiple domains reverse proxy support 12 years ago
Bart Visscher 5bfe4adbaa Whitespace cleanup 12 years ago
Michael Gapczynski 094a852bff Wrap the etag in double quotes 12 years ago
Michael Gapczynski b30648cb7d Don't waste time making another call since we know it doesn't exist 12 years ago
Michael Gapczynski 9e2f3a5324 Remove old create etag function 12 years ago
Thomas Mueller ccdaec6296 webdav returns "503 Service Unavailable" in case the ownCloud server is currently in maintenance mode. 12 years ago
Björn Schießle 43415386a8 Upstream merged my patch to add additional ssl root certificates to the webdav client. 12 years ago
Michael Gapczynski 83064aca51 Remove old etag code 12 years ago
Michael Gapczynski a5cb7363a5 Use etags from file cache in SabreDAV connector 12 years ago
Arthur Schiwon 627da205b3 implement getCurrentUser in Sabre Auth Connector, fixes #508 12 years ago
Arthur Schiwon 4466e06e7d use username, not passed loginname, might differ 12 years ago
Thomas Mueller 84420035df throwing InsufficientStorage in case the quota is reached 12 years ago
Sam Tuke 60f4ea8ddc Cleaned up docblock comments 12 years ago
Robin Appelman 706bb3ccd6 move ETag generation to storage backends 13 years ago
Robin Appelman 99aa972a40 Allow changing the way etags are generated 13 years ago
Thomas Mueller 07ffa0de39 adding comments to explain what's going on here 13 years ago
Thomas Mueller 415ec58422 fixes #329: query the database in chunks of 200 13 years ago
Felix Moeller a4b2ea586d Style: Remove all the dangling white spaces 13 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
scambra 5af8adc169 code style changes 13 years ago
scambra d9c14292a4 fix checking quota in webdav, adding a sabredav plugin 13 years ago
Robin Appelman 6db81afab9 move some stuff to the new api 13 years ago
Felix Moeller e73b817a38 Checkstyle: NoSpaceAfterComma 13 years ago
Arthur Schiwon b43b85c849 get effective username after webdav login, fixes oc-2108 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Bart Visscher 4af5b016cc Whitespace cleanup 13 years ago
Robin Appelman aaa1b73364 don't use depricated OC_Filesystem 13 years ago
Arthur Schiwon 783c02eda9 fix create folder and upload file issue on win, fixes oc-1747, solution follows suggestion from bug tracker 13 years ago
Björn Schießle f8f73e2675 move back to "lastmodified" property since "getlastmodified" is protected by webdav 13 years ago
Björn Schießle 50d7cfbbe7 prepare server for move of property name "lastmodified" to "getlastmodified" according to RFC4918. 13 years ago
Björn Schießle c3c6e52104 - take webdav namespace for properties into account 13 years ago