nextcloud/apps/dav/tests/unit/Connector/Sabre
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
..
Exception Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00
RequestTest Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00
AuthTest.php Implement brute force protection 2016-07-20 22:08:56 +02:00
BlockLegacyClientPluginTest.php Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00
CommentsPropertiesPluginTest.php Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00
CopyEtagHeaderPluginTest.php Update license headers 2016-05-26 19:57:24 +02:00
CustomPropertiesBackendTest.php Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00
DirectoryTest.php Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00
DummyGetResponsePluginTest.php Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00
ExceptionLoggerPluginTest.php Update license headers 2016-05-26 19:57:24 +02:00
FakeLockerPluginTest.php Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00
FileTest.php Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00
FilesPluginTest.php Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00
FilesReportPluginTest.php Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00
MaintenancePluginTest.php Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00
NodeTest.php Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00
ObjectTreeTest.php Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00
PrincipalTest.php Update license headers 2016-05-26 19:57:24 +02:00
QuotaPluginTest.php Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00
SharesPluginTest.php Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00
TagsPluginTest.php Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00