nextcloud/apps/dav/appinfo
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
..
v1 Implement brute force protection 2016-07-20 22:08:56 +02:00
v2 Happy new year! 2016-01-12 15:02:18 +01:00
app.php Update license headers 2016-05-26 19:57:24 +02:00
database.xml Add migration step 2016-06-09 11:09:13 +02:00
info.xml Move birthday calendar generation to a live migration job (#25135) 2016-06-16 16:14:28 +02:00
register_command.php Update license headers 2016-05-26 19:57:24 +02:00