summaryrefslogtreecommitdiff
path: root/lib/gitlab/auth/unique_ips_limiter.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-131-1/+1
* Avoid calling freeze on already frozen strings in lib/gitlabdineshpanda2019-09-041-1/+1
* Enable some frozen string in lib/gitlabgfyoung2018-10-131-0/+2
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
* Remove unecessary defaults for uniq ip block, cleanup refactoring leftoversPawel Chojnacki2017-03-061-1/+2
* align schema.rb with upstream and fix rubocop warning about not freezing muta...Pawel Chojnacki2017-03-061-1/+1
* Remove unecessary calls to limit_user!, UniqueIps Middleware, and address MR ...Pawel Chojnacki2017-03-061-31/+3
* Cleanup common code in Unique Ips testsPawel Chojnacki2017-03-061-1/+1
* Test various login scenarios if the limit gets enforcedPawel Chojnacki2017-03-061-1/+1
* Cleanup formattingPawel Chojnacki2017-03-061-1/+1
* Allow limiting logging in users from too many different IPs.Pawel Chojnacki2017-03-061-0/+70