aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php
Commit message (Expand)AuthorAgeFilesLines
* fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlistbugfix/noid/allow-ratelimit-bypassJoas Schilling2025-01-271-0/+9
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* chore: use "app_api" session key, "app_api_system" is deprecatedAndrey Borysenko2024-07-181-2/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-241-22/+2
* fix: add check for app_api_system session flag to bypass rate limitFlorian Klinger2024-03-181-0/+7
* feat(ratelimit): Add Attributes support to rate limit middlewareJoas Schilling2023-04-241-41/+77
* Check style updateCarl Schwan2022-01-131-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Fix ratelimit templateJoas Schilling2021-04-271-14/+7
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+4
* 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
* Fix middleware implementations signaturesRoeland Jago Douma2017-07-311-2/+3
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Move to dedicated MiddleWareLukas Reschke2017-04-131-0/+134