aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Security/Bruteforce
Commit message (Expand)AuthorAgeFilesLines
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-133-53/+6
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-7/+7
* fix: Make bypass function public APIJoas Schilling2023-08-212-5/+5
* feat: Expose if the own IP is allowed to bypass bruteforce protectionJoas Schilling2023-08-211-4/+11
* feat(security): Add a bruteforce protection backend base on memcacheJoas Schilling2023-08-212-23/+164
* 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-192-0/+6
* Don't break when the IP is emptyJoas Schilling2020-09-101-2/+22
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-122-4/+4
* 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-272-2/+2
* Make phpunit8 compatibleRoeland Jago Douma2019-11-272-2/+2
* Some php-cs fixesRoeland Jago Douma2019-11-222-0/+2
* Fix the thorrtler whitelist bitmaskRoeland Jago Douma2019-02-111-0/+29
* Add bruteforce capabilitiesRoeland Jago Douma2017-07-131-0/+68
* 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