Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #9864: Decrease $maxDelay in Throttler.php | Mark Berezovsky | 2018-06-15 | 1 | -1/+1 |
* | Reset bruteforce attempt table on successful login | Morris Jobke | 2017-11-24 | 1 | -0/+27 |
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -0/+5 |
* | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 1 | -0/+1 |
* | Add bruteforce capabilities | Roeland Jago Douma | 2017-07-13 | 1 | -0/+52 |
* | Mark IP as whitelisted if brute force protection is disabled | Lukas Reschke | 2017-05-01 | 1 | -0/+4 |
* | Add support for ratelimiting via annotations | Lukas Reschke | 2017-04-13 | 1 | -65/+7 |
* | Respect bruteforce settings in the Throttler | Roeland Jago Douma | 2017-04-02 | 1 | -0/+65 |
* | introduce brute force protection for api calls | Bjoern Schiessle | 2017-01-18 | 1 | -3/+10 |
* | dont get bruteforce delay twice | Robin Appelman | 2016-08-29 | 1 | -1/+4 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -0/+2 |
* | JSON encode the values | Lukas Reschke | 2016-07-20 | 1 | -1/+1 |
* | Implement brute force protection | Lukas Reschke | 2016-07-20 | 1 | -0/+230 |