summaryrefslogtreecommitdiffstats
path: root/lib/connector/sabre/directory.php
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-256/+0
* Merge branch 'master' into move-aborted-upload-detection-into-plugin-masterThomas Müller2013-09-301-1/+7
|\
| * adding file_exists check just to be on the save sideThomas Müller2013-09-241-1/+2
| * handle error situation of rename properThomas Müller2013-09-231-1/+6
* | fixing copyright and add class documentationThomas Müller2013-09-251-13/+0
|/
* webdav quota information contains the values for used and free - not totalThomas Müller2013-08-291-1/+1
* webdav quota now displays the same values as the web interface doesThomas Müller2013-08-271-3/+3
* make use of the fact that rmdir is already recursiveRobin Appelman2013-06-301-1/+0
* Sabre: throw exceptions when delete/create/write operations are not permittedRobin Appelman2013-06-251-0/+15
* return 403 when mkdir failed on webDAV, fixes #2127Arthur Schiwon2013-03-061-1/+3
* Whitespace fixesBart Visscher2013-02-221-6/+6
* Style-fix: Breakup long linesBart Visscher2013-02-141-1/+2
* only check content lenght on PUT to make litmus happyJörn Friedrich Dreyer2013-02-111-7/+9
* delete partial file when file upload is abortedJörn Friedrich Dreyer2013-02-111-7/+8
* check Content-Length to detect aborted uploadsJörn Friedrich Dreyer2013-02-111-0/+10
* also rename file when it has not been present beforeJörn Friedrich Dreyer2013-02-111-2/+2
* readd renaming and mtime handling to new directory nodesJörn Friedrich Dreyer2013-02-111-1/+17
* wrap etags in quotes when doing a propfind on a folderRobin Appelman2013-02-101-1/+1
* Dav: don't overwrite etag from filecache with old etag from properties tableRobin Appelman2013-02-021-1/+3
* Use etags from file cache in SabreDAV connectorMichael Gapczynski2012-12-301-1/+1
* merge master into filesystemRobin Appelman2012-11-151-9/+16
|\
| * adding comments to explain what's going on hereThomas Mueller2012-11-061-0/+4
| * fixes #329: query the database in chunks of 200Thomas Mueller2012-11-051-10/+12
* | move some stuff to the new apiRobin Appelman2012-10-261-3/+3
* | merge master into filesystemRobin Appelman2012-10-171-1/+1
|\|
| * Whitespace cleanupBart Visscher2012-10-141-1/+1
* | don't use depricated OC_FilesystemRobin Appelman2012-10-101-5/+5
|/
* Forgot to return the fileinfoBart Visscher2012-09-211-1/+1
* Don't use OC_FileCache directly, but use the functions in OC_FilesBart Visscher2012-09-211-3/+5
* Run proxies and emit signals when finising chunked uploadBart Visscher2012-09-181-2/+1
* Check format of chunked filenameBart Visscher2012-09-171-0/+3
* Respect coding styleThomas Müller2012-09-101-5/+4
* adding space between) and {Thomas Mueller2012-09-071-1/+1
* Whitespace fixes in libBart Visscher2012-08-291-1/+0
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-251-1/+1
* Chunked upload: Refactor OC_FileChunking to objectBart Visscher2012-07-271-3/+4
* Chunked upload: Refactor to static classBart Visscher2012-07-271-18/+5
* Merge branch 'master' into chunked_uploadBart Visscher2012-07-271-4/+43
|\
| * Create uniqid ETag for directoriesBart Visscher2012-07-251-0/+20
| * Rename functionsBart Visscher2012-07-251-1/+1
| * Add ETag support to the Sabre file connector.Bart Visscher2012-07-211-3/+19
| * dont check for filecache updates when getting quota info over webdavRobin Appelman2012-07-201-1/+1
* | Custom chunking supportBart Visscher2012-07-081-4/+25
|/
* fix webdav errors for empty foldersRobin Appelman2012-06-271-9/+11
* Optimize WebDav access by preloading dav custom propertiesBart Visscher2012-06-151-2/+20
* Use setter for FileinfoCacheBart Visscher2012-06-151-6/+4
* Optimize WebDav access using OC_FileCacheBart Visscher2012-06-151-14/+11
* don't allow user to delete Shared dir via webdav and sync client (bug #774)Bjoern Schiessle2012-06-041-2/+4
* fixing file headers with copy rightThomas Müller2012-05-051-7/+20
* Merge branch 'master' into sabredav_1.6Georg Ehrke2012-03-191-2/+2
|\