nextcloud/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
..
AvatarController.php Add fancy layout 2016-06-09 17:55:26 +02:00
LoginController.php Implement brute force protection 2016-07-20 22:08:56 +02:00
LostController.php Use the themed Defaults everywhere 2016-07-15 09:17:30 +02:00
SetupController.php Update license headers 2016-05-26 19:57:24 +02:00
TokenController.php Implement brute force protection 2016-07-20 22:08:56 +02:00
TwoFactorChallengeController.php Allow to cancel 2FA after login 2016-06-09 14:00:02 +02:00
UserController.php Update license headers 2016-05-26 19:57:24 +02:00