- Dec 10, 2014
-
-
Lukas Reschke authored
The file:// protocol does not work with curl when an open_basedir is set. This fixes https://github.com/owncloud/core/issues/12016
-
- Oct 14, 2014
-
-
Lukas Reschke authored
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.
- Oct 09, 2014
-
-
Tony Zelenoff authored
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>
-
- Aug 07, 2014
-
-
Michael Roitzsch authored
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.
-
- May 29, 2014
-
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-