summaryrefslogtreecommitdiff
path: root/app/controllers/sessions_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure Warden triggers after_authentication callbackImre Farkas2019-07-261-0/+11
* Rewrite `if:` argument in before_action and alike when `only:` is also usedGeorge Thomas2019-07-181-4/+3
* Prevent password sign in restriction bypassJames Edwards-Jones2019-05-211-0/+9
* Remove "You are already signed in" bannerIllya Klymov2019-04-241-0/+12
* Externalize strings in flash messagesMartin Wortschack2019-04-081-2/+2
* Rails5: env is deprecated and will be removed from Rails 5.1Jasper Maes2018-11-151-1/+1
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Merge branch 'feature/gb/login-activity-metrics' into 'master'Sean McGivern2018-07-311-4/+8
|\
| * Track blocked users and two factor authenticationsGrzegorz Bizon2018-07-231-4/+8
* | Disable SAML if OmniAuth is disabled48932-disable-saml-if-omniauth-is-disabledLin Jen-Shin2018-07-201-0/+2
|/
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-2/+2
* Add Prometheus metrics to track reCAPTCHA success/failuresStan Hu2018-07-031-1/+19
* Show a reCAPTCHA on signin page if custom header is setStan Hu2018-06-211-1/+30
* Reuses `InternalRedirect` when possibleBob Van Landuyt2018-05-041-7/+2
* Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-281-1/+1
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-1/+1
* Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-15/+22
* Minor backport from EEbackport_from_EEValery Sizov2017-10-051-3/+1
* Merge branch 'enhance-logging' into 'master'Robert Speicher2017-10-021-2/+16
|\
| * Remove lock reason and add guard clauseBrian Neel2017-09-291-1/+3
| * Standardize capitalization and statusBrian Neel2017-09-271-2/+2
| * # This is a combination of 1 commit.Brian Neel2017-09-271-2/+14
* | refactor users update serviceJames Lopez2017-09-281-1/+1
* | refactor services to match EE signatureJames Lopez2017-09-281-1/+1
|/
* Define ldap methods at runtimeBob Van Landuyt2017-08-241-8/+0
* Backport some recent changes related to LDAP from EEbackport-2844-ldap-ee-license-checksRubén Dávila2017-07-271-6/+1
* Explicitly add `protect_from_forgery` actionBob Van Landuyt2017-07-241-0/+8
* Merge branch 'bjk/metric_names' into 'master'Douwe Maan2017-07-141-1/+1
|\
| * Update sessions metric name.Ben Kochie2017-07-121-1/+1
* | Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-1/+1
|/
* refactor update user service not to do auth checksJames Lopez2017-06-231-1/+1
* more refactoring based on feedbackJames Lopez2017-06-231-3/+4
* added service in the rest of controllers and classesJames Lopez2017-06-231-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Merge branch 'instrument-infra' into 'master'Grzegorz Bizon2017-06-071-0/+5
|\
| * Move Prometheus presentation logic to PrometheusTextPawel Chojnacki2017-06-021-1/+1
| * Make login_counter instance variable instead of class one.Pawel Chojnacki2017-06-021-2/+2
| * Add trailing newline to response.Kevin Lyda2017-06-021-1/+5
| * Initial pass at prometheus monitoring.Kevin Lyda2017-06-021-0/+1
* | Allow manual bypass of auto_sign_in_with_providermabes/gitlab-ce-bypass-auto-loginMaxime Besson2017-06-021-1/+5
|/
* Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez2017-04-141-0/+5
* Rename check_2fa_requirement to check_two_factor_requirementMarkus Koller2017-04-061-1/+1
* Fix redirection after login when the referer have paramsmhasbini2017-04-021-1/+1
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-2/+2
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-2/+2
* Fix code for copsDouwe Maan2017-02-231-5/+6
* Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-3/+3
* Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-1/+1