- 27 Sep, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 20 Sep, 2016 1 commit
-
-
Mike Greiling authored
see #22343 for issue description
-
- 16 Sep, 2016 1 commit
-
-
Stan Hu authored
Originally from gitlab-org/gitlab-ee!682
-
- 13 Sep, 2016 1 commit
-
-
Robert Speicher authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/21823
-
- 18 Aug, 2016 1 commit
-
-
Timothy Andrew authored
1. Display a list of U2F devices on the `two_factor_auth` page. 2. Allow deleting individual U2F devices. 3. Allow setting a (optional) name for a device (during registration).
-
- 17 Aug, 2016 1 commit
-
-
Patricio Cano authored
-
- 16 Aug, 2016 2 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
-
- 03 Aug, 2016 2 commits
-
-
Connor Shea authored
-
Connor Shea authored
The helper constructs the path for a given oauth provider since Devise 4.0 deprecated passing the provider to the omniauth authentication path. Fixes #18110.
-
- 15 Jul, 2016 1 commit
-
-
Connor Shea authored
-
- 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.
-
- 11 Jul, 2016 1 commit
-
-
Connor Shea authored
-
- 09 Jul, 2016 1 commit
-
-
Ingo Blechschmidt authored
-
- 30 Jun, 2016 1 commit
-
-
Connor Shea authored
-
- 29 Jun, 2016 1 commit
-
-
Connor Shea authored
-
- 21 Jun, 2016 1 commit
-
-
Phil Hughes authored
-
- 17 Jun, 2016 3 commits
-
-
Felipe Artur authored
-
Phil Hughes authored
-
Felipe Artur authored
-
- 16 Jun, 2016 3 commits
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
Timothy Andrew authored
- Extract a duplicated `redirect_to` - Fix a typo: "token", not "certificate" - Have the "Expires at" datepicker be attached to a text field, not inline - Have both private tokens and personal access tokens verified in a single "authenticate_from_private_token" method, both in the application and API. Move relevant logic to `User#find_by_personal_access_token` - Remove unnecessary constants relating to API auth. We don't need a separate constant for personal access tokens since the param is the same as for private tokens.
-
- 15 Jun, 2016 1 commit
-
-
Timothy Andrew authored
- Also change the help message to indicate that an authenticator app is now a prerequisite for U2F.
-
- 14 Jun, 2016 1 commit
-
-
Patricio Cano authored
-
- 10 Jun, 2016 2 commits
-
-
Felipe Artur authored
-
Timothy Andrew authored
- Just use a link for the clipboard button. Having a non-clickable container (that looks like a button) is confusing. - Use `text-danger` for the "you won't be able to access it again" message. - Highlight the created token so people know to look there.
-
- 09 Jun, 2016 1 commit
-
-
Timothy Andrew authored
- No hardcoded colors in any SCSS file except `variables.scss` - Don't allow choosing a date in the past - Use the same table as in the "Applications" tab - The button should say "Create Personal Access Token" - Float the revoke button to the right of the table cell - Change the revocation message to be more explicit. - Date shouldn't look selected on page load - Don't use a panel for the created token - Use a normal flash for "Your new personal access token has been created" - Show the input (with the token) below it full width. - Put the "Make sure you save it - you won't be able to access it again." message near the input - Have the created token's input highlight all on single click
-
- 06 Jun, 2016 1 commit
-
-
Timothy Andrew authored
- Move the `TwoFactorAuthsController`'s `new` action to `show`, since the page is not used to create a single "two factor auth" anymore. We can have a single 2FA authenticator app, along with any number of U2F devices, in any combination, so the page will be accessed after the first "two factor auth" is created. - Add the `u2f` javascript library, which provides an API to the browser's U2F implementation. - Add tests for the JS components
-
- 03 Jun, 2016 4 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
Timothy Andrew authored
-
Timothy Andrew authored
- No "Actions" label necessary - `%td` can be moved out of `if/else` - Page header should be "Profile Settings", not "Personal Access Tokens" - "You don't have any tokens" message should be styled consistently
-
- 02 Jun, 2016 1 commit
-
-
Timothy Andrew authored
-
- 01 Jun, 2016 1 commit
-
-
Timothy Andrew authored
- Use the `:personal_access_token` param root instead of `personal_access_token_params`, because we aren't using the `personal_access_token` param for authentication anymore (we're using `private_token` instead). - Use `build` to instantiate a `PersonalAccessToken` - Use better-formatted dates
-
- 24 May, 2016 1 commit
-
-
Connor Shea authored
-
- 22 May, 2016 1 commit
-
-
Connor Shea authored
-
- 20 May, 2016 1 commit
-
-
Phil Hughes authored
-
- 11 May, 2016 1 commit
-
-
Timothy Andrew authored
- Spaces around `{` and `}` in HAML. - Typo in CHANGELOG. - Remove i18n.
-