Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-24Fix psalmCarl Schwan
2022-01-20Always call flush() as getAllKeys() is brokenCôme Chilliet
2021-07-06Fix in locking cache checkMichaIng
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-26Don't allow executing cli if cache backend is unavailableRichard Steinmetz
2021-04-14ensure redis returns bool for hasKeyArthur Schiwon
2021-02-16Drop \OC\Memcache\Factory::createChristoph Wurst
2020-12-21Actually set the TTL on redis setRoeland Jago Douma
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-20Don't use deprecated getIniWrapper() anymoreJoas Schilling
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2018-08-12Drop support for xcacheDaniel Kesselberg
2018-03-13Properly provide local memcache check to ICacheFactoryMorris Jobke
2018-01-29Use ::class statement instead of stringMorris Jobke
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
2018-01-26Simplify ternary operator statementsMorris Jobke
2018-01-17Request->getHeader() should always return a stringMorris Jobke
2018-01-16Made the cache factory strictRoeland Jago Douma
2017-11-06Update license headersMorris Jobke
2017-07-24More phpstorm inspection fixesRoeland Jago Douma
2017-05-16Do not scan for keys just get all the keys (with prefix)Roeland Jago Douma
2017-05-04Compatibility with Redis and RedisClusterMorris Jobke
2017-03-26Add Redis Cluster supportRobin McCorkell
2017-01-05Make sure old instances don't breakJoas Schilling
2017-01-05Kill APC because it requires PHP 5.4Joas Schilling
2016-12-21Disable memcached binary protocolRoeland Jago Douma
2016-12-17Merge pull request #2725 from nextcloud/memcached-connect-onceRoeland Jago Douma
2016-12-16Set options, then add serversVictor Dubiniuk
2016-12-16Do not validate return code is set is successfulVictor Dubiniuk
2016-09-01Activate APCu on PHP 7Morris Jobke
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-12Merge pull request #24563 from owncloud/redis-factoryMorris Jobke
2016-05-11allow configuration of memcached options (#23729)Jörn Friedrich Dreyer
2016-05-03factor out redis configuration into it's own factoryRobin Appelman
2016-04-18Move \OC\Memcache to PSR-4Roeland Jago Douma