gitlab-org--gitlab-foss/lib/gitlab/auth
Stan Hu 1be2ec2d04 Fix system hook not firing for blocked users when LDAP sign-in is used
An LDAP sign-in request results in a different request parameter than
a standard GitLab sign-in. Since Warden doesn't pass us the user that
was blocked, we first search for a `username` in the request parameters
and then look for `user.login`.

Closes #46307
2018-05-12 22:33:29 -07:00
..
database Fix LDAP login without user in DB 2018-03-27 09:21:17 +02:00
ldap Auth::User classes refactor adds should_save? 2018-04-23 16:24:56 +01:00
o_auth Auth::User classes refactor adds should_save? 2018-04-23 16:24:56 +01:00
saml Auth::User classes refactor adds should_save? 2018-04-23 16:24:56 +01:00
blocked_user_tracker.rb Fix system hook not firing for blocked users when LDAP sign-in is used 2018-05-12 22:33:29 -07:00
ip_rate_limiter.rb Enable Layout/TrailingWhitespace cop and auto-correct offenses 2017-08-15 13:44:37 -04:00
omniauth_identity_linker_base.rb Backport IdentityLinker#failed? from GroupSaml callback flow 2018-05-04 15:00:59 +01:00
request_authenticator.rb Allow token authentication on go-get request 2018-02-23 10:33:46 +00:00
result.rb [CE] Add Naming/FileName rule checking expected class/module per filename 2018-03-08 12:56:54 +00:00
too_many_ips.rb
unique_ips_limiter.rb
user_access_denied_reason.rb Block access to API & git when terms are enforced 2018-05-10 17:02:27 +02:00
user_auth_finders.rb Fixing request json mime type 2018-01-15 09:09:21 +00:00