- 17 Jun, 2016 1 commit
-
-
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.
-
- 14 Jun, 2016 1 commit
-
-
Patricio Cano authored
-
- 10 Jun, 2016 2 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
- 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 3 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
Timothy Andrew authored
-
- 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
-
- 28 Apr, 2016 7 commits
-
-
Timothy Andrew authored
-
Timothy Andrew authored
- Can't use `personal_access_token` anymore, because the contents of that param are assumed to be a token string, and authenticated against.
-
Timothy Andrew authored
- Show the count for each section in parens - Remove the `revoked?` check, because everything in the active section is guaranteed to not be revoked.
-
Timothy Andrew authored
-
Timothy Andrew authored
-
Timothy Andrew authored
-
Timothy Andrew authored
-
- 15 Apr, 2016 1 commit
-
-
Rémy Coutable authored
Report: https://github.com/gitlabhq/gitlabhq/issues/10138Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 30 Mar, 2016 3 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
* visiting project will create notification setting if missing * change notification setting per project even without membership * use notification settings instead of membership on profile page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 16 Mar, 2016 1 commit
-
-
Mehmet Emin İNAÇ authored
`render nothing: true` has been deprecated. For more information see [pr](https://github.com/rails/rails/pull/20336)
-
- 11 Mar, 2016 3 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
Added in disable button for 2fa
-
Phil Hughes authored
Closes #13854
-
- 03 Mar, 2016 4 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Phil Hughes authored
-
Phil Hughes authored
Closes #13860
-
- 29 Feb, 2016 1 commit
-
-
Robert Speicher authored
Prior, if the user had enabled and then disabled 2FA, they would be shown a "You must enable Two-factor Authentication for your account." message when going back to re-activate it, even if 2FA enforcement was disabled.
-
- 24 Jan, 2016 1 commit
-
-
Robert Speicher authored
-
- 24 Dec, 2015 4 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
simplified code and fixed stuffs
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 20 Oct, 2015 1 commit
-
-
Stan Hu authored
Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode, and it's possible load balancers/proxies strip the HTTP_REFERER from the request header. In these cases, default to some default path. Closes #3122 Closes https://github.com/gitlabhq/gitlabhq/issues/9731
-