aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Security/Bruteforce/ThrottlerTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-7/+7
* fix: Make bypass function public APIJoas Schilling2023-08-211-1/+1
* feat(security): Add a bruteforce protection backend base on memcacheJoas Schilling2023-08-211-23/+8
* Adapt tests to config value typingCôme Chilliet2023-04-051-1/+1
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-241-3/+3
* Make Security module strictJ0WI2021-04-191-0/+3
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Fix the thorrtler whitelist bitmaskRoeland Jago Douma2019-02-111-0/+29
* Add missing spaceLukas Reschke2017-05-011-1/+1
* Mark IP as whitelisted if brute force protection is disabledLukas Reschke2017-05-011-8/+51
* Add support for ratelimiting via annotationsLukas Reschke2017-04-131-45/+0
* Respect bruteforce settings in the ThrottlerRoeland Jago Douma2017-04-021-1/+89
* Fix getMock SecurityRoeland Jago Douma2016-09-071-3/+3
* Implement brute force protectionLukas Reschke2016-07-201-0/+123