- 06 Jun, 2016 2 commits
-
-
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
-
Timothy Andrew authored
- To hold registrations from U2F devices, and to authenticate them. - Previously, `User#two_factor_enabled` was aliased to the `otp_required_for_login` column on `users`. - This commit changes things a bit: - `User#two_factor_enabled` is not a method anymore - `User#two_factor_enabled?` checks both the `otp_required_for_login` column, as well as `U2fRegistration`s - Change all instances of `User#two_factor_enabled` to `User#two_factor_enabled?` - Add the `u2f` gem, and implement registration/authentication at the model level.
-
- 31 May, 2016 1 commit
-
-
Felipe Artur authored
-
- 30 May, 2016 1 commit
-
-
Connor Shea authored
Devise (3.5.4 => 4.1.1) Changelog: https://github.com/plataformatec/devise/blob/master/CHANGELOG.md devise-two-factor (2.0.1 => 3.0.0) Changelog: https://github.com/tinfoil/devise-two-factor/blob/master/CHANGELOG.md These are reliant on each other, so they have to be upgraded together. devise-async is no longer necessary as Devise 4.1 fixes a bug with the ActiveJob integration.
-
- 13 May, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 03 May, 2016 1 commit
-
-
Artem Sidorenko authored
-
- 14 Apr, 2016 3 commits
-
-
Robert Speicher authored
-
Stan Hu authored
-
Stan Hu authored
Closes #14370 Move gon function into its own helper
-
- 09 Apr, 2016 1 commit
-
-
Robert Speicher authored
This will let us filter errors by the program environment in which they were encountered. Source: http://stackoverflow.com/a/28370539/223897 Closes #15092
-
- 20 Mar, 2016 1 commit
-
-
Douwe Maan authored
-
- 19 Mar, 2016 1 commit
-
-
Robert Speicher authored
-
- 11 Mar, 2016 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
Added in disable button for 2fa
-
- 10 Mar, 2016 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 09 Mar, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 19 Feb, 2016 1 commit
-
-
Rubén Dávila authored
-
- 15 Feb, 2016 2 commits
-
-
Robert Speicher authored
Prior, if the request format was, for example, .zip, we'd get an `ActionView::MissingTemplate` error.
-
Robert Speicher authored
-
- 04 Feb, 2016 2 commits
- 03 Feb, 2016 1 commit
-
-
Stan Hu authored
Currently there is no way to download a raw file without embedding the token in the URL, which exposes the token in the URL. There should be an way of sending this information via the header as the API does. Closes https://github.com/gitlabhq/gitlabhq/issues/8137
-
- 22 Jan, 2016 2 commits
-
-
Rubén Dávila authored
-
Rubén Dávila authored
-
- 21 Jan, 2016 2 commits
-
-
Rubén Dávila authored
-
Rubén Dávila authored
-
- 20 Jan, 2016 2 commits
-
-
Rubén Dávila authored
-
Douwe Maan authored
-
- 13 Jan, 2016 1 commit
-
-
Rubén Dávila authored
-
- 08 Jan, 2016 1 commit
-
-
Rubén Dávila authored
Now we apply syntax highlighting to the whole old and new files. This basically help us to highlight adequately multiline content.
-
- 07 Jan, 2016 1 commit
-
-
Yorick Peterse authored
Sorting by "id" has the same effect as sorting by created_at while performing far better and without the need of an extra index (in case one wanted to speed up sorting by "created_at"). Sorting by "Recently updated" still uses the physical "updated_at" column as there's no way to use the "id" column for this instead.
-
- 24 Dec, 2015 4 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
simplified code and fixed stuffs
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 15 Dec, 2015 1 commit
-
-
tduehr authored
-
- 17 Nov, 2015 1 commit
-
-
Douwe Maan authored
-
- 02 Nov, 2015 1 commit
-
-
Jeroen van Baarsen authored
It was possible to create an infi redirect when the user set up the `home_page_url` to redirect to the main URL of the gitlab instance. This fix makes sure this redirect is not possible. Fixes !1020 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 21 Oct, 2015 1 commit
-
-
Douwe Maan authored
-