nextcloud/tests/Core
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
..
Command Use argument instead of value 2016-07-14 15:09:47 +02:00
Controller Implement brute force protection 2016-07-20 22:08:56 +02:00
Middleware remember redirect_url when solving the 2FA challenge 2016-06-01 14:43:47 +02:00
Templates Move tests/core/ to PSR-4 2016-05-19 11:18:25 +02:00