- 02 Nov, 2016 1 commit
-
-
Bryce Johnson authored
-
- 01 Nov, 2016 5 commits
-
-
Bryce Johnson authored
-
Felipe Artur authored
-
panjan authored
Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/18096
-
Adam Niedzielski authored
Refers to #23806.
-
Valery Sizov authored
-
- 31 Oct, 2016 3 commits
-
-
Z.J. van de Weg authored
-
Bryce Johnson authored
-
Felipe Artur authored
-
- 28 Oct, 2016 19 commits
-
-
Ido Leibovich authored
While loading, the entire dropdown is greyed out. However, The focus is on the text input, so user can input text. Move the focus event to after loading finished to fix this.
-
Frank Groeneveld authored
-
Alejandro Rodríguez authored
When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing to the sha of the tag to the sha of the commit the tag points to. The problem is that only annotated tags have `object_sha`s, lightweight tags don't (it's nil), so (only) in their case we still need to use `tag.target`.
-
Annabel Dunstone Gray authored
-
Guilherme Salazar authored
fix issues pointed out in !6527 add task completion status feature to CHANGELOG
-
Annabel Dunstone Gray authored
-
Sean McGivern authored
-
Rémy Coutable authored
This param allows to bypass permission check. It is useful for LDAP-sync where even owners don't have the :admin_group_member permission. See https://gitlab.com/gitlab-org/gitlab-ee/blob/6081c37123abae4570f78831b33c2f45f92c2765/app/policies/group_policy.rb#L38 and https://gitlab.com/gitlab-org/gitlab-ee/issues/1159Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Phil Hughes authored
-
winniehell authored
-
winniehell authored
-
blackst0ne authored
-
Adam Niedzielski authored
Do not pass project.owner because it may return a group and Labels::FindOrCreateService throws an error in this case. Fixes #23694.
-
blackst0ne authored
-
Ahmad Sherif authored
-
Ahmad Sherif authored
-
Sean McGivern authored
`ProjectTeam#find_member` doesn't take group links into account. It was used in two places: 1. An admin view - it can stay here. 2. `ProjectTeam#member?`, which is often used to decide if a user has access to view something. This second part broke confidential issues viewing. `IssuesFinder` ends up delegating to `Project#authorized_for_user?`, which does consider group links, so users with access to the project via a group link could see confidential issues on the index page. However, `IssuesPolicy` used `ProjectTeam#member?`, so the same user couldn't view the issue when going to it directly.
-
Alejandro Rodríguez authored
-
- 27 Oct, 2016 11 commits
-
-
Nick Thomas authored
-
Alejandro Rodríguez authored
-
Luke Bennett authored
-
Steve Halasz authored
If notification_email is blank, it's set from email. If an admin attempted to create a user with an invalid email, an error would be displayed for both fields. Only validate the notification_email if it's different from email.
-
winniehell authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Ahmad Sherif authored
-
Dmitriy Zaporozhets authored
This reverts commit 9dbd5b3c.
-
Kamil Trzcinski authored
-
Phil Hughes authored
Closes #22852
-
tiagonbotelho authored
only.
-
- 26 Oct, 2016 1 commit
-
-
Clement Ho authored
-