summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/auth/unique_ips_limiter_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+3
* Make Warden set_user hook validate user ip uniqunessPawel Chojnacki2017-03-061-1/+1
* Remove unecessary calls to limit_user!, UniqueIps Middleware, and address MR ...Pawel Chojnacki2017-03-061-18/+17
* Cleanup common code in Unique Ips testsPawel Chojnacki2017-03-061-44/+22
* Test various login scenarios if the limit gets enforcedPawel Chojnacki2017-03-061-14/+8
* Cleanup formattingPawel Chojnacki2017-03-061-2/+0
* Allow limiting logging in users from too many different IPs.Pawel Chojnacki2017-03-061-0/+88