- 23 Jun, 2016 1 commit
-
-
Connor Shea authored
-
- 20 Jun, 2016 1 commit
-
-
Phil Hughes authored
-
- 16 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- 15 Jun, 2016 3 commits
-
-
Fatih Acet authored
-
Rémy Coutable authored
Without this sane default you would get the following error when you tried to instantiate a new MergeRequest object with no argument (i.e. `new MergeRequest();`): TypeError: undefined is not an object (evaluating 'this.opts.action') Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Timothy Andrew authored
- We added a `current_user.two_factor_via_otp?` check to the view. When rendering the view via the teaspoon fixture, `current_user` is `nil`.
-
- 09 Jun, 2016 2 commits
-
-
Fatih Acet authored
-
Fatih Acet authored
-
- 07 Jun, 2016 1 commit
-
-
Fatih Acet authored
-
- 06 Jun, 2016 4 commits
-
-
Fatih Acet authored
-
Fatih Acet authored
-
Timothy Andrew authored
- Move the `authenticate_with_two_factor` method from `ApplicationController` to the `AuthenticatesWithTwoFactor` module, where it should be.
-
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
-
- 05 Jun, 2016 1 commit
-
-
Phil Hughes authored
CHANGELOG item
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 02 Jun, 2016 2 commits
-
-
Connor Shea authored
-
Connor Shea authored
-
- 20 May, 2016 1 commit
-
-
Alfredo Sumaran authored
-
- 11 May, 2016 1 commit
-
-
Fatih Acet authored
-
- 08 May, 2016 1 commit
-
-
Benedikt Huss authored
-
- 04 May, 2016 2 commits
-
-
Benedikt Huss authored
-
Benedikt Huss authored
-
- 14 Apr, 2016 1 commit
-
-
Phil Hughes authored
Updated JS spec to include gl_form
-
- 12 Apr, 2016 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
- 05 Apr, 2016 1 commit
-
-
Annabel Dunstone authored
-
- 04 Apr, 2016 1 commit
-
-
Phil Hughes authored
-
- 02 Mar, 2016 1 commit
-
-
Robert Speicher authored
Now it will work on any field inside that form, and it's easier to scope new behavior, which is what we're adding next!
-
- 05 Feb, 2016 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
Moved the positioning of the dropdown to be more aligned with the title Closes #13219 and #13214
-
- 01 Feb, 2016 1 commit
-
-
Robert Speicher authored
First, the autosize library was being too controlling and removed the `resize` property from any elements to which it was attached, removing the drag handle. Second, we detect when the user manually resizes an autosize textarea, and then remove the autosize behavior from it and increase its max-height. This should allow for the best of both worlds. Closes #12832
-
- 30 Jan, 2016 1 commit
-
-
Phil Hughes authored
-
- 12 Jan, 2016 1 commit
-
-
Jacob Schatz authored
-
- 09 Jan, 2016 1 commit
-
-
Robert Speicher authored
- No longer depends on the "hidden checkbox". - No longer depends on manually storing/restoring the scroll position. Instead, we take advantage of jquery.scrollTo. - Event-based. - Simplifies the state-based styling.
-
- 07 Jan, 2016 1 commit
-
-
Jacob Schatz authored
-
- 06 Jan, 2016 1 commit
-
-
Jacob Schatz authored
-
- 24 Dec, 2015 2 commits
-
-
Douwe Maan authored
-
Jacob Schatz authored
-