Commit Graph

26 Commits (7fbb7f4dc4cd1918a5b3dfaa4c8dfb6a7e11d0c3)

Author SHA1 Message Date
Vincent Petry 6224e29f25 Fix code style issues for tags plugin 12 years ago
Vincent Petry 3c67900421 Remove obsolete method 12 years ago
Vincent Petry 0b3f0716fc Returns and update tags through WebDAV PROPFIND and PROPPATCH 12 years ago
Robin Appelman fd85424742 Add getMountPoint to FileInfo 12 years ago
Vincent Petry cccedf6f30 Convert StorageNotAvailableException to SabreDAV exception 12 years ago
Vincent Petry 21d825ed6c Properly catch 503 storage not available in getQuotaInfo 12 years ago
Robin Appelman 19de425a50 Use the cached fileinfo to get creatable permissions 12 years ago
Vincent Petry 470c25eff4 WebDAV now throws 403 when deletion did not work 12 years ago
Thomas Müller 647120fb36 adding new webdav property containing the folder size 12 years ago
Robin Appelman 65f3b2fad2 Add server<->server sharing backend 12 years ago
Thomas Müller 76e04027bc Upgrade SabreDAV to 1.8.10 12 years ago
Thomas Müller 4ba6f4839d fixing typos and PHPDoc 12 years ago
Bjoern Schiessle 27c5a978f9 we no longer need to handle the Shared folder different from any other folder 12 years ago
Bart Visscher a4b7f5155f Fix PHPdoc in lib/private 13 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 13 years ago
Robin Appelman fe994669cd Make path for dummy fileinfo absolute 13 years ago
Robin Appelman 3a21755963 Pass the filesystem view as argument in the sabredav connectors and use the fileinfo object 13 years ago
Thomas Müller 6e0e621218 creating and deleting of file and folder 'Shared' in root is not allowed 13 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" 13 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
Thomas Müller 92c02e6797 remove commented code 13 years ago
Thomas Müller 09b64535a9 fixing copyright and add class documentation 13 years ago
Thomas Müller 84a0e6930b creating non static getETagPropertyForPath() 13 years ago
Thomas Müller 4e7f82ef04 unify duplicate code 13 years ago
Thomas Müller cf9dbc6e34 adding error handling on file_put_contents within the web dav implementation 13 years ago
Thomas Müller 6c5466a540 adding file_exists check just to be on the save side 13 years ago
Thomas Müller e55f25b64d handle error situation of rename proper 13 years ago
Thomas Müller 39599019e5 adding detection of aborted uploads 13 years ago
Thomas Müller 301cce54cc webdav quota information contains the values for used and free - not total 13 years ago
Thomas Müller 1e4ebf47e2 webdav quota now displays the same values as the web interface does 13 years ago
Robin Appelman 4e55d0ef9b make use of the fact that rmdir is already recursive 13 years ago
Robin Appelman 6208780332 Sabre: throw exceptions when delete/create/write operations are not permitted 13 years ago
Arthur Schiwon 6acbadf418 return 403 when mkdir failed on webDAV, fixes #2127 14 years ago
Bart Visscher bb75dfc021 Whitespace fixes 14 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 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
Robin Appelman 121c1f2fc0 wrap etags in quotes when doing a propfind on a folder 14 years ago
Robin Appelman c61c98cbef Dav: don't overwrite etag from filecache with old etag from properties table 14 years ago
Michael Gapczynski a5cb7363a5 Use etags from file cache in SabreDAV connector 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
Robin Appelman 6db81afab9 move some stuff to the new api 14 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 14 years ago
Bart Visscher 4af5b016cc Whitespace cleanup 14 years ago
Robin Appelman aaa1b73364 don't use depricated OC_Filesystem 14 years ago
Bart Visscher 8820cd934a Forgot to return the fileinfo 14 years ago