aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Security/RateLimiting/Backend
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+2
* refactor: Replace __CLASS__ with ::class referencesrefactor/self-class-referenceChristoph Wurst2024-09-151-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-243-65/+6
* Refactors lib/private/Security.Faraz Samapoor2023-06-263-61/+44
* feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CIJoas Schilling2023-04-032-12/+29
* Make the DB query simpler (as we just deleted all other entries)Joas Schilling2022-01-281-3/+0
* Implement review feedbackLukas Reschke2021-09-131-3/+3
* Apply suggestions from code review Lukas Reschke2021-09-131-7/+5
* Implement PR review feedbackLukas Reschke2021-09-072-6/+1
* Adjust logic to store period instead of current timestampLukas Reschke2021-09-063-36/+27
* Add database ratelimiting backendLukas Reschke2021-09-061-0/+136
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-4/+2
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+3
* Update license headersChristoph Wurst2019-12-052-2/+9
* Make OC\Security\RateLimiting strictRoeland Jago Douma2018-01-142-17/+24
* Also replace all other occurencesMorris Jobke2017-12-181-1/+1
* Update license headersMorris Jobke2017-11-062-0/+4
* Remove expired attemptsLukas Reschke2017-04-132-12/+32
* Add support for ratelimiting via annotationsLukas Reschke2017-04-132-0/+150