summaryrefslogtreecommitdiffstats
path: root/lib/private/filechunking.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix PHP memory leak in file_get_contents()Morris Jobke2016-04-041-1/+3
| | | | | | | | | * ref https://bugs.php.net/bug.php?id=61961 * ref https://github.com/owncloud/core/issues/20261#issuecomment-180000256 * code is based on the proposal of @chriseqipe * fixes #20261
* Do not fire pre/post hooks twice on chunk uploadVincent Petry2016-03-211-43/+5
|
* Remove unused codeLukas Reschke2016-03-171-29/+0
| | | | This code is not used anymore.
* Do not check all chunks of a chunked upload if we do not need toRoeland Jago Douma2016-03-071-5/+7
| | | | | | | | | | | Fixes #22601 Before we did a full test on all chunks to verify if a chunked upload was completed. This is unneeded since if we are missing one chunk we can already fail. Also we look from back to front since it is much more likely that we find a missing chunk thus can error out early.
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* work directly on storages when doing a chunked upload assemblyRobin Appelman2015-09-141-14/+13
|
* kill OC_FileProxy :boom:Thomas Müller2015-04-071-3/+1
|
* Update license headersJenkins for ownCloud2015-03-261-4/+25
|
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+6
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-6/+24
|
* Fix PHPdoc in lib/privateBart Visscher2014-04-151-3/+4
| | | | using scrutinizer patch
* Fixed chunking and insufficient storage checkVincent Petry2014-03-171-3/+37
| | | | | | | - fixed free space detection based on the already uploaded chunks - now deleting chunks as soon as it is read out before writing it into the part file, which reduces the space needed when assembling part files
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-1/+1
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-2/+8
|
* fixes #5367Thomas Müller2013-10-171-0/+10
|
* Merge branch 'master' into fixing-4546-masterThomas Müller2013-10-071-1/+22
| | | | | Conflicts: lib/private/connector/sabre/directory.php
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+149
Conflicts: lib/private/vcategories.php