nextcloud/tests/Core/Controller
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
..
AvatarControllerTest.php Move tests/core/ to PSR-4 2016-05-19 11:18:25 +02:00
LoginControllerTest.php Implement brute force protection 2016-07-20 22:08:56 +02:00
LostControllerTest.php Add more tests for OC\Core\Controller\LostController 2016-05-23 16:48:10 +02:00
TokenControllerTest.php do not generate device token if 2FA is enable for user 2016-06-07 09:09:51 +02:00
TwoFactorChallengeControllerTest.php Allow to cancel 2FA after login 2016-06-07 18:17:29 +02:00