summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre/File.php
Commit message (Expand)AuthorAgeFilesLines
* Make sure to never trigger files hooks on a null pathCôme Chilliet2023-05-041-8/+10
* Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-211-0/+135
* Do not set up filesystem on every callAnna Larch2023-02-171-135/+0
* Fix psalm errorsCôme Chilliet2023-02-071-4/+1
* Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-021-2/+2
* compare cached filesize on downloadMaxence Lange2022-12-011-1/+13
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-1/+1
* Make X-HAS-{MD5/SHA256} opt-inCarl Schwan2022-06-011-9/+20
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-8/+7
* Add a metadata service to store file metadataCarl Schwan2022-04-131-0/+16
* save filesystem node in dav nodeRobin Appelman2022-04-061-0/+4
* Add dav plugin to trigger recalculating of checksumsRobin Appelman2022-03-311-4/+11
* Merge pull request #31266 from nextcloud/root-setup-mountproviderRobin Appelman2022-03-041-1/+17
|\
| * also handle expired pre-write shared lock on dav upload when not using part f...Robin Appelman2022-02-251-1/+17
* | Make Sabre File exception messages translatableChristopher Ng2022-03-011-18/+52
|/
* Wrap S3 multipart upload exceptionLouis Chemineau2022-02-161-0/+3
* Revert "add dav plugin to trigger recalculating of checksums"John Molakvoæ2021-11-011-11/+4
* Add dav plugin to trigger recalculating of checksumsRobin Appelman2021-08-231-4/+11
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Only write checksum if we have a valid file infoChristoph Wurst2021-03-221-1/+4
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-10/+10
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Properly catch exception from writing to stream when copying a fileJulius Härtl2020-09-101-2/+9
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
* Do not keep the part file if the forbidden exception has retry set to falseJulius Härtl2020-09-031-0/+3
* dont set headers for cliRobin Appelman2020-04-131-1/+3
* Return hashes of uploaded content for dav uploadsRobin Appelman2020-04-131-8/+19
* 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
|/