gitlab-org--gitlab-foss/spec/lib/gitlab/auth
Stan Hu aff2b6e4eb Switch use of Rack::Request to ActionDispatch::Request
As mentioned in
https://gitlab.com/gitlab-org/gitlab-ee/issues/9035#note_129093444,
Rails 5 switched ActionDispatch::Request so that it no longer inherits
Rack::Request directly. A middleware that uses Rack::Request to
read the environment may see stale request parameters if
another middleware modifies the environment via ActionDispatch::Request.
To be safe, we should be using ActionDispatch::Request everywhere.
2019-01-07 00:35:53 -08:00
..
ldap Correct Gitlab Capitalization in code files 2018-09-21 12:05:37 +00:00
o_auth Eliminate duplicated words 2018-11-22 01:01:23 +09:00
saml saml/auth_hash: Allow 2FA bypass for SAML 2.0 responses 2018-10-25 12:08:07 +01:00
activity_spec.rb Improce specs of authentication activity class methods 2018-07-27 13:00:28 +02:00
blocked_user_tracker_spec.rb Improve blocked user tracking code readability 2018-08-03 12:58:00 +02:00
request_authenticator_spec.rb Merge branch 'security-fix-pat-web-access' into 'master' 2018-11-28 19:13:59 -05:00
unique_ips_limiter_spec.rb
user_access_denied_reason_spec.rb
user_auth_finders_spec.rb Switch use of Rack::Request to ActionDispatch::Request 2019-01-07 00:35:53 -08:00