nextcloud/apps/dav/tests/unit
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
..
AppInfo Update license headers 2016-05-26 19:57:24 +02:00
CalDAV Add all properties while creating a subscription (#25318) 2016-07-01 13:42:35 +02:00
CardDAV Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00
Comments Fix PHPUnit 5.4 warnings in DAV app 2016-07-15 09:52:46 +02:00
Connector Implement brute force protection 2016-07-20 22:08:56 +02:00
DAV Update license headers 2016-05-26 19:57:24 +02:00
Migration Added unit testing for the migration step 2016-06-09 11:09:14 +02:00
SystemTag Fix non-existing exception class 2016-07-18 10:26:42 +02:00
Upload Update license headers 2016-05-26 19:57:24 +02:00
ServerTest.php Fix test using private propertries 2016-07-08 12:36:25 +02:00
bootstrap.php Update license headers 2016-05-26 19:57:24 +02:00
phpunit.xml Update DAV unit tests to PSR-4 2016-05-25 16:09:18 +02:00