- 14 Jul, 2016 2 commits
-
-
Timothy Andrew authored
1. This scenario was previously tested for the registration flow, but not authentication.
-
Timothy Andrew authored
1. Only on supported Chrome versions 2. Mainly, this lets us simplify the javascript-based U2F check to `window.u2f`, where `window.u2f` can either be loaded from the GitLab server (for Chrome) or from the Firefox extension. 3. This is a better way to provide browser detection for U2F.
-
- 17 Jun, 2016 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
- 08 Jun, 2016 1 commit
-
-
Sean McGivern authored
Add a new application setting, after_sign_up_text. This is text to be rendered as Markdown and shown on the 'almost there' page after a user signs up, but before they've confirmed their account. Tweak the styles for that page so that centered lists look reasonable.
-
- 07 Jun, 2016 1 commit
-
-
Robert Speicher authored
The OTP input form is shared by both LDAP and standard logins, but when coming from an LDAP-based form, the form parameters aren't nested in a Hash based on the `resource_name` value. Now we check for a nested `remember_me` parameter and use that if it exists, or fall back to the non-nested parameters if it doesn't. Somewhat confusingly, the OTP input form _does_ nest parameters under the `resource_name`, regardless of what type of login we're coming from, so that allows everything else to work as normal.
-
- 06 Jun, 2016 1 commit
-
-
Timothy Andrew authored
- Move the `authenticate_with_two_factor` method from `ApplicationController` to the `AuthenticatesWithTwoFactor` module, where it should be.
-
- 03 Jun, 2016 3 commits
-
-
Phil Hughes authored
Closes #17765
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 01 Jun, 2016 1 commit
-
-
Connor Shea authored
-
- 31 May, 2016 1 commit
-
-
Robert Speicher authored
Prior, if a user had 2FA enabled and checked the "Remember me" field, the setting was ignored because the OTP input was on a new form and the value was never passed. Closes #18000
-
- 25 May, 2016 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 12 May, 2016 2 commits
-
-
Andrei Gliga authored
-
Andrei Gliga authored
-
- 03 May, 2016 1 commit
-
-
connorshea authored
Resolves #14543.
-
- 22 Apr, 2016 1 commit
-
-
Phil Hughes authored
Closes #4228
-
- 19 Apr, 2016 1 commit
-
-
Robert Speicher authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15075
-
- 13 Apr, 2016 2 commits
-
-
Timothy Andrew authored
- In the signup page.
-
Timothy Andrew authored
- Previously, we were pulling `params[:user][:password] as the default value for the password field. This is incorrect; we should be pulling it from `@user.password` or the like.
-
- 20 Mar, 2016 1 commit
-
-
Arinde Eniola authored
-
- 24 Feb, 2016 1 commit
-
-
Robert Speicher authored
We were doing all kinds of code gymnastics to "enable" Crowd in the feature spec and this would sometimes cause a transient failure. Really what it's testing is if the Crowd login form shows when Crowd's enabled, so this is much better suited to a view spec.
-
- 23 Feb, 2016 1 commit
-
-
Peter Hudec authored
-
- 13 Jan, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 28 Dec, 2015 2 commits
-
-
Gabriel Mazetto authored
-
Stan Hu authored
-
- 27 Dec, 2015 1 commit
-
-
Stan Hu authored
-
- 14 Dec, 2015 1 commit
-
-
Drew Blessing authored
-
- 16 Nov, 2015 1 commit
-
-
Robert Speicher authored
This reverts commit 84999611, reversing changes made to 0d9fb211.
-
- 07 Nov, 2015 1 commit
-
-
Christian Speich authored
-
- 30 Sep, 2015 1 commit
-
-
Robert Speicher authored
-
- 02 Sep, 2015 1 commit
-
-
Valery Sizov authored
-
- 29 Jul, 2015 1 commit
-
-
Daryl Chan authored
- Updated CHANGELOG
-
- 23 Jul, 2015 1 commit
-
-
Douwe Maan authored
-
- 05 Jun, 2015 1 commit
-
-
Douwe Maan authored
-
- 16 May, 2015 1 commit
-
-
Vinnie Okada authored
-
- 09 May, 2015 2 commits
-
-
Robert Speicher authored
This makes it consistent with the Invalid email/password error message from the previous step.
-
Robert Speicher authored
-