aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Security/RateLimiting/Backend/DatabaseBackend.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-21/+2
* Refactors lib/private/Security.Faraz Samapoor2023-06-261-29/+18
* feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CIJoas Schilling2023-04-031-6/+14
* 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-071-5/+0
* Adjust logic to store period instead of current timestampLukas Reschke2021-09-061-21/+16
* Add database ratelimiting backendLukas Reschke2021-09-061-0/+136