Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix PHP memory leak in file_get_contents() | Morris Jobke | 2016-04-04 | 1 | -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 upload | Vincent Petry | 2016-03-21 | 1 | -43/+5 |
| | |||||
* | Remove unused code | Lukas Reschke | 2016-03-17 | 1 | -29/+0 |
| | | | | This code is not used anymore. | ||||
* | Do not check all chunks of a chunked upload if we do not need to | Roeland Jago Douma | 2016-03-07 | 1 | -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 Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | work directly on storages when doing a chunked upload assembly | Robin Appelman | 2015-09-14 | 1 | -14/+13 |
| | |||||
* | kill OC_FileProxy :boom: | Thomas Müller | 2015-04-07 | 1 | -3/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+25 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -24/+6 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -6/+24 |
| | |||||
* | Fix PHPdoc in lib/private | Bart Visscher | 2014-04-15 | 1 | -3/+4 |
| | | | | using scrutinizer patch | ||||
* | Fixed chunking and insufficient storage check | Vincent Petry | 2014-03-17 | 1 | -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-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -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 patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -2/+8 |
| | |||||
* | fixes #5367 | Thomas Müller | 2013-10-17 | 1 | -0/+10 |
| | |||||
* | Merge branch 'master' into fixing-4546-master | Thomas Müller | 2013-10-07 | 1 | -1/+22 |
| | | | | | Conflicts: lib/private/connector/sabre/directory.php | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+149 |
Conflicts: lib/private/vcategories.php |