| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't inject Bruteforce capability info in the webui | Carl Schwan | 2022-04-07 | 1 | -1/+2 |
* | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 1 | -10/+3 |
* | Use the new option to signaling insensitivity | Joas Schilling | 2022-02-07 | 1 | -0/+2 |
* | Log bruteforce throttle and blocking | Joas Schilling | 2022-01-18 | 1 | -0/+11 |
* | Don't query the bruteforce attempts when we just deleted them | Joas Schilling | 2021-12-01 | 1 | -2/+6 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 3 | -6/+4 |
* | Make Security module strict | J0WI | 2021-04-19 | 1 | -1/+4 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -1/+3 |
* | Avoid checking for brute force protection capabilities when upgrading | Julius Härtl | 2020-12-09 | 1 | -0/+4 |
* | Limit throttler to 48 hours | Roeland Jago Douma | 2020-10-08 | 1 | -0/+5 |
* | Add cleanup job for old brutefoce attempts | Roeland Jago Douma | 2020-10-08 | 1 | -0/+55 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -3/+3 |
* | Remove @suppress SqlInjectionChecker | Morris Jobke | 2020-09-16 | 1 | -1/+0 |
* | Don't break when the IP is empty | Joas Schilling | 2020-09-10 | 1 | -0/+4 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -1/+3 |
* | Fix CS | Joas Schilling | 2020-08-19 | 1 | -0/+1 |
* | Correctly return ms delay when at max | Joas Schilling | 2020-08-19 | 1 | -3/+4 |
* | Add missing default | Joas Schilling | 2020-08-19 | 1 | -1/+1 |
* | Simplify array filter | Joas Schilling | 2020-08-19 | 1 | -2/+1 |
* | Fix wrong doc + type hint | Joas Schilling | 2020-08-19 | 1 | -2/+2 |
* | Only throw when also the last 30 mins were attacking | Joas Schilling | 2020-08-19 | 1 | -8/+9 |
* | Make the throttling O(2^n) instead of O(n^n) | Joas Schilling | 2020-08-19 | 1 | -9/+9 |
* | Make Throttler strict | Joas Schilling | 2020-08-19 | 1 | -9/+10 |
* | Split delay calculation from getting the attempts | Joas Schilling | 2020-08-19 | 1 | -5/+17 |
* | Let the database count the entries | Joas Schilling | 2020-08-19 | 1 | -2/+6 |
* | Send "429 Too Many Requests" in case of brute force protection | Joas Schilling | 2020-08-19 | 1 | -1/+21 |
* | Merge pull request #20005 from joeried/occ-remove-bruteforce-attempts-by-ip | Morris Jobke | 2020-05-25 | 1 | -6/+29 |
|\ |
|
| * | Fix code style | Morris Jobke | 2020-05-25 | 1 | -1/+1 |
| * | Implement occ command security:bruteforceattemps:reset-for-ip | Johannes Riedel | 2020-03-19 | 1 | -6/+29 |
* | | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -6/+5 |
* | | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
|/ |
|
* | Update license headers | Christoph Wurst | 2019-12-05 | 2 | -2/+4 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -0/+1 |
* | Fix the thorrtler whitelist bitmask | Roeland Jago Douma | 2019-02-11 | 1 | -2/+4 |
* | 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 |