- Dec 20, 2015
-
-
Lukas Reschke authored
This one is available since APCu 4.0, since we require APCu 4.0.6 this works fine. Also it brings us PHP 7 compatibility and thus fixes https://github.com/owncloud/core/issues/21095
-
- Dec 09, 2015
-
-
Robin Appelman authored
-
- Nov 23, 2015
-
-
Morris Jobke authored
-
Clark Tomlinson authored
-
- Nov 10, 2015
-
-
Thomas Müller authored
-
- Oct 30, 2015
-
-
Lukas Reschke authored
For enhanced security it is recommended to configure Redis to only accept connections with a password. (http://redis.io/topics/security) This is especially critical since Redis supports the LUA scripting language and thus a simple SSRF vulnerability (as proven in http://benmmurphy.github.io/blog/2015/06/04/redis-eval-lua-sandbox-escape/ for example) may lead to a remote code execution.
-
- Oct 06, 2015
-
-
Morris Jobke authored
-
- Oct 05, 2015
-
-
Morris Jobke authored
-
- Sep 05, 2015
-
-
Robin McCorkell authored
Newer Memcached's do not support the underlying protocol commands that getAllKeys() is implemented with. We should fallback to clearing everything in that case, as causing (temporary) performance problems for other applications on the server is better than having stale cached data.
-
- Jul 16, 2015
-
-
Robin McCorkell authored
-
- Jul 15, 2015
-
-
Robin McCorkell authored
Warning is now printed to logs, but occ and cron will still work.
-
- Jun 25, 2015
-
-
Morris Jobke authored
-
- Jun 12, 2015
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Vincent Petry authored
Instead of falling back to null memcache, throw exceptions. Also throw file locking specific exceptions in case the class is not available.
-
- Jun 10, 2015
-
-
Thomas Müller authored
-
Thomas Müller authored
This reverts commit ff24554e.
-
Thomas Müller authored
-
- Jun 02, 2015
-
-
Joas Schilling authored
-
- Jun 01, 2015
-
-
Robin Appelman authored
-
Vincent Petry authored
-
Vincent Petry authored
This prevents breaking ownCloud completely when memcache is not enabled and the locking code is triggered
-
- Apr 30, 2015
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
- Apr 15, 2015
-
-
Michael Telatynski authored
-
- Mar 26, 2015
-
-
Jenkins for ownCloud authored
-
- Mar 25, 2015
-
-
Andreas Fischer authored
-
- Mar 17, 2015
-
-
Lukas Reschke authored
Prevents to have the cache reused by other instances on the server which have possible the same instance ID and also invalidates older cache entries after an upgrade which can cause unwanted side-effects. Impact for deployment: The same cache will only get used if ownCloud is installed with the same version and under the same path. But this should be a basic requirement anyways.
-
- Mar 05, 2015
-
-
Robin McCorkell authored
-
Robin McCorkell authored
Caches divided up into two groups: distributed and local. 'Low latency' is an alias for local caches, while the standard `create()` call tries to get distributed caches first, then local caches. Memcache backend is set in `config.php`, with the keys `memcache.local` and `memcache.distributed`. If not set, `memcache.distributed` defaults to the value of `memcache.local`.
-
- Feb 26, 2015
-
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
- Feb 23, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 18, 2015
-
-
Lukas Reschke authored
-
- Feb 17, 2015
-
-
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
-
- Feb 16, 2015
-
-
Jörn Friedrich Dreyer authored
-
Joas Schilling authored
-
- Jan 20, 2015
-
-
Joas Schilling authored
-
- Jan 09, 2015
-
-
Robin McCorkell authored
-