nextcloud/lib
Lukas Reschke a5ccb31e85
Mark IP as whitelisted if brute force protection is disabled
Currently, when disabling the brute force protection no new brute force attempts are logged. However, the ones logged within the last 24 hours will still be used for throttling.

This is quite an unexpected behaviour and caused some support issues. With this change when the brute force protection is disabled also the existing attempts within the last 24 hours will be disregarded.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-05-01 18:31:45 +02:00
..
composer Updated autoloader 2017-04-28 23:41:38 -03:00
l10n [tx-robot] updated from transifex 2017-05-01 00:07:32 +00:00
private Mark IP as whitelisted if brute force protection is disabled 2017-05-01 18:31:45 +02:00
public UserManager can now count disabled users 2017-04-29 00:59:09 -03:00
autoloader.php Revert "Add a magic wrapper to allow phpunit4 to run the code again " 2017-03-20 14:25:43 +01:00
base.php dont spam log when request can't access filesystem 2017-04-28 17:01:31 -03:00