An error occurred fetching the project authors.
- 26 Jun, 2017 1 commit
-
-
Robin Bobbitt authored
If internal auth is disabled and user is not an LDAP user, present the user with an alert to create a personal access token if he does not have one already.
-
- 21 Jun, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 19 Jun, 2017 1 commit
-
-
Robert Speicher authored
Change single `login_via` use to `gitlab_sign_in_via`
-
- 14 Jun, 2017 1 commit
-
-
Robert Speicher authored
-
- 09 May, 2017 1 commit
-
-
Toon Claes authored
The specs that rely on a correct value of the trackable attributes, should include the `:redis` keyword in the spec to ensure the state is reset between various specs. The trackable attributes being: - sign_in_count : Increased every time a sign in is made (by form, openid, oauth) - current_sign_in_at : A timestamp updated when the user signs in - last_sign_in_at : Holds the timestamp of the previous sign in - current_sign_in_ip : The remote ip updated when the user sign in - last_sign_in_ip : Holds the remote ip of the previous sign in The limiting of writing trackable attributes was introduced in gitlab-org/gitlab-ce!11053.
-
- 06 Apr, 2017 1 commit
-
-
Alexis Reigel authored
-
- 09 Mar, 2017 1 commit
-
-
http://jneen.net/ authored
-
- 23 Feb, 2017 2 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
- 10 Feb, 2017 1 commit
-
-
Robert Speicher authored
-
- 31 Jan, 2017 1 commit
-
-
Padilla, Gerald authored
-
- 25 Oct, 2016 1 commit
-
-
Jacob Schatz authored
-
- 24 Oct, 2016 2 commits
-
-
Bryce Johnson authored
-
Bryce Johnson authored
-
- 15 Oct, 2016 1 commit
-
-
Bryce Johnson authored
-
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 03 Aug, 2016 1 commit
-
-
Connor Shea authored
-
- 07 Jul, 2016 1 commit
-
-
Patricio Cano authored
-
- 04 Jul, 2016 2 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
-
- 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 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 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
-
- 30 May, 2016 1 commit
-
-
Connor Shea authored
attr_encrypted (1.3.4 => 3.0.1) Changelog: https://github.com/attr-encrypted/attr_encrypted/blob/master/CHANGELOG.m d attr_encrypted 2.x included a vulnerability, so that major version is skipped. 3.x requires that the algorithm and mode used by each encrypted attribute is specified explicitly. `nil` is no longer a valid value for the encrypted_value_iv field, so it’s changed to a randomly generated string.
-
- 04 May, 2016 1 commit
-
-
Rémy Coutable authored
Spec were skipped in this MR so that tests started to fail in master instead of in this MR! Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 04 Mar, 2016 1 commit
-
-
Robert Speicher authored
Closes #1980
-
- 24 Jan, 2016 1 commit
-
-
Robert Speicher authored
-
- 24 Dec, 2015 1 commit
-
-
Gabriel Mazetto authored
simplified code and fixed stuffs
-
- 02 Oct, 2015 1 commit
-
-
Robert Speicher authored
-
- 07 Jul, 2015 1 commit
-
-
Robert Speicher authored
Not to be confused with the RSpec `type: :feature` tag, this tag is used by the `spec:feature` Rake task for filtering/grouping specs.
-
- 11 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 09 May, 2015 6 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Also adds test case for providing an invalid 2FA code and then a valid one without re-entering username and password.
-
Robert Speicher authored
-