Commit Graph

21 Commits (29e1c3a898a66b0b005d230a836a0275e462071c)

Author SHA1 Message Date
Vincent Petry cccedf6f30 Convert StorageNotAvailableException to SabreDAV exception 11 years ago
Vincent Petry 21d825ed6c Properly catch 503 storage not available in getQuotaInfo 11 years ago
Robin Appelman 19de425a50 Use the cached fileinfo to get creatable permissions 11 years ago
Vincent Petry 470c25eff4 WebDAV now throws 403 when deletion did not work 11 years ago
Thomas Müller 647120fb36 adding new webdav property containing the folder size 11 years ago
Robin Appelman 65f3b2fad2 Add server<->server sharing backend 11 years ago
Thomas Müller 76e04027bc Upgrade SabreDAV to 1.8.10 11 years ago
Thomas Müller 4ba6f4839d fixing typos and PHPDoc 11 years ago
Bjoern Schiessle 27c5a978f9 we no longer need to handle the Shared folder different from any other folder 11 years ago
Bart Visscher a4b7f5155f Fix PHPdoc in lib/private 11 years ago
Bjoern Schiessle 2e73c957e5 don't allow to create a file or folder named 'Shared' in the root folder, also exclude all combinations of lower and upper case letters 11 years ago
Robin Appelman fe994669cd Make path for dummy fileinfo absolute 11 years ago
Robin Appelman 3a21755963 Pass the filesystem view as argument in the sabredav connectors and use the fileinfo object 11 years ago
Thomas Müller 6e0e621218 creating and deleting of file and folder 'Shared' in root is not allowed 12 years ago
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 12 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