Commit Graph

5 Commits (66a2f3b0b9b0e1218f38a501095b9e5a9a1b1e9b)

Author SHA1 Message Date
Bjoern Schiessle dd202d9ad3 updating a existing large file creates new file chunks. Therefore createFile() needs to check not only if we can write to the parent folder but also if we can update the existing file" 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Thomas Müller 92c02e6797 remove commented code 12 years ago
Thomas Müller 09b64535a9 fixing copyright and add class documentation 12 years ago
Thomas Müller 84a0e6930b creating non static getETagPropertyForPath() 12 years ago
Thomas Müller 4e7f82ef04 unify duplicate code 12 years ago
Thomas Müller cf9dbc6e34 adding error handling on file_put_contents within the web dav implementation 12 years ago
Thomas Müller 6c5466a540 adding file_exists check just to be on the save side 12 years ago
Thomas Müller e55f25b64d handle error situation of rename proper 12 years ago
Thomas Müller 39599019e5 adding detection of aborted uploads 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
Robin Appelman 4e55d0ef9b make use of the fact that rmdir is already recursive 12 years ago
Robin Appelman 6208780332 Sabre: throw exceptions when delete/create/write operations are not permitted 12 years ago
Arthur Schiwon 6acbadf418 return 403 when mkdir failed on webDAV, fixes #2127 12 years ago
Bart Visscher bb75dfc021 Whitespace fixes 12 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 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
Robin Appelman 121c1f2fc0 wrap etags in quotes when doing a propfind on a folder 12 years ago
Robin Appelman c61c98cbef Dav: don't overwrite etag from filecache with old etag from properties table 12 years ago
Michael Gapczynski a5cb7363a5 Use etags from file cache in SabreDAV connector 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
Robin Appelman 6db81afab9 move some stuff to the new api 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
Bart Visscher 8820cd934a Forgot to return the fileinfo 13 years ago
Bart Visscher b6dc6c5bb9 Don't use OC_FileCache directly, but use the functions in OC_Files 13 years ago
Bart Visscher 703aff6c35 Run proxies and emit signals when finising chunked upload 13 years ago
Bart Visscher b1bab6d113 Check format of chunked filename 13 years ago
Thomas Müller 5721bd2786 Respect coding style 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago
Jörn Friedrich Dreyer fa3497f6ed add backticks to SQL, use limit parameter instead of LIMIT SQL 13 years ago
Bart Visscher 1ea33ff36b Chunked upload: Refactor OC_FileChunking to object 13 years ago
Bart Visscher 2d85ef0e04 Chunked upload: Refactor to static class 13 years ago
Bart Visscher 783d67be62 Create uniqid ETag for directories 13 years ago
Bart Visscher 381e493a8c Rename functions 13 years ago
Bart Visscher cdd9ffc8a5 Add ETag support to the Sabre file connector. 13 years ago
Robin Appelman 445f52ef8b dont check for filecache updates when getting quota info over webdav 13 years ago
Bart Visscher e8010209bb Custom chunking support 13 years ago
Robin Appelman 420d23a875 fix webdav errors for empty folders 13 years ago
Bart Visscher e11c5a23d5 Optimize WebDav access by preloading dav custom properties 13 years ago
Bart Visscher 27efdbd58f Use setter for FileinfoCache 13 years ago
Bart Visscher 400769ab40 Optimize WebDav access using OC_FileCache 13 years ago