Commit Graph

178 Commits (84f522f406d2bec8dff5acb0c7defc54b8e7d79a)

Author SHA1 Message Date
Arthur Schiwon ec3639dc7a Always check variable type before using readdir to avoid surprises 12 years ago
Thomas Müller 301cce54cc webdav quota information contains the values for used and free - not total 12 years ago
Thomas Müller 1e4ebf47e2 webdav quota now displays the same values as the web interface does 12 years ago
Thomas Müller d1a6d2bc8f lacy initialization of fileView - in case basic auth is used FileSystem is not yet initialized during the initialize() call 12 years ago
Robin Appelman c5402f4575 use strict equals in readdir loops to prevent issues with '0' files 12 years ago
Thomas Tanghus 3366bbeb8a Port DAV groupMemberSet fix to master #4458 12 years ago
Bjoern Schiessle 6c3efaf26c throw exception if encryption was disabled but files are still encrypted to prevent the client from syncing unreadable files 12 years ago
Thomas Müller fed1792510 adding unit tests for quota checks 12 years ago
Thomas Müller d3a69bf4c6 adding unit tests to determine length 12 years ago
Thomas Müller fb890eee67 fixes #4343 12 years ago
Robin Appelman 88cc2ccb3b use renamed constants 12 years ago
Robin Appelman a945ce908b style fix 12 years ago
Markus Goetz bf7514f76a WebDAV Auth Connector: Check if already logged in 12 years ago
Georg Ehrke 63791e2d8d return empty array instead of 0 12 years ago
Robin Appelman 93750d2658 improved copy operation for objecttree 12 years ago
Robin Appelman fe0de5fc10 improved move operation for sabre's objecttree 12 years ago
Robin Appelman 4e55d0ef9b make use of the fact that rmdir is already recursive 12 years ago
Robin Appelman 2d1c6ae726 overwrite Sabre_DAV_ObjectTree with a faster getNodeForPath 12 years ago
Robin Appelman 6208780332 Sabre: throw exceptions when delete/create/write operations are not permitted 12 years ago
Jörn Friedrich Dreyer c223bee6df fix numRows usage in core lib 12 years ago
Jörn Friedrich Dreyer 3e3b66bd0d use to_char when comparing clob to string on oracle, use execute audited 12 years ago
Thomas Mueller 5c7d7549ea coding style 12 years ago
Jörn Friedrich Dreyer 471b9c055a use executeAudited in sabredav lock 12 years ago
Jörn Friedrich Dreyer 5ec13742b3 use to_char to allow comparing string to CLOB cloumns in oracle 12 years ago
Michael Gapczynski 0953b68556 Return null if file size is negative for WebDAV, fix #2013 12 years ago
Alessandro Cosentino 3fbfe3c06a small typo in the comments 12 years ago
Bart Visscher 460f827f7e Also check for needed upgrade in the Sabre Maintenance connector 12 years ago
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