- 14 Jun, 2016 5 commits
-
-
Patricio Cano authored
This reverts commit 06e0ef07
-
Patricio Cano authored
-
Rémy Coutable authored
+ Move 'Edit Project/Group' out of membership-related partial + Show the access request buttons only to logged-in users + Put the request access buttons out of in a more visible button + Improve the copy in the #remove_member_message helper Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Kamil Trzcinski authored
-
- 13 Jun, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 12 Jun, 2016 1 commit
-
-
Stan Hu authored
Closes #18484
-
- 10 Jun, 2016 4 commits
-
-
Jacob Vosmaer authored
Auth.find was a very generic name for a very specific method. Auth.find_in_gitlab_or_ldap was inaccurate in GitLab EE where it also looks in Kerberos.
-
Rémy Coutable authored
Based on the feedback from reviewers. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rui Anderson authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
-
- 08 Jun, 2016 2 commits
-
-
Sean McGivern authored
Add a new application setting, after_sign_up_text. This is text to be rendered as Markdown and shown on the 'almost there' page after a user signs up, but before they've confirmed their account. Tweak the styles for that page so that centered lists look reasonable.
-
Alejandro Rodríguez authored
This was not a clear cut n+1 query, given that if you're directly subscribed to all issues that the API is returning you never really need to check for the notes. However, if you're subscribed to _all_ of them, then for each issuable you need to go once to `notes`, and once to `users` (for the authors). By preemtively loading notes and authors, at worst you have 1 extra query, and at best you saved 2n extra queries. We also took advantage of this preloading of notes when counting user notes.
-
- 06 Jun, 2016 2 commits
-
-
Douwe Maan authored
-
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
-
Kamil Trzcinski authored
-
Grzegorz Bizon authored
See #17478
-
- 02 Jun, 2016 3 commits
-
-
Sean McGivern authored
-
Kamil Trzcinski authored
-
Jacob Vosmaer authored
-
- 01 Jun, 2016 2 commits
-
-
Sean McGivern authored
The `sha` parameter is optional, and when present, must match the current HEAD SHA of the source branch. Otherwise, the API call fails with a 409 Conflict and a message containing the current HEAD for the source branch. Also tidy up some doc wording.
-
Z.J. van de Weg authored
-
- 31 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 30 May, 2016 2 commits
-
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
See #17478
-
- 25 May, 2016 1 commit
-
-
Stan Hu authored
Closes #17496
-
- 23 May, 2016 1 commit
-
-
Robert Speicher authored
-
- 20 May, 2016 2 commits
-
-
Alfredo Sumaran authored
-
Zeger-Jan van de Weg authored
-
- 19 May, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 18 May, 2016 1 commit
-
-
Felipe Artur authored
-
- 16 May, 2016 1 commit
-
-
Felipe Artur authored
-
- 13 May, 2016 3 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Gabriel Mazetto authored
-
- 12 May, 2016 1 commit
-
-
Ahmad Sherif authored
Closes #15638
-
- 11 May, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-