| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private | Robin Appelman | 2023-06-01 | 1 | -1/+1 |
|\ |
|
| * | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -1/+1 |
* | | redis: move lua scripts to class and add type hints | Varun Patil | 2023-05-10 | 1 | -20/+20 |
* | | redis: use atomic operations everywhere | Varun Patil | 2023-04-16 | 1 | -35/+55 |
|/ |
|
* | Fix RedisCluster | Git'Fellow | 2023-03-22 | 1 | -1/+1 |
* | Move from DEL to UNLINK | Git'Fellow | 2023-03-22 | 1 | -3/+3 |
* | also cache backend for user in memory instead of always going to redis | Robin Appelman | 2023-02-10 | 1 | -0/+54 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -2/+2 |
* | Only setup redis connection if needed | Julius Härtl | 2022-11-22 | 1 | -19/+27 |
* | Correctly handle Redis::keys returning false | Côme Chilliet | 2022-09-29 | 1 | -1/+1 |
* | memcached should not throw arbitrary exceptions | Arthur Schiwon | 2022-06-17 | 1 | -24/+6 |
* | Enable binary protocol again | Carl Schwan | 2022-06-17 | 1 | -1/+1 |
* | Add hit information to profiler | Carl Schwan | 2022-05-05 | 1 | -0/+1 |
* | Add a built-in profiler inside Nextcloud | Carl Schwan | 2022-04-04 | 8 | -141/+479 |
* | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 1 | -15/+10 |
* | Fix psalm issues in theming app | Carl Schwan | 2022-01-26 | 1 | -2/+7 |
* | Always call flush() as getAllKeys() is broken | Côme Chilliet | 2022-01-20 | 1 | -21/+2 |
* | Check style update | Carl Schwan | 2022-01-13 | 1 | -1/+1 |
* | Fix a few psalm issues and moved back to psalm/phar 4.18 | Carl Schwan | 2022-01-12 | 1 | -0/+1 |
* | Check if directoy is writable instead of possibly missing file | Carl Schwan | 2021-12-20 | 1 | -10/+14 |
* | Allow to log DB, redis and LDAP requests into files | Joas Schilling | 2021-12-01 | 2 | -5/+93 |
* | Fix ArrayAccess and JsonSerializable return types | Côme Chilliet | 2021-11-23 | 1 | -3/+7 |
* | Fix in locking cache check | MichaIng | 2021-07-05 | 1 | -1/+1 |
* | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 2 | -3/+3 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 9 | -9/+2 |
* | Don't allow executing cli if cache backend is unavailable | Richard Steinmetz | 2021-05-26 | 1 | -26/+6 |
* | ensure redis returns bool for hasKey | Arthur Schiwon | 2021-04-13 | 1 | -1/+1 |
* | Drop \OC\Memcache\Factory::create | Christoph Wurst | 2021-02-16 | 1 | -10/+0 |
* | Actually set the TTL on redis set | Roeland Jago Douma | 2020-12-21 | 1 | -1/+7 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -2/+2 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -7/+7 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -1/+1 |
* | Don't use deprecated getIniWrapper() anymore | Joas Schilling | 2020-08-20 | 1 | -2/+3 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 4 | -0/+4 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 5 | -5/+5 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 2 | -3/+2 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -0/+2 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -2/+2 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 9 | -11/+10 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+0 |
* | Drop support for xcache | Daniel Kesselberg | 2018-08-12 | 1 | -137/+0 |
* | Properly provide local memcache check to ICacheFactory | Morris Jobke | 2018-03-13 | 1 | -2/+2 |
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -1/+1 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Simplify ternary operator statements | Morris Jobke | 2018-01-26 | 1 | -2/+2 |
* | Request->getHeader() should always return a string | Morris Jobke | 2018-01-17 | 1 | -2/+2 |
* | Made the cache factory strict | Roeland Jago Douma | 2018-01-16 | 1 | -15/+18 |
* | Update license headers | Morris Jobke | 2017-11-06 | 4 | -0/+6 |
* | More phpstorm inspection fixes | Roeland Jago Douma | 2017-07-24 | 2 | -12/+12 |