nextcloud/tests/lib/Security
Lukas Reschke a5ccb31e85
Mark IP as whitelisted if brute force protection is disabled
Currently, when disabling the brute force protection no new brute force attempts are logged. However, the ones logged within the last 24 hours will still be used for throttling.

This is quite an unexpected behaviour and caused some support issues. With this change when the brute force protection is disabled also the existing attempts within the last 24 hours will be disregarded.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-05-01 18:31:45 +02:00
..
Bruteforce Mark IP as whitelisted if brute force protection is disabled 2017-05-01 18:31:45 +02:00
CSP Fix unit tests 2017-03-28 21:00:12 -06:00
CSRF Add tests 2016-11-02 21:10:51 +01:00
IdentityProof Add Identityproof tests 2016-11-24 21:50:19 +01:00
Normalizer Add support for ratelimiting via annotations 2017-04-13 12:00:16 +02:00
RateLimiting Remove expired attempts 2017-04-13 12:00:18 +02:00
CertificateManagerTest.php dont write a certificate bundle if the shipped ca bundle is empty 2017-01-09 16:51:27 +01:00
CertificateTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
CredentialsManagerTest.php Inject config and logger 2016-11-02 20:30:37 +01:00
CryptoTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
HasherTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
SecureRandomTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
TrustedDomainHelperTest.php Disallow certain malformed domain names even if they match the trusted domain expression 2016-07-06 23:51:04 +00:00