nextcloud/tests/lib/Security
Lukas Reschke ba4f12baa0
Implement brute force protection
Class Throttler implements the bruteforce protection for security actions in
Nextcloud.

It is working by logging invalid login attempts to the database and slowing
down all login attempts from the same subnet. The max delay is 30 seconds and
the starting delay are 200 milliseconds. (after the first failed login)
2016-07-20 22:08:56 +02:00
..
Bruteforce Implement brute force protection 2016-07-20 22:08:56 +02:00
CSP Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
CSRF Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
CertificateManagerTest.php add test for needsRebundling() check 2016-07-11 15:51:48 +02:00
CertificateTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
CredentialsManagerTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02: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