nextcloud/lib
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
..
composer Use classmap to load core files 2016-07-18 14:46:54 +02:00
l10n [tx-robot] updated from transifex 2016-07-18 14:08:51 +00:00
private Implement brute force protection 2016-07-20 22:08:56 +02:00
public Merge pull request #402 from nextcloud/smb-notifications 2016-07-20 16:19:21 +02:00
autoloader.php Update license headers 2016-05-26 19:57:24 +02:00
base.php Implement brute force protection 2016-07-20 22:08:56 +02:00