Commit Graph

14 Commits (a7ae2e874a28aed2c190840634db50a19ab1d2e7)

Author SHA1 Message Date
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
Bart Visscher b6dc6c5bb9 Don't use OC_FileCache directly, but use the functions in OC_Files 14 years ago
Bart Visscher 703aff6c35 Run proxies and emit signals when finising chunked upload 14 years ago
Bart Visscher b1bab6d113 Check format of chunked filename 14 years ago
Thomas Müller 5721bd2786 Respect coding style 14 years ago
Thomas Mueller 3829460ab8 adding space between) and { 14 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 14 years ago
Jörn Friedrich Dreyer fa3497f6ed add backticks to SQL, use limit parameter instead of LIMIT SQL 14 years ago
Bart Visscher 1ea33ff36b Chunked upload: Refactor OC_FileChunking to object 14 years ago
Bart Visscher 2d85ef0e04 Chunked upload: Refactor to static class 14 years ago
Bart Visscher 783d67be62 Create uniqid ETag for directories 14 years ago
Bart Visscher 381e493a8c Rename functions 14 years ago