summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/auth
Commit message (Expand)AuthorAgeFilesLines
* Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-2813-0/+2814
* Fixing request json mime typeFrancisco Javier López2018-01-151-0/+10
* Log and send a system hook if a blocked user fails to loginsh-log-when-user-blockedStan Hu2018-01-141-0/+53
* Renaming AuthenticationException to AuthenticationErrormk-add-user-rate-limitsFrancisco Lopez2017-11-171-1/+1
* Moved Exceptions to Gitlab::AuthFrancisco Lopez2017-11-172-12/+12
* Moving exceptions to UserAuthFindersFrancisco Lopez2017-11-172-12/+12
* Added some more commentsFrancisco Lopez2017-11-171-1/+1
* Added UserAuthFinders specFrancisco Lopez2017-11-172-2/+196
* Added RequestAuthenticator specFrancisco Lopez2017-11-171-0/+67
* `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