server/lib/private/AppFramework
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
..
Core Update license headers 2016-05-26 19:57:24 +02:00
Db Add a method to lock a table 2016-05-21 01:59:03 +02:00
DependencyInjection Implement brute force protection 2016-07-20 22:08:56 +02:00
Http Copy the regexes to the public interface 2016-07-18 15:11:44 +02:00
Middleware Implement brute force protection 2016-07-20 22:08:56 +02:00
Routing Add route tests 2016-07-18 11:09:49 +02:00
Utility Update license headers 2016-05-26 19:57:24 +02:00
App.php Update license headers 2016-05-26 19:57:24 +02:00
Http.php Update license headers 2016-05-26 19:57:24 +02:00