]> source.dussan.org Git - nextcloud-server.git/commit
Send "429 Too Many Requests" in case of brute force protection
authorJoas Schilling <coding@schilljs.com>
Thu, 19 Mar 2020 11:09:57 +0000 (12:09 +0100)
committerJoas Schilling <coding@schilljs.com>
Wed, 19 Aug 2020 09:20:35 +0000 (11:20 +0200)
commite66bc4a8a74ad6071569ea707e986a0e21aca66d
tree5e96164d0195f944a737e47a5dbe70a116b2ab64
parent4ff492a4927accb2e09559467477a1815c90593b
Send "429 Too Many Requests" in case of brute force protection

Signed-off-by: Joas Schilling <coding@schilljs.com>
core/templates/429.php [new file with mode: 0644]
lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php
lib/private/Security/Bruteforce/Throttler.php
lib/public/AppFramework/Http/TooManyRequestsResponse.php [new file with mode: 0644]
lib/public/Security/Bruteforce/MaxDelayReached.php [new file with mode: 0644]