Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactors lib/private/Security. | Faraz Samapoor | 2023-06-26 | 4 | -90/+65 |
* | feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CI | Joas Schilling | 2023-04-03 | 2 | -12/+29 |
* | Add rate limiting on lost password emails | Côme Chilliet | 2022-10-18 | 1 | -3/+3 |
* | Make the DB query simpler (as we just deleted all other entries) | Joas Schilling | 2022-01-28 | 1 | -3/+0 |
* | Implement review feedback | Lukas Reschke | 2021-09-13 | 1 | -3/+3 |
* | Apply suggestions from code review | Lukas Reschke | 2021-09-13 | 1 | -7/+5 |
* | Implement PR review feedback | Lukas Reschke | 2021-09-07 | 2 | -6/+1 |
* | phpcs | Lukas Reschke | 2021-09-06 | 1 | -1/+0 |
* | Adjust logic to store period instead of current timestamp | Lukas Reschke | 2021-09-06 | 4 | -44/+30 |
* | Add database ratelimiting backend | Lukas Reschke | 2021-09-06 | 1 | -0/+136 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 4 | -8/+4 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -3/+3 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 4 | -4/+16 |
* | Fix report of phpstan in Limiter | Roeland Jago Douma | 2019-08-19 | 1 | -10/+4 |
* | Make OC\Security\RateLimiting strict | Roeland Jago Douma | 2018-01-14 | 4 | -30/+39 |
* | Also replace all other occurences | Morris Jobke | 2017-12-18 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 4 | -0/+8 |
* | Remove expired attempts | Lukas Reschke | 2017-04-13 | 2 | -12/+32 |
* | Add support for ratelimiting via annotations | Lukas Reschke | 2017-04-13 | 4 | -0/+287 |