Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+21 |
| | |||||
* | drop any fallback code related to curl - refs ↵ | Thomas Müller | 2015-03-12 | 1 | -7/+7 |
| | | | | https://github.com/owncloud/core/pull/14838#issuecomment-78586447 | ||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -20/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+20 |
| | |||||
* | Check if open_basedir is set | Lukas Reschke | 2014-12-11 | 1 | -1/+1 |
| | | | | | | The file:// protocol does not work with curl when an open_basedir is set. This fixes https://github.com/owncloud/core/issues/12016 | ||||
* | Merge pull request #11565 from owncloud/fix-behaviourOnOSX | Lukas Reschke | 2014-10-15 | 1 | -1/+1 |
|\ | | | | | Add darwin to if block | ||||
| * | Add darwin to if block | Lukas Reschke | 2014-10-14 | 1 | -1/+1 |
| | | | | | | | | Otherwise it would fall into the 'win' else block because strpos($os, 'win') does also match 'darwin' what is the `php_uname` for OS X. | ||||
* | | Use `rawurlencode` since this seems to be expected by cURL | Lukas Reschke | 2014-10-14 | 1 | -1/+1 |
|/ | | | | Fixes https://github.com/owncloud/core/pull/11501#issuecomment-58794405 | ||||
* | Urlencode file name before passing it to cURL | Tony Zelenoff | 2014-10-09 | 1 | -1/+2 |
| | | | | | | | Large file helper use cURL to determine file sizes. Thus filenames must be urlencoded in case special symbols like '#' can cause BadRequest errors. Signed-off-by: Tony Zelenoff <antonz@parallels.com> | ||||
* | file size on non-(Linux/BSD/Windows)-installations | Michael Roitzsch | 2014-08-07 | 1 | -1/+1 |
| | | | Determining the file size using the exec() method is implemented for Linux, BSD, and Windows. However, on systems matching neither platform name (like SunOS), the fall-through path will return a file size result constituting a zero size instead of an invalid null return value. | ||||
* | Document exceptions thrown by \OC\LargeFileHelper. | Andreas Fischer | 2014-05-29 | 1 | -2/+7 |
| | |||||
* | Use "file size" instead of "filesize", then also apply camel case. | Andreas Fischer | 2014-05-29 | 1 | -24/+24 |
| | |||||
* | Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable. | Andreas Fischer | 2014-05-29 | 1 | -1/+22 |
| | |||||
* | Add LargeFileHelper::__construct() verifying that our assumptions hold. | Andreas Fischer | 2014-05-29 | 1 | -0/+25 |
| | |||||
* | Add helper method for turning int|float into base-10 unsigned integer string. | Andreas Fischer | 2014-05-29 | 1 | -0/+24 |
| | |||||
* | Windows exec() implementation. | Andreas Fischer | 2014-05-29 | 1 | -6/+15 |
| | |||||
* | Output validation for exec() method. | Andreas Fischer | 2014-05-29 | 1 | -2/+7 |
| | |||||
* | Refactor Large File handling code. | Andreas Fischer | 2014-05-29 | 1 | -0/+103 |