summaryrefslogtreecommitdiff
path: root/lib/gitlab/auth
Commit message (Expand)AuthorAgeFilesLines
* Backport LDAP changes to CEDouglas Barbosa Alexandre2018-08-231-10/+14
* Fix broken Git over HTTP clones with LDAP usersStan Hu2018-08-221-0/+1
* Improve blocked user tracking code readabilityGrzegorz Bizon2018-08-031-1/+1
* Remove an empty line from blocker user tracker classGrzegorz Bizon2018-08-021-1/+0
* Remove an empty line from the end of blocked_user_tracker.rbGrzegorz Bizon2018-08-021-1/+1
* Improve authentication events-related code readabilityGrzegorz Bizon2018-08-011-1/+1
* Simplify blocked user tracking during authenticationGrzegorz Bizon2018-08-012-47/+10
* Improve blocked user tracking and fire some events only onceGrzegorz Bizon2018-08-011-2/+4
* Merge branch 'feature/gb/login-activity-metrics' into 'master'Sean McGivern2018-07-312-19/+117
|\
| * Improve authentication activity code readabilityGrzegorz Bizon2018-07-311-5/+5
| * Improve specs for blocked user tracker classGrzegorz Bizon2018-07-271-19/+22
| * Add authentication metrics for sessionless sign inGrzegorz Bizon2018-07-271-1/+5
| * Improve readability and move custom matchers to better placeGrzegorz Bizon2018-07-271-3/+1
| * Catch custom warden events too to increment metricsGrzegorz Bizon2018-07-271-1/+0
| * Make authentication metrics events explicit is specsGrzegorz Bizon2018-07-261-4/+4
| * Fix activity metric name that need to be symbolsfeature/gb/login-activity-metricsGrzegorz Bizon2018-07-241-1/+1
| * Make it easier to stub authentication metricsGrzegorz Bizon2018-07-231-11/+15
| * Track blocked users and two factor authenticationsGrzegorz Bizon2018-07-231-6/+10
| * Refactor blocked user tracker classGrzegorz Bizon2018-07-202-20/+41
| * Add custom expectations for authentication activity metricsGrzegorz Bizon2018-07-201-2/+8
| * Rename authentication activity observer methodsGrzegorz Bizon2018-07-191-13/+3
| * Implement scaffold of authentication activity metricsGrzegorz Bizon2018-07-171-0/+69
* | Disable SAML if OmniAuth is disabled48932-disable-saml-if-omniauth-is-disabledLin Jen-Shin2018-07-201-1/+1
|/
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Honor saml assurance level to allow 2FA bypassingRoger Rüttimann2018-06-254-0/+27
* Export assigned issues in iCalendar feedImre Farkas2018-05-312-5/+15
* Add username to terms message in git and API callsbvl-add-username-to-terms-messageBob Van Landuyt2018-05-241-4/+4
* Minimize CE/EE difference in Gitlab::Auth::LDAP::ConfigRémy Coutable2018-05-181-2/+16
* Minimize CE/EE difference in Gitlab::Auth::LDAP::AccessRémy Coutable2018-05-181-10/+31
* Minimize CE/EE difference in Gitlab::Auth::UserAuthFindersRémy Coutable2018-05-181-4/+6
* Minimize CE/EE difference in Gitlab::Auth::Saml::UserRémy Coutable2018-05-181-4/+2
* Minimize CE/EE difference in Gitlab::Auth::Saml::ConfigRémy Coutable2018-05-181-0/+4
* Fix system hook not firing for blocked users when LDAP sign-in is usedStan Hu2018-05-121-1/+3
* Block access to API & git when terms are enforcedBob Van Landuyt2018-05-101-0/+33
* Backport IdentityLinker#failed? from GroupSaml callback flowJames Edwards-Jones2018-05-041-0/+4
* Auth::User classes refactor adds should_save?James Edwards-Jones2018-04-233-14/+6
* Replace define_method with alias_method in Omniauth ControllersJames Edwards-Jones2018-04-231-1/+1
* Unify Saml::IdentityLinker and OAuth::IdentityLinkerJames Edwards-Jones2018-04-233-44/+28
* Show error on failed OAuth account linkJames Edwards-Jones2018-04-222-4/+20
* Refactor OmniauthCallbacksController to remove duplicationJames Edwards-Jones2018-04-226-2/+101
* Add better LDAP connection handlingFrancisco Javier López2018-04-044-8/+47
* Fix LDAP login without user in DBHoratiu Eugen Vlad2018-03-273-17/+8
* Fix provider server URL used when listing repos to importrd-fix-github-url-when-listing-repositories-at-importingRubén Dávila2018-03-121-1/+1
* [CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto2018-03-081-1/+1
* Make oauth provider login genericHoratiu Eugen Vlad2018-03-055-8/+58
* Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-2815-0/+1542
* Allow token authentication on go-get requestDouwe Maan2018-02-231-0/+8
* Fixing request json mime typeFrancisco Javier López2018-01-151-3/+1
* Log and send a system hook if a blocked user fails to loginsh-log-when-user-blockedStan Hu2018-01-141-0/+36
* Renaming AuthenticationException to AuthenticationErrormk-add-user-rate-limitsFrancisco Lopez2017-11-172-9/+9