- May 29, 2013
-
-
Michael Gapczynski authored
-
Robin Appelman authored
-
- Apr 24, 2013
-
-
Bernhard Posselt authored
-
- Mar 20, 2013
-
-
Valerio Ponte authored
-
- Mar 15, 2013
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
- Feb 22, 2013
-
-
Björn Schießle authored
-
Björn Schießle authored
return both, count and result if the operation succeeded or failed. Maybe in some cases it is useful to know how much bytes where copied
-
Björn Schießle authored
using the number of writen bytes as indicator if streamCopy() was successfully. Instead check if fwrite returns the number of bytes or false
-
- Feb 16, 2013
-
-
Robin Appelman authored
When this is the case only the configured max upload size is taking into account for uploading
-
- Feb 14, 2013
-
-
Bart Visscher authored
-
- Feb 10, 2013
-
-
Lukas Reschke authored
-
Lukas Reschke authored
-
- Feb 07, 2013
-
-
Jörn Friedrich Dreyer authored
-
- Jan 26, 2013
-
-
Michael Gapczynski authored
-
- Jan 25, 2013
-
-
TheSFReader authored
Simplify the code and remove a first unnecessary (and non conform) '&' character when there are pending arguments
-
- Jan 19, 2013
-
-
Lukas Reschke authored
For Windows systems
-
- Jan 18, 2013
-
-
Thomas Müller authored
-
- Jan 16, 2013
-
-
Bart Visscher authored
-
- Jan 14, 2013
-
-
Thomas Müller authored
refs #1162
-
Lukas Reschke authored
otherwise /foo/bar would be detected as a subfolder of /bar THX @icewind1991
-
- Jan 13, 2013
-
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
isSubDirectory() checks if a specified $sub is a subdirectory of the $parent, this is needed to prevent file inclusions. Actually, the current code is more kind of a "hack" which I always struggle over if browsing through source. So this should be a much better implementation. The implementation is really straightforward: - [realpath()](http://php.net/manual/function.realpath.php) expands all symbolic links and resolves references to '/./', '/../' and extra '/' characters in the input path and return the canonicalized absolute pathname. - [strpos()](php.net/manual/function.strpos.php) returns FALSE if the substring wasn't found. Since this is an absolutely critical piece of code, I'd like to ensure that this is absolutely safe!
-
- Jan 04, 2013
-
-
Thomas Müller authored
And some documentation adjusted on the way
-
- Jan 02, 2013
-
-
Thomas Müller authored
-
- Dec 20, 2012
-
-
Thomas Müller authored
the maximum upload size is updated within the browser once an upload or delete operation has been finished
-
- Dec 14, 2012
-
-
Bart Visscher authored
-
- Nov 20, 2012
-
-
Jörn Friedrich Dreyer authored
-
- Nov 14, 2012
-
-
Valerio Ponte authored
-
Valerio Ponte authored
now should work with temp files too
-
- Nov 12, 2012
-
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
- Nov 08, 2012
-
-
Tom Needham authored
Check files when copying recursivley Remove obsolete method Dont count '.' and '..' as directories when importing.
-
- Nov 04, 2012
-
-
Felix Moeller authored
-
- Nov 02, 2012
-
-
Felix Moeller authored
-
- Oct 28, 2012
-
-
Felix Moeller authored
-
- Oct 26, 2012
-
-
Victor Dubiniuk authored
-
- Oct 23, 2012
-
-
Felix Moeller authored
-