summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre/File.php
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Update file.php put function posthook callsSemih Serhat Karakaya2016-10-201-4/+4
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-3/+4
* Update license headersLukas Reschke2016-05-261-2/+2
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+567