summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php
Commit message (Expand)AuthorAgeFilesLines
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-11/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+2
* Fix CSJoas Schilling2020-08-191-0/+1
* Send "429 Too Many Requests" in case of brute force protectionJoas Schilling2020-08-191-1/+27
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+2
* Update license headersChristoph Wurst2019-12-051-2/+1
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
* Update license headersMorris Jobke2017-11-061-0/+3
* Remove explicit type hints for ControllerLukas Reschke2017-08-011-2/+2
* Merge pull request #5907 from nextcloud/add-metadata-to-throttle-callMorris Jobke2017-08-011-1/+1
|\
| * Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke2017-07-271-1/+1
* | Fix middleware implementations signaturesRoeland Jago Douma2017-07-311-2/+3
|/
* Make BruteForceProtection annotation more cleverLukas Reschke2017-04-131-0/+83