summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre/File.php
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-5/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-12/+12
* pass the existing locks info when making locked exception with absolute pathsRobin Appelman2020-03-021-1/+1
* Update license headersChristoph Wurst2019-12-051-2/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Merge remote-tracking branch 'origin/master' into filecache-extensionRoeland Jago Douma2019-11-181-3/+15
|\
| * re-acquired expired shared locks on large file uploadsRobin Appelman2019-11-131-3/+15
* | hookup creation and upload time into davRobin Appelman2019-11-131-0/+13
|/
* More precise error message when expected filesize does not match - could be o...Morris Jobke2019-07-291-3/+2
* Do not log locked filesRoeland Jago Douma2019-07-261-1/+8
* dont use part files for dav writes when the target folder doesn't have create...Robin Appelman2019-07-031-2/+7
* log inner exception during dav writeRobin Appelman2019-06-061-1/+1
* Merge pull request #14514 from nextcloud/fix/no_debug_outputRoeland Jago Douma2019-03-041-3/+6
|\
| * Do not just write foobarRoeland Jago Douma2019-03-041-3/+6
* | Merge pull request #13871 from PLUTEX/masterMorris Jobke2019-03-041-1/+3
|\ \ | |/ |/|
| * dav: Fix handling of chunked WebDAV uploadJan-Philipp Litza2019-01-281-1/+3
* | Hanlde writestream not closing sourceRoeland Jago Douma2019-02-201-0/+4
* | Make sure that we have a streamRoeland Jago Douma2019-02-181-0/+7
* | Add a wrapper to determine if a file is EOFRoeland Jago Douma2019-02-151-2/+8
|/
* forward object not found error in switch as dav 404Robin Appelman2018-11-191-0/+4
* Allow writing an empty file with the new writeStreamRoeland Jago Douma2018-11-051-0/+4
* fix writeStream for jail wrapperRobin Appelman2018-10-311-1/+1
* extend storage api to allow directly writing a stream to storageRobin Appelman2018-10-311-11/+16
* Do not emit preHooks twice on non-part-storageRoeland Jago Douma2018-10-191-6/+5
* always log exceptions on dav writeRobin Appelman2018-07-091-0/+1
* properly lock the target file on dav upload when not using part filesRobin Appelman2018-06-111-15/+23
* Use an actual function of the storage to determine needsPartFileRoeland Jago Douma2018-05-011-17/+5
* Less deprecated calls to OCP\Util::writeLogMorris Jobke2018-04-221-3/+3
* transform exception during file read to sabre exceptionsRobin Appelman2018-04-111-1/+5
* emit pre-hooks earlier when not using part filesRobin Appelman2018-03-081-5/+3
* Handle OC-Total-Length in new chunkingThomas Müller2017-12-151-12/+0
* Reject X-OC-MTime header if given as a string with hexadecimal notationDaniel Calviño Sánchez2017-11-281-1/+5
* Don't use runInSeparateProcessThomas Müller2017-11-271-2/+6
* Make possible to provide a specific HTTP request object to FileDaniel Calviño Sánchez2017-11-271-10/+32
* Ensure that X-OC-MTime header is an integer also with chunked uploadsDaniel Calviño Sánchez2017-11-271-6/+11
* Update license headersMorris Jobke2017-11-061-0/+3
* Fix file size comparisonJoas Schilling2017-08-011-2/+2
* Fix comparisons in the dav appJoas Schilling2017-08-011-2/+2
* [DAV] Fix URLUtil::splitPath usageRoeland Jago Douma2017-08-011-1/+1
* Enhance the logging if the part file can not be renamedMorris Jobke2017-06-221-1/+1
* Revert "fix objectstore rename"Roeland Jago Douma2017-05-151-1/+0
* Merge pull request #4524 from nextcloud/downstream-27508Roeland Jago Douma2017-04-281-0/+5
|\
| * Properly handle missing READ permissionVincent Petry2017-04-271-0/+5
* | fix objectstore renameJoas Schilling2017-04-251-0/+1
|/
* Merge pull request #3600 from coletivoEITA/masterRoeland Jago Douma2017-03-141-2/+2
|\
| * added method needsPartFile() in StorageVinicius Cubas Brand2017-03-141-2/+2
* | Correct incorrectly typed X-OC-Mtime headerStefan Schneider2017-03-101-1/+6
|/