- Sep 08, 2014
-
-
Joas Schilling authored
Fix #10926
-
- Sep 05, 2014
-
-
Lukas Reschke authored
handleRequest() is not called from remote.php or public.php which made these files party available but all included apps in there produced errors. As the expected behaviour is anyways that a trusted domain warning is shown I moved this to init() Fixes https://github.com/owncloud/core/issues/10064
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Jenkins for ownCloud authored
-
- Sep 04, 2014
-
-
chli1 authored
If client does not send content length header on webdav upload (e.g. because the content comes from a stream and its length is not predictable) the put() method should not try to compare the content length value with the actually amount of received data, because this will always fail and results in a BadRequest exception. So the check will only be performed if $_SERVER['CONTENT_LENGTH'] is set.
-
Olivier Paroz authored
-
- Sep 03, 2014
-
-
Jesús Macias authored
-
Jesús Macias authored
-
Jesús Macias authored
-
cbhp authored
Some providers block connections with missing user-agents. Also user-agents are useful for analyzing requests. I've added a USER_AGENT constant that is used in cURL and in file_get_contents.
-
Lukas Reschke authored
OC_Util::generateRandomBytes() only returns lowercase alphanumeric values. We should use the new RNG which has a broader characterset.
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Olivier Paroz authored
-
Lukas Reschke authored
-
Jesús Macias authored
-
Lukas Reschke authored
-
Jenkins for ownCloud authored
-
- Sep 02, 2014
-
-
Olivier Paroz authored
-
Olivier Paroz authored
-
Vincent Petry authored
Fix issue where the currently logged user was causing side-effects when upgrading. Now setting incognito mode (no user) on update to make sure the whole apps list is taken into account with getEnabledApps() or isEnabled().
-
Robin Appelman authored
-
Robin Appelman authored
-
Jenkins for ownCloud authored
-
- Sep 01, 2014
-
-
Jenkins for ownCloud authored
-
- Aug 31, 2014
-
-
cbhp authored
header "User-Agent" was missed
-
Robin Appelman authored
-
Morris Jobke authored
-
Robin Appelman authored
-
Lukas Reschke authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-