summaryrefslogtreecommitdiffstats
path: root/lib/private/Security/Bruteforce
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark IP as whitelisted if brute force protection is disabledLukas Reschke2017-05-011-0/+4
* Add support for ratelimiting via annotationsLukas Reschke2017-04-131-65/+7
* Respect bruteforce settings in the ThrottlerRoeland Jago Douma2017-04-021-0/+65
* introduce brute force protection for api callsBjoern Schiessle2017-01-181-3/+10
* dont get bruteforce delay twiceRobin Appelman2016-08-291-1/+4
* Fix othersJoas Schilling2016-07-211-0/+2
* JSON encode the valuesLukas Reschke2016-07-201-1/+1
* Implement brute force protectionLukas Reschke2016-07-201-0/+230