- Feb 17, 2015
-
-
Lukas Reschke authored
This checks if the offset exists before accessing it and also adds unit tests to this function which would have catched this before
🙈 Fixes https://github.com/owncloud/core/issues/14277 -
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
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
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Thomas Müller authored
Dont lower the mtime of a folder when propagating changes
-
Thomas Müller authored
Properly show the warning about the missing composer autoloader
-
Thomas Müller authored
[files_external] add SMB autotest
-