- Sep 25, 2014
-
-
Robin Appelman authored
-
- Sep 22, 2014
-
-
Lukas Reschke authored
We do not want to follow redirects to other protocols since they might allow an adversary to bypass network restrictions. (i.e. a redirect to ftp:// might be used to access files of a FTP server which might be in a secure zone and not be reachable from the net but from the ownCloud server) Get final redirect manually using get_headers() Migrate to HTTPHelper class and add unit tests
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
- Sep 17, 2014
-
-
Robin Appelman authored
-
Lukas Reschke authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
- Sep 10, 2014
-
-
Robin Appelman authored
-
- Sep 08, 2014
-
-
Lukas Reschke authored
-
Robin Appelman authored
-
- Sep 05, 2014
-
-
Jörn Friedrich Dreyer authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
- Sep 03, 2014
-
-
Jesús Macias authored
-
Jesús Macias authored
-
Jesús Macias authored
-
Jesús Macias authored
-
- Sep 02, 2014
-
-
Robin Appelman authored
-
- Aug 25, 2014
-
-
Joas Schilling authored
-
Joas Schilling authored
Previously we used uniqid() here. However this means that the behaviour is not reproducable, so when uploading files into a "empty" folder, the folders name is different. If there would be a md5() hash collition, the deduplicate check will spot this and append an index later, so this should not be a problem. Fix #6722
-
Joas Schilling authored
-
- Aug 22, 2014
-
-
Robin Appelman authored
-
- Aug 20, 2014
-
-
Vincent Petry authored
-
- Aug 19, 2014
-
-
Morris Jobke authored
-
Stephan Peijnik authored
Signed-off-by:
Stephan Peijnik <speijnik@anexia-it.com>
-
Stephan Peijnik authored
As constants not defined within a class cannot be automatically found by the autoloader moving those constants into a class makes them accessible to code which uses them. Signed-off-by:
Stephan Peijnik <speijnik@anexia-it.com>
-
- Aug 14, 2014
-
-
Joas Schilling authored
-
- Aug 13, 2014
-
-
Robin Appelman authored
-
Morris Jobke authored
ref #10392
-
- Aug 11, 2014
-
-
Joas Schilling authored
Fix #9928
-
Joas Schilling authored
-
- Aug 08, 2014
-
-
Björn Schießle authored
-
- Aug 07, 2014
-
-
Thomas Müller authored
-
- Aug 06, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
-