summaryrefslogtreecommitdiff
path: root/app/controllers/sessions_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Update metric names to match Prometheus guidelines.pawel/backport-metrics-renames-to-9-4Pawel Chojnacki2017-07-241-1/+1
* Revert "Merge branch 'bjk/metric_names' into 'master'"9-4-stable-prepare-rc6James Edwards-Jones2017-07-211-1/+1
* Merge branch 'bjk/metric_names' into 'master'Douwe Maan2017-07-201-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
* fix: removed signed_out notificationjnoortheen2016-12-121-0/+6
* fix: 24982- Remove'Signed in successfully' messagejnoortheen2016-12-071-0/+2
* Remove provider path, replace with dynamic path.devise-deprecationsConnor Shea2016-08-031-1/+1
* Add an oauth provider path helper.Connor Shea2016-08-031-1/+1
* Merge branch '18225-avoid-full-table-users-count' into 'master' Jacob Vosmaer (GitLab)2016-06-151-1/+1
|\
| * Check if the Users table has exactly one user limiting the whole set18225-avoid-full-table-users-countPaco Guzman2016-06-061-1/+1
* | Merge branch 'password-min-length-placeholder' into 'master' Robert Speicher2016-06-081-0/+1
|\ \ | |/ |/|
| * Added minimum password length to password fieldpassword-min-length-placeholderPhil Hughes2016-06-031-0/+1
* | Add a U2F-specific audit log entry after logging in.Timothy Andrew2016-06-061-2/+11
* | Implement authentication (login) using a U2F device.Timothy Andrew2016-06-061-22/+1
|/
* Pass the "Remember me" value to the 2FA token formrs-remember-me-2faRobert Speicher2016-05-301-0/+2
* Fix 2FA authentication spoofing vulnerabilityGrzegorz Bizon2016-04-071-6/+9
* Allow the initial admin to set a passwordrs-no-default-credentialsRobert Speicher2016-03-041-0/+18
* Skip the 2FA requirement during logoutrs-skip-2fa-on-signoutRobert Speicher2016-01-231-0/+2
* reCAPTCHA is configurable through Admin Settings, no reload needed.Gabriel Mazetto2015-12-281-0/+5
* Add support for Google reCAPTCHA in user registration to prevent spammersStan Hu2015-12-271-6/+7
* Bump devise-two-factor to 2.0.0rs-bump-two-factorRobert Speicher2015-09-191-1/+1
* Crowd integrationValery Sizov2015-09-021-0/+2
* Fix redirection after sign in when using auto_sign_in_with_providerAlex Lossent2015-08-121-18/+21
* Allow custom label to be set for authentication providers.auth-icons-labelsDouwe Maan2015-07-231-1/+1
* Audit log for user authenticationValery Sizov2015-07-061-0/+7
* Use User#two_factor_enabled instead of otp_required_for_loginrs-dev-issue-2415Robert Speicher2015-06-191-1/+1
* Add an option to automatically sign-in with an Omniauth provider without show...Alex Lossent2015-05-291-0/+16
* Refactor SessionsController to use a controller concernrs-refactor-2faRobert Speicher2015-05-141-9/+3
* Prevent "You are already signed in." error message upon 2FA loginRobert Speicher2015-05-091-2/+8
* Move "invalid 2FA code" error message to the flashRobert Speicher2015-05-091-1/+1
* Refactor SessionsControllerRobert Speicher2015-05-091-22/+25
* Make two-factor login work and add a feature specRobert Speicher2015-05-091-7/+24
* Don't use hard-coded sign_in pathRobert Speicher2015-05-091-1/+1