summaryrefslogtreecommitdiffstats
path: root/lib/private/Security/Bruteforce
Commit message (Expand)AuthorAgeFilesLines
* fix: Make bypass function public APIJoas Schilling2023-08-232-7/+8
* feat: Expose if the own IP is allowed to bypass bruteforce protectionJoas Schilling2023-08-232-22/+12
* feat(security): Add a "testing mode" for bruteforce protection that doesn't s...Joas Schilling2023-08-231-2/+6
* feat(security): Add a bruteforce protection backend base on memcacheJoas Schilling2023-08-234-126/+430
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-052-3/+3
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Add a public interface for the bruteforce throttler and register for injectionJoas Schilling2022-07-281-5/+3
* Only ignore attempts of the same actionJoas Schilling2022-07-071-4/+4
* Don't inject Bruteforce capability info in the webuiCarl Schwan2022-04-071-1/+2
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-10/+3
* Use the new option to signaling insensitivityJoas Schilling2022-02-071-0/+2
* Log bruteforce throttle and blockingJoas Schilling2022-01-181-0/+11
* Don't query the bruteforce attempts when we just deleted themJoas Schilling2021-12-011-2/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-6/+4
* Make Security module strictJ0WI2021-04-191-1/+4
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-1/+3
* Avoid checking for brute force protection capabilities when upgradingJulius Härtl2020-12-091-0/+4
* Limit throttler to 48 hoursRoeland Jago Douma2020-10-081-0/+5
* Add cleanup job for old brutefoce attemptsRoeland Jago Douma2020-10-081-0/+55
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-3/+3
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-1/+0
* Don't break when the IP is emptyJoas Schilling2020-09-101-0/+4
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+3
* Fix CSJoas Schilling2020-08-191-0/+1
* Correctly return ms delay when at maxJoas Schilling2020-08-191-3/+4
* Add missing defaultJoas Schilling2020-08-191-1/+1
* Simplify array filterJoas Schilling2020-08-191-2/+1
* Fix wrong doc + type hintJoas Schilling2020-08-191-2/+2
* Only throw when also the last 30 mins were attackingJoas Schilling2020-08-191-8/+9
* Make the throttling O(2^n) instead of O(n^n)Joas Schilling2020-08-191-9/+9
* Make Throttler strictJoas Schilling2020-08-191-9/+10
* Split delay calculation from getting the attemptsJoas Schilling2020-08-191-5/+17
* Let the database count the entriesJoas Schilling2020-08-191-2/+6
* Send "429 Too Many Requests" in case of brute force protectionJoas Schilling2020-08-191-1/+21
* Merge pull request #20005 from joeried/occ-remove-bruteforce-attempts-by-ipMorris Jobke2020-05-251-6/+29
|\
| * Fix code styleMorris Jobke2020-05-251-1/+1
| * Implement occ command security:bruteforceattemps:reset-for-ipJohannes Riedel2020-03-191-6/+29
* | Update license headers for 19Christoph Wurst2020-04-291-0/+1
* | Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-101-6/+5
* | Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
|/
* Update license headersChristoph Wurst2019-12-052-2/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Fix the thorrtler whitelist bitmaskRoeland Jago Douma2019-02-111-2/+4
* Fix #9864: Decrease $maxDelay in Throttler.phpMark Berezovsky2018-06-151-1/+1
* Reset bruteforce attempt table on successful loginMorris Jobke2017-11-241-0/+27
* Update license headersMorris Jobke2017-11-062-0/+5
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+1
* Add bruteforce capabilitiesRoeland Jago Douma2017-07-131-0/+52