summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre/File.php
Commit message (Expand)AuthorAgeFilesLines
* forward object not found error in swift as dav 404Robin Appelman2018-11-191-0/+3
* Do not emit preHooks twice on non-part-storageRoeland Jago Douma2018-10-211-6/+5
* properly lock the target file on dav upload when not using part filesRobin Appelman2018-06-251-16/+24
* 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