| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlistbugfix/noid/allow-ratelimit-bypass | Joas Schilling | 2025-01-27 | 1 | -66/+3 |
* | chore(bruteforce): allows to configure max attempts before request abort | Benjamin Gaussorgues | 2024-12-03 | 1 | -2/+2 |
* | chore(db): Correctly apply query types | Git'Fellow | 2024-10-17 | 1 | -1/+1 |
* | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 1 | -3/+2 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
* | refactor: Replace __CLASS__ with ::class referencesrefactor/self-class-reference | Christoph Wurst | 2024-09-15 | 1 | -1/+1 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 2 | -3/+3 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 6 | -126/+12 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 2 | -3/+3 |
* | Refactors lib/private/Security. | Faraz Samapoor | 2023-09-27 | 2 | -9/+5 |
* | fix: Make bypass function public API | Joas Schilling | 2023-08-21 | 2 | -7/+8 |
* | feat: Expose if the own IP is allowed to bypass bruteforce protection | Joas Schilling | 2023-08-21 | 2 | -22/+12 |
* | feat(security): Add a "testing mode" for bruteforce protection that doesn't s... | Joas Schilling | 2023-08-21 | 1 | -2/+6 |
* | feat(security): Add a bruteforce protection backend base on memcache | Joas Schilling | 2023-08-21 | 4 | -126/+430 |
* | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -1/+1 |
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 2 | -3/+3 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Add a public interface for the bruteforce throttler and register for injection | Joas Schilling | 2022-07-28 | 1 | -5/+3 |
* | Only ignore attempts of the same action | Joas Schilling | 2022-07-07 | 1 | -4/+4 |
* | 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 |