nextcloud/core
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
..
Command Merge pull request #405 from nextcloud/theming-fixes 2016-07-18 15:59:47 +02:00
Controller Implement brute force protection 2016-07-20 22:08:56 +02:00
Middleware Revert "Downstream 2016-06-08" 2016-06-09 17:41:57 +02:00
Tags Rename files to be PSR-4 compliant 2016-04-06 11:00:52 +02:00
ajax Update license headers 2016-05-26 19:57:24 +02:00
css Theming: Implement swapping the foreground color for bright colors 2016-07-15 14:16:41 +02:00
doc changed to nextcloud 2016-06-22 08:20:23 +02:00
fonts move font back from Light to Regular for body text on normal-res screens, fix #18954 2015-11-10 16:12:42 +01:00
img Merge branch 'master' into sync-master 2016-07-07 11:29:46 +02:00
js Fix the HTML encoding when uploading a folder in FF when using french l10n 2016-07-20 13:03:27 +02:00
l10n [tx-robot] updated from transifex 2016-07-20 00:09:13 +00:00
search Update license headers 2016-05-26 19:57:24 +02:00
skeleton add a real examplefile instead of an .gitignore which is a bit stupid here 2013-10-04 10:21:33 +02:00
templates Theming: Implement swapping the foreground color for bright colors 2016-07-15 14:16:41 +02:00
vendor Update strengthify to 0.5.1 2016-06-15 15:20:21 +02:00
Application.php Implement brute force protection 2016-07-20 22:08:56 +02:00
register_command.php Add a occ command to list/get user preferences 2016-07-13 18:43:36 +02:00
routes.php Revert "occ web executor (#24957)" 2016-07-07 12:14:45 +02:00
shipped.json Remove pre-fork EE apps from shipped.json 2016-07-20 11:19:55 +02:00
strings.php Update license headers 2016-05-26 19:57:24 +02:00