- 25 Nov, 2016 1 commit
-
-
hhoopes authored
Currently comments on commits and merge requests do not require merge request- or commit-specific information, but can use the same template. Rather than change the method which calls the template, I opted to keep the templates separate and create a new template to highlight their identicality, while preserving the option to distinguish them from each other in the future. Also removed some of the inconsistencies between text and html email versions. Still needed is a text-only version of git diffs and testing.
-
- 18 Oct, 2016 1 commit
-
-
Lin Jen-Shin authored
We use bcc here because we don't want to generate this emails for a thousand times. This could be potentially expensive in a loop, and recipients would contain all project watchers so it could be a lot.
-
- 14 Oct, 2016 2 commits
-
- 08 Oct, 2016 1 commit
-
-
Mike Greiling authored
-
- 07 Oct, 2016 1 commit
-
-
Mike Greiling authored
-
- 06 Oct, 2016 2 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
- 03 Oct, 2016 1 commit
-
-
Fu Xu authored
-
- 26 Sep, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 13 Sep, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 31 Aug, 2016 3 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- 26 Aug, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 15 Aug, 2016 1 commit
-
-
Nick Thomas authored
-
- 12 Aug, 2016 1 commit
-
-
Nick Thomas authored
-
- 29 Jul, 2016 1 commit
-
-
Douwe Maan authored
-
- 15 Jul, 2016 1 commit
-
-
Felipe Artur authored
-
- 06 Jul, 2016 3 commits
-
-
Douwe Maan authored
-
Paco Guzman authored
Extract diff line data attributes to helper methods
-
Jacob Schatz authored
-
- 20 Jun, 2016 1 commit
-
-
Rémy Coutable authored
A project in a group can have no explicit owners/masters, in that case we fallbacks to the group's owners/masters. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 16 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- 14 Jun, 2016 5 commits
-
-
James Lopez 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>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
David Alexander authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 17 May, 2016 1 commit
-
-
Sean McGivern authored
Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151
-
- 11 May, 2016 1 commit
-
-
Sean McGivern authored
The repository push email can be very expensive to generate, especially with syntax-highlighted diffs. Instead of generating the email for each recipient, generate one email object and reset the Message-Id and To headers for each recipient. (Cloning would also be expensive in the case of large emails, although probably not as bad as generating from scratch.)
-
- 02 May, 2016 1 commit
-
-
Stan Hu authored
Closes #2334
-
- 19 Apr, 2016 1 commit
-
-
Ben Bodenmiller authored
-
- 17 Mar, 2016 1 commit
-
-
Grzegorz Bizon authored
[ci skip]
-
- 15 Mar, 2016 3 commits
-
-
Rémy Coutable authored
-
Rémy Coutable authored
1. Make the "subscribed" text in Issuable sidebar reflect the labels subscription status 2. Current user mut be logged-in to toggle issue/MR/label subscription
-
Timothy Andrew authored
1. Allow subscribing (the current user) to a label - Refactor the `Subscription` coffeescript class - The main change is that it accepts a container, and conducts all DOM queries within its scope. We need this because the labels page has multiple instances of `Subscription` on the same page. 2. Creating an issue or MR with labels notifies users subscribed to those labels - Label `has_many` subscribers through subscriptions. 3. Adding a label to an issue or MR notifies users subscribed to those labels - This only applies to subscribers of the label that has just been added, not all labels for the issue.
-