aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Security/Bruteforce/Backend/MemoryCacheBackendTest.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: run rectorrector-phpunit10Robin Appelman2025-07-011-3/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* test: Fix tests/lib/Security/Joas Schilling2025-05-151-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(security): Add a bruteforce protection backend base on memcacheJoas Schilling2023-08-211-0/+156
Similar to the ratelimit backend Signed-off-by: Joas Schilling <coding@schilljs.com>