Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-25also handle expired pre-write shared lock on dav upload when not using part f...root-setup-mountproviderRobin Appelman
2022-02-16Wrap S3 multipart upload exceptionLouis Chemineau
2021-11-01Revert "add dav plugin to trigger recalculating of checksums"John Molakvoæ
2021-08-23Add dav plugin to trigger recalculating of checksumsRobin Appelman
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-03-22Only write checksum if we have a valid file infoChristoph Wurst
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2020-12-29Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-09-10Properly catch exception from writing to stream when copying a fileJulius Härtl
2020-09-07Update license headers for Nextcloud 20 (again)Christoph Wurst
2020-09-03Do not keep the part file if the forbidden exception has retry set to falseJulius Härtl
2020-04-13dont set headers for cliRobin Appelman
2020-04-13Return hashes of uploaded content for dav uploadsRobin Appelman
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove spaces after method or function callChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-02pass the existing locks info when making locked exception with absolute pathsRobin Appelman
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-18Merge remote-tracking branch 'origin/master' into filecache-extensionRoeland Jago Douma
2019-11-13re-acquired expired shared locks on large file uploadsRobin Appelman
2019-11-13hookup creation and upload time into davRobin Appelman
2019-07-29More precise error message when expected filesize does not match - could be o...Morris Jobke
2019-07-26Do not log locked filesRoeland Jago Douma
2019-07-03dont use part files for dav writes when the target folder doesn't have create...Robin Appelman
2019-06-06log inner exception during dav writeRobin Appelman
2019-03-04Merge pull request #14514 from nextcloud/fix/no_debug_outputRoeland Jago Douma
2019-03-04Merge pull request #13871 from PLUTEX/masterMorris Jobke
2019-03-04Do not just write foobarRoeland Jago Douma
2019-02-20Hanlde writestream not closing sourceRoeland Jago Douma
2019-02-18Make sure that we have a streamRoeland Jago Douma
2019-02-15Add a wrapper to determine if a file is EOFRoeland Jago Douma
2019-01-28dav: Fix handling of chunked WebDAV uploadJan-Philipp Litza
2018-11-19forward object not found error in switch as dav 404Robin Appelman
2018-11-05Allow writing an empty file with the new writeStreamRoeland Jago Douma
2018-10-31fix writeStream for jail wrapperRobin Appelman
2018-10-31extend storage api to allow directly writing a stream to storageRobin Appelman
2018-10-19Do not emit preHooks twice on non-part-storageRoeland Jago Douma
2018-07-09always log exceptions on dav writeRobin Appelman
2018-06-11properly lock the target file on dav upload when not using part filesRobin Appelman
2018-05-01Use an actual function of the storage to determine needsPartFileRoeland Jago Douma
2018-04-22Less deprecated calls to OCP\Util::writeLogMorris Jobke
2018-04-11transform exception during file read to sabre exceptionsRobin Appelman
2018-03-08emit pre-hooks earlier when not using part filesRobin Appelman
2017-12-15Handle OC-Total-Length in new chunkingThomas Müller
2017-11-28Reject X-OC-MTime header if given as a string with hexadecimal notationDaniel Calviño Sánchez
2017-11-27Don't use runInSeparateProcessThomas Müller