Commit Graph

150 Commits (bf7514f76abef4bcbb533e4c6c33e00a4e1fdfb5)

Author SHA1 Message Date
Markus Goetz bf7514f76a WebDAV Auth Connector: Check if already logged in 13 years ago
Robin Appelman 6208780332 Sabre: throw exceptions when delete/create/write operations are not permitted 13 years ago
Jörn Friedrich Dreyer c223bee6df fix numRows usage in core lib 13 years ago
Jörn Friedrich Dreyer 3e3b66bd0d use to_char when comparing clob to string on oracle, use execute audited 13 years ago
Thomas Mueller 5c7d7549ea coding style 13 years ago
Jörn Friedrich Dreyer 471b9c055a use executeAudited in sabredav lock 13 years ago
Jörn Friedrich Dreyer 5ec13742b3 use to_char to allow comparing string to CLOB cloumns in oracle 13 years ago
Alessandro Cosentino 3fbfe3c06a small typo in the comments 13 years ago
Bart Visscher 460f827f7e Also check for needed upgrade in the Sabre Maintenance connector 13 years ago
Arthur Schiwon 6acbadf418 return 403 when mkdir failed on webDAV, fixes #2127 14 years ago
Michael Gapczynski d29c2b0169 Reuse $freeSpace variable 14 years ago
Michael Gapczynski a2d3333a09 Don't throw insufficient storage exception if free space is unknown 14 years ago
Bart Visscher bb75dfc021 Whitespace fixes 14 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 14 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 14 years ago
Bart Visscher 5c4a804ddb Fix SpaceBeforeOpenBrace errors 14 years ago
Jörn Friedrich Dreyer 99f41de7de only check content lenght on PUT to make litmus happy 14 years ago
Jörn Friedrich Dreyer 2cb2991c04 delete partial file when file upload is aborted 14 years ago
Jörn Friedrich Dreyer 15ab2fd52a check Content-Length to detect aborted uploads 14 years ago
Jörn Friedrich Dreyer 806522d007 also rename file when it has not been present before 14 years ago
Jörn Friedrich Dreyer 72a2075b1c readd renaming and mtime handling to new directory nodes 14 years ago
Jörn Friedrich Dreyer 2644003bf1 send back 'X-OC-MTime: accepted' when X-OC-MTime was applied 14 years ago
Jörn Friedrich Dreyer d2332f60f3 add a custom header clients can use to skip a n additional propset request 14 years ago
Jörn Friedrich Dreyer 1263511a17 append .part to put files 14 years ago
Robin Appelman 121c1f2fc0 wrap etags in quotes when doing a propfind on a folder 14 years ago
Robin Appelman ed4130474a Dav: update etag in filecache when doing a PROPSET 14 years ago
Robin Appelman c61c98cbef Dav: don't overwrite etag from filecache with old etag from properties table 14 years ago
Stefan Herbrechtsmeier ab2b79cda6 add multiple domains reverse proxy support 14 years ago
Bart Visscher 5bfe4adbaa Whitespace cleanup 14 years ago
Michael Gapczynski 094a852bff Wrap the etag in double quotes 14 years ago
Michael Gapczynski b30648cb7d Don't waste time making another call since we know it doesn't exist 14 years ago
Michael Gapczynski 9e2f3a5324 Remove old create etag function 14 years ago
Thomas Mueller ccdaec6296 webdav returns "503 Service Unavailable" in case the ownCloud server is currently in maintenance mode. 14 years ago
Björn Schießle 43415386a8 Upstream merged my patch to add additional ssl root certificates to the webdav client. 14 years ago
Michael Gapczynski 83064aca51 Remove old etag code 14 years ago
Michael Gapczynski a5cb7363a5 Use etags from file cache in SabreDAV connector 14 years ago
Arthur Schiwon 627da205b3 implement getCurrentUser in Sabre Auth Connector, fixes #508 14 years ago
Arthur Schiwon 4466e06e7d use username, not passed loginname, might differ 14 years ago
Thomas Mueller 84420035df throwing InsufficientStorage in case the quota is reached 14 years ago
Sam Tuke 60f4ea8ddc Cleaned up docblock comments 14 years ago
Robin Appelman 706bb3ccd6 move ETag generation to storage backends 14 years ago
Robin Appelman 99aa972a40 Allow changing the way etags are generated 14 years ago
Thomas Mueller 07ffa0de39 adding comments to explain what's going on here 14 years ago
Thomas Mueller 415ec58422 fixes #329: query the database in chunks of 200 14 years ago
Felix Moeller a4b2ea586d Style: Remove all the dangling white spaces 14 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 14 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 14 years ago
scambra 5af8adc169 code style changes 14 years ago
scambra d9c14292a4 fix checking quota in webdav, adding a sabredav plugin 14 years ago
Robin Appelman 6db81afab9 move some stuff to the new api 14 years ago