aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Security/RateLimiting
Commit message (Expand)AuthorAgeFilesLines
* Refactors lib/private/Security.Faraz Samapoor2023-06-264-90/+65
* feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CIJoas Schilling2023-04-032-12/+29
* Add rate limiting on lost password emailsCôme Chilliet2022-10-181-3/+3
* 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
* phpcsLukas Reschke2021-09-061-1/+0
* Adjust logic to store period instead of current timestampLukas Reschke2021-09-064-44/+30
* Add database ratelimiting backendLukas Reschke2021-09-061-0/+136
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-8/+4
* 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-054-4/+16
* Fix report of phpstan in LimiterRoeland Jago Douma2019-08-191-10/+4
* Make OC\Security\RateLimiting strictRoeland Jago Douma2018-01-144-30/+39
* Also replace all other occurencesMorris Jobke2017-12-181-1/+1
* Update license headersMorris Jobke2017-11-064-0/+8
* Remove expired attemptsLukas Reschke2017-04-132-12/+32
* Add support for ratelimiting via annotationsLukas Reschke2017-04-134-0/+287