- Feb 28, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 27, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 26, 2015
-
-
Morris Jobke authored
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
Jenkins for ownCloud authored
-
- Feb 25, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 24, 2015
-
-
Lukas Reschke authored
Nobody reads the warnings anyways and so we should enforce it at installation time... Also allows us to get rid of some duplicated code. To test change the `default_charset` to something other than `utf-8` or `UTF-8`, both should work fine with that change here. An error should then get shown. We already set those default charsets in the shipped .user.ini and .htaccess
-
Jenkins for ownCloud authored
-
- Feb 23, 2015
-
-
Thomas Müller authored
-
Vincent Petry authored
-
Jenkins for ownCloud authored
-
Jenkins for ownCloud authored
-
- Feb 22, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 21, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 20, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 19, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 18, 2015
-
-
Robin Appelman authored
-
Jenkins for ownCloud authored
-
- Feb 17, 2015
-
-
Lukas Reschke authored
Fixes new avatar selection in master half, other half will work when https://github.com/owncloud/core/pull/14266 has get merged. Shocking to see how much places in our code do it wrong
-
Lukas Reschke authored
APCu before 4.0.6 is unbelievable buggy and tend to segfault the PHP process (i.e. the whole webserver) This potentially fixes https://github.com/owncloud/core/issues/14175 Requires a backport to stable8
-
Jenkins for ownCloud authored
-
- Feb 16, 2015
-
-
Lukas Reschke authored
This changeset removes the static class `OC_Request` and moves the functions either into `IRequest` which is accessible via `\OC::$server::->getRequest()` or into a separated `TrustedDomainHelper` class for some helper methods which should not be publicly exposed. This changes only internal methods and nothing on the public API. Some public functions in `util.php` have been deprecated though in favour of the new non-static functions. Unfortunately some part of this code uses things like `__DIR__` and thus is not completely unit-testable. Where tests where possible they ahve been added though. Fixes https://github.com/owncloud/core/issues/13976 which was requested in https://github.com/owncloud/core/pull/13973#issuecomment-73492969
-
Thomas Müller authored
-
Lukas Reschke authored
-
Jenkins for ownCloud authored
-
- Feb 15, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 14, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 13, 2015
-
-
Lukas Reschke authored
-
Lukas Reschke authored
This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support
Fixes https://github.com/owncloud/core/issues/14196 for core -
Jenkins for ownCloud authored
-
- Feb 12, 2015
-
-
Roeland Jago Douma authored
-
cmeh authored
Orthography: "Back-end" -> Backend (without hyphen) and correction of "users" to the genitive "user's"
-
cmeh authored
Added the missing space between value and unit, as it is formatted in all other places across ownCloud.
-
Jenkins for ownCloud authored
-
- Feb 11, 2015
-
-
Christopher Schäpers authored
-
Jenkins for ownCloud authored
-
- Feb 10, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 09, 2015
-
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
- Feb 08, 2015
-
-
Jenkins for ownCloud authored
-