summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/auth
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-101-0/+8
* Validate that SAML requests are originated from gitlabSebastian Arcila Valenzuela2019-09-302-25/+83
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-261-0/+159
* Enable serving static objects from an external storagestatic-objects-external-storageAhmad Sherif2019-09-101-0/+54
* Update docs and comments about saml with allow_bypass_two_factordodocat2019-08-271-4/+18
* Fix cannot modify frozen stringfrozen_string_spec_libThong Kuah2019-07-261-6/+6
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-2619-0/+38
* Frozen string cannot change encodingfrozen_string_spec_supportThong Kuah2019-07-261-1/+6
* OAuth2 support for GitLab personal access tokensSteve Abrams2019-07-221-0/+14
* Support CIDR notation in IP rate limitersh-support-subnets-ip-rate-limiterStan Hu2019-06-271-0/+65
* Backport 'Update user name upon LDAP sync' from EERémy Coutable2019-03-251-3/+8
* Allow raw `tls_options` to be passed in LDAP configurationDrew Blessing2019-03-041-12/+141
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Switch use of Rack::Request to ActionDispatch::RequestStan Hu2019-01-071-1/+1
* Add config to disable impersonationImre Farkas2018-11-291-0/+15
* Merge branch 'security-fix-pat-web-access' into 'master'Cindy Pallares2018-11-282-19/+78
* Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
* saml/auth_hash: Allow 2FA bypass for SAML 2.0 responses1151002018-10-251-0/+11
* Correct Gitlab Capitalization in code filesMarcel Amirault2018-09-211-5/+5
* Backport LDAP changes to CEDouglas Barbosa Alexandre2018-08-231-69/+83
* Fix broken Git over HTTP clones with LDAP usersStan Hu2018-08-221-0/+42
* Improve blocked user tracking code readabilityGrzegorz Bizon2018-08-031-1/+1
* Improve authentication events-related code readabilityGrzegorz Bizon2018-08-011-2/+2
* Simplify blocked user tracking during authenticationGrzegorz Bizon2018-08-011-62/+17
* Improve specs for blocked user tracker classGrzegorz Bizon2018-07-271-10/+21
* Improce specs of authentication activity class methodsGrzegorz Bizon2018-07-271-4/+20
* Add authentication metrics for sessionless sign inGrzegorz Bizon2018-07-271-0/+3
* Track blocked users and two factor authenticationsGrzegorz Bizon2018-07-231-1/+1
* Refactor blocked user tracker classGrzegorz Bizon2018-07-201-4/+6
* Add custom expectations for authentication activity metricsGrzegorz Bizon2018-07-201-2/+2
* Implement scaffold of authentication activity metricsGrzegorz Bizon2018-07-171-0/+11
* Honor saml assurance level to allow 2FA bypassingRoger Rüttimann2018-06-253-0/+100
* Fix nil formats testrails5-nil-formatsJan Provaznik2018-06-161-1/+1
* Export assigned issues in iCalendar feedImre Farkas2018-05-312-18/+38
* Add username to terms message in git and API callsbvl-add-username-to-terms-messageBob Van Landuyt2018-05-241-1/+2
* Minimize CE/EE difference in Gitlab::Auth::LDAP::User5913-extract-ee-specific-lines-for-lib-gitlab-authRémy Coutable2018-05-181-2/+3
* Minimize CE/EE difference in Gitlab::Auth::LDAP::ConfigRémy Coutable2018-05-181-1/+35
* Minimize CE/EE difference in Gitlab::Auth::LDAP::AccessRémy Coutable2018-05-181-1/+12
* Fix system hook not firing for blocked users when LDAP sign-in is usedStan Hu2018-05-121-17/+27
* Block access to API & git when terms are enforcedBob Van Landuyt2018-05-101-0/+34
* Auth::User classes refactor adds should_save?James Edwards-Jones2018-04-231-4/+4
* Unify Saml::IdentityLinker and OAuth::IdentityLinkerJames Edwards-Jones2018-04-232-23/+23
* Show error on failed OAuth account linkJames Edwards-Jones2018-04-221-0/+20
* Refactor OmniauthCallbacksController to remove duplicationJames Edwards-Jones2018-04-222-0/+90
* Add better LDAP connection handlingFrancisco Javier López2018-04-043-19/+99
* 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