- Feb 18, 2015
-
-
Lukas Reschke authored
-
Thomas Müller authored
Update phpseclib to version 0.3.9.
-
Thomas Müller authored
Add mapping for a broken varchar type.
-
Jenkins for ownCloud authored
-
Andreas Fischer authored
-
Lukas Reschke authored
Use APCu only if available in version 4.0.6 and higher
-
- Feb 17, 2015
-
-
Morris Jobke authored
Optimize quota calculation for propfind
-
Daniel Hansson authored
Correctly create activities for public downloads
-
Victor Dubiniuk authored
-
Joas Schilling authored
-
Clark Tomlinson authored
Encode parameters in `OC.generateUrl` by itself
-
Lukas Reschke authored
Remove Null Byte Check
-
Lukas Reschke authored
This function is often used in a wrong and potential dangerous way... Thus we should escape the URL per default and offer developers to disable the automatic escaping via an option parameter if they really want that behaviour. Might break some things, however, those things are then easy to fix and we really have a ton of bugs caused by this... Fixes https://github.com/owncloud/core/issues/14228
-
Lukas Reschke authored
This is not relevant anymore since we require PHP 5.4
-
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
-
Lukas Reschke authored
Refactor OC_Request into TrustedDomainHelper and IRequest
-
Vincent Petry authored
Avatars in share dialog
-
Jenkins for ownCloud authored
-
- Feb 16, 2015
-
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
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
-
Lukas Reschke authored
Return milliseconds instead of seconds for lastLogin - refs #14005
-
Thomas Müller authored
Add visibility to interface to make scrutinizer 1 step happier
-
Thomas Müller authored
add debug log for memcache instantiation
-
Thomas Müller authored
-
Jörn Friedrich Dreyer authored
-
Joas Schilling authored
-
Thomas Müller authored
-
Morris Jobke authored
Remove unused function and correct PHPDoc
-
Morris Jobke authored
New SMB storage backend
-
Thomas Müller authored
Implement php code checker to detect usage of not allowed private ...
-
Joas Schilling authored
Add an array implementation of cache and use it if we are not debugging
-
Thomas Müller authored
URLEncode logout attribute
-
Joas Schilling authored
-
Thomas Müller authored
-
Lukas Reschke authored
Add `rel="noreferrer"` where possible and switch to HTTPS
-
Morris Jobke authored
console commands shall not be limited with respect to execution time
-
Robin Appelman authored
-
Thomas Müller authored
[files_external] ftp tests
-