summaryrefslogtreecommitdiff
path: root/app/controllers/omniauth_callbacks_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-2/+2
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+3
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+4
* Add latest changes from gitlab-org/security/gitlab@13-3-stable-eeGitLab Bot2020-09-011-8/+3
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+7
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+11
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-131-5/+12
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-081-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-111-1/+24
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-171-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-101-0/+5
* Validate that SAML requests are originated from gitlabSebastian Arcila Valenzuela2019-09-301-2/+7
* Add checking for email_verified keyMałgorzata Ksionek2019-09-301-1/+17
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Ensure Warden triggers after_authentication callbackImre Farkas2019-07-261-1/+1
* CE changes for SSO web enforcementce-jej/group-saml-sso-enforcementJames Edwards-Jones2019-05-061-1/+6
* Externalize strings in flash messagesMartin Wortschack2019-04-081-6/+6
* Move out link\unlink ability checks to a policyPavel Shutsin2019-03-191-1/+3
* Backport build_auth_user for GroupSAML callbackce-jej/group-saml-sso-when-signed-outJames Edwards-Jones2019-02-061-1/+5
* Avoid CSRF check on SAML failure endpointJames Edwards-Jones2019-02-041-1/+1
* Addressing peer review feedback.Scott Escue2019-01-101-6/+3
* Preserve URL fragment across sign-in and sign-up redirectsScott Escue2019-01-101-0/+16
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-4/+5
* Honor saml assurance level to allow 2FA bypassingRoger Rüttimann2018-06-251-1/+1
* [Rails5] Force the `protect_from_forgery` callback run firstblackst0ne-fix-protect-from-forgery-in-application-controllerblackst0ne2018-06-211-1/+1
* Backport helpers from GroupSAML failure messagesce-jej/saml-failure-messagesJames Edwards-Jones2018-05-211-2/+2
* Backport IdentityLinker#failed? from GroupSaml callback flowJames Edwards-Jones2018-05-041-1/+1
* Exclude LDAP from OmniauthCallbackController base methodsJames Edwards-Jones2018-04-301-2/+2
* Replace define_method with alias_method in Omniauth ControllersJames Edwards-Jones2018-04-231-7/+5
* Unify Saml::IdentityLinker and OAuth::IdentityLinkerJames Edwards-Jones2018-04-231-2/+2
* Show error on failed OAuth account linkJames Edwards-Jones2018-04-221-0/+6
* Refactor OmniauthCallbacksController to remove duplicationJames Edwards-Jones2018-04-221-81/+53
* Writes specs43525-limit-number-of-failed-logins-using-ldapTiago Botelho2018-03-221-2/+4
* Tracks the number of failed attempts made by a user trying to authenticate wi...Tiago Botelho2018-03-221-0/+10
* Merge branch 'fix/auth0-unsafe-login-10-6' into 'security-10-6'James Lopez2018-03-211-0/+14
* Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-281-11/+11
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-1/+1
* Merge branch 'jej/fix-disabled-oauth-access-10-3' into 'security-10-3'Robert Speicher2018-01-161-0/+9
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+3
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-1/+1
* Changing OAuth lookup to be case insensitiveFrancisco Javier López2017-11-171-2/+4
* Define ldap methods at runtimeBob Van Landuyt2017-08-241-0/+8
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-2/+2
* [EE Backport] Update log audit event in omniauth_callbacks_controller.rbJames Lopez2017-08-071-6/+15
* Fix build for !11963.Timothy Andrew2017-07-061-1/+1
* Implement "remember me" for OAuth-based login.Timothy Andrew2017-07-061-0/+8
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Update design of auth error pageAnnabel Dunstone Gray2017-05-051-1/+1