nextcloud/build/integration
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
..
capabilities_features Add intergration tests 2016-04-04 19:35:01 +02:00
config Split the context so we don't reset the config on each test 2016-03-15 14:53:16 +01:00
data add behat tests for 0 quota upload failure 2015-12-01 14:51:32 +01:00
features Add a new integration test for CREATE only shares 2016-07-14 14:33:28 +02:00
federation_features Get a range from several chunks 2016-05-31 10:41:38 +02:00
sharees_features Add intergration tests 2016-03-22 17:13:34 +01:00
.gitignore Adding missing files 2015-09-29 13:42:32 +02:00
composer.json Us an explicit version of sabre/dav to allow caching on the jenkins slaves - fixes #25087 (#25088) 2016-06-14 09:53:30 +02:00
run.sh Implement brute force protection 2016-07-20 22:08:56 +02:00