- 25 Aug, 2016 1 commit
-
-
Sean McGivern authored
For Linux with the grsecurity patches applied, paths in `/proc` may not be readable, so handle those cases and show a message rather than blowing up.
-
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 03 Aug, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 18 Jul, 2016 1 commit
-
-
Katarzyna Kobierska authored
-
- 07 Jul, 2016 1 commit
-
-
Patricio Cano authored
-
- 06 Jul, 2016 1 commit
-
-
Patricio Cano authored
-
- 05 Jul, 2016 3 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 01 Jul, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 29 Jun, 2016 2 commits
- 28 Jun, 2016 3 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
The regression was introduced by: https://gitlab.com/gitlab-org/gitlab-ce/commit/1b8f52d9206bdf19c0dde04505c4c0b1cf46cfbe I did that because there's a test specifying that a shared runner cannot be enabled, in the API. So I assume that is the case for non-admin, but admins should be able to do so anyway. Also added a test to make sure this won't regress again. Closes #19039
-
- 17 Jun, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 16 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- 15 Jun, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 07 Jun, 2016 1 commit
-
-
Annabel Dunstone authored
-
- 06 Jun, 2016 1 commit
-
-
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.
-
- 03 Jun, 2016 4 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 24 May, 2016 1 commit
-
-
Robert Speicher authored
Also removes the note from the development/testing.md guide
-
- 16 May, 2016 1 commit
-
-
Sean McGivern authored
When an admin changes a user's password for them, force the user to reset the password after logging in by expiring the new password immediately.
-
- 12 May, 2016 2 commits
-
-
Drew Blessing authored
-
Takuya Noguchi authored
-
- 10 May, 2016 1 commit
-
-
DJ Mountney authored
-
- 13 Apr, 2016 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 06 Apr, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 04 Apr, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 05 Feb, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 04 Jan, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 23 Dec, 2015 1 commit
-
-
Grzegorz Bizon authored
`runners_registration_token` now creates a new token if it is blank.
-
- 14 Dec, 2015 2 commits
-
-
Grzegorz Bizon authored
-
Kamil Trzcinski authored
-
- 02 Dec, 2015 1 commit
-
-
Andrew Tomaka authored
-