Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow build email service to be testedissue_13343 | Felipe Artur | 2016-07-15 | 1 | -0/+1 |
| | |||||
* | Simplify HAML code using unless condition and nesting | Paco Guzman | 2016-07-06 | 1 | -1/+0 |
| | | | Extract diff line data attributes to helper methods | ||||
* | Diffs will create button/diff form on demand no on server side | Jacob Schatz | 2016-07-06 | 1 | -0/+1 |
| | |||||
* | Fallback to group's owners/masters when a project has none18757-fix | Rémy Coutable | 2016-06-20 | 1 | -0/+5 |
| | | | | | | | 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> | ||||
* | fixed merge conflicts on UI branch | James Lopez | 2016-06-16 | 4 | -109/+90 |
|\ | |||||
| * | UI and copywriting improvements13948-access-request-to-projects-and-groups | Rémy Coutable | 2016-06-14 | 2 | -56/+35 |
| | | | | | | | | | | | | | | | | | | + 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> | ||||
| * | Factorize members mails into a new Emails::Members module | Rémy Coutable | 2016-06-14 | 4 | -145/+105 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Add request access for groups | Rémy Coutable | 2016-06-14 | 2 | -63/+63 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Initial implementation of user access request to projects | David Alexander | 2016-06-14 | 1 | -0/+42 |
| | | |||||
* | | adding notifications stuff and more refactoring for exporting projects | James Lopez | 2016-06-14 | 1 | -0/+13 |
|/ | |||||
* | New confirmation email :fire: | Robert Speicher | 2016-05-25 | 1 | -0/+2 |
| | |||||
* | Syntax-highlight diffs in push emails17464-backport-email-syntax-highlighting | Sean McGivern | 2016-05-17 | 2 | -1/+4 |
| | | | | | Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151 | ||||
* | Only generate repository push email once | Sean McGivern | 2016-05-11 | 1 | -3/+2 |
| | | | | | | | | | 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.) | ||||
* | Support e-mail notifications for comments on project snippets | Stan Hu | 2016-05-02 | 1 | -0/+8 |
| | | | | Closes #2334 | ||||
* | Merge branch 'mr-formatting' into 'master' | Robert Speicher | 2016-04-19 | 2 | -2/+2 |
|\ | | | | | | | | | | | | | use ! rather than # for merge request references Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/15278 See merge request !3740 | ||||
| * | format merge request references properly | Ben Bodenmiller | 2016-04-18 | 2 | -2/+2 |
| | | |||||
* | | Improve 'auto fsck' admin emails | Jacob Vosmaer | 2016-04-18 | 1 | -1/+1 |
|/ | |||||
* | Changes suggested by Robert | Jacob Vosmaer | 2016-04-12 | 1 | -2/+0 |
| | |||||
* | Rename almost all the things | Jacob Vosmaer | 2016-04-06 | 1 | -1/+1 |
| | |||||
* | Rebase repo check MR | Jacob Vosmaer | 2016-04-04 | 1 | -0/+16 |
| | |||||
* | Improve and finish the fallback to the In-Reply-To and References header for ↵2364-fallback-to-in-reply-to-header | Rémy Coutable | 2016-03-25 | 1 | -7/+5 |
| | | | | | | | | | | | | | | | | the reply-by-email feature A few things to note: - The IncomingEmail feature is now enabled even without a correctly-formatted sub-address - Message-ID for new thread mail are kept the same so that subsequent notifications to this thread are grouped in the thread by the email service that receives the notification (i.e. In-Reply-To of the answer == Message-ID of the first thread message) - To maximize our chance to be able to retrieve the reply key, we look for it in the In-Reply-To header and the References header - The pattern for the fallback reply message id is "reply-[key]@[gitlab_host]" - Improve docs thanks to Axil | ||||
* | Fix #2364. Fall back to In-Reply-To header when reply key not available | David Padilla | 2016-03-25 | 1 | -1/+7 |
| | |||||
* | Add new notifications for issue move action | Grzegorz Bizon | 2016-03-17 | 1 | -0/+8 |
| | | | | [ci skip] | ||||
* | Create a SentNotification record for #relabeled_issue_email / ↵ | Rémy Coutable | 2016-03-15 | 2 | -10/+6 |
| | | | | #relabeled_merge_request_email | ||||
* | Improving the original label-subscribing implementation | Rémy Coutable | 2016-03-15 | 2 | -43/+37 |
| | | | | | | | 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 | ||||
* | Original implementation to allow users to subscribe to labels | Timothy Andrew | 2016-03-15 | 2 | -4/+21 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | Ensure "new SSH key" email do not ends up as dead Sidekiq jobsfix/ensure-no-new_ssh_key_email-dead-jobs | Rémy Coutable | 2016-03-15 | 1 | -1/+4 |
| | | | | | | | | Related to #2235. This is done by: 1. Delaying the notification sending after the SSH key is commited in DB 2. Gracefully exit the mailer method if the record cannot be found | ||||
* | Fix broken link in CI build notification emails | Grzegorz Bizon | 2016-02-12 | 1 | -6/+7 |
| | | | | Closes #13199 | ||||
* | Generate valid Message-ID in email rejection mailer | Warren Guy | 2016-01-30 | 1 | -1/+1 |
| | | | | | Use a Message-ID that is RFC 2111 compliant. This fix is consistent with how the Message-ID is generated in the 'notify' mailer. | ||||
* | Added X-GitLab-... headers to emails from CI and Email On Push services | Anton Baklanov | 2016-01-19 | 3 | -7/+27 |
| | | | | Fixes #2098 | ||||
* | Minor improvements, unsubscribe from email footer | Zeger-Jan van de Weg | 2016-01-09 | 1 | -4/+4 |
| | |||||
* | Unsubscribe from thread through link in email footer | Zeger-Jan van de Weg | 2016-01-09 | 4 | -79/+61 |
| | |||||
* | Merge branch 'rs-abuse-reports-refactor' into 'master' | Douwe Maan | 2016-01-05 | 1 | -1/+9 |
|\ | | | | | | | | | | | | | | | Abuse Report refactors - Redirect back to user profile after report - "Tell, Don't Ask" for sending report notifications See merge request !2293 | ||||
| * | Make AbuseReportMailer responsible for knowing if it should deliver | Robert Speicher | 2016-01-04 | 1 | -1/+9 |
| | | |||||
* | | Merge pull request GH-9938 from huacnlee/hotfix/note_mail_with_notificationpr-9938 | Douwe Maan | 2016-01-04 | 1 | -1/+1 |
|/ | | | | Hotfix note mail with notification | ||||
* | Fixed Rubocop offenses | Gabriel Mazetto | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'ci-services-migrate' into 'master' | Kamil Trzciński | 2015-12-14 | 4 | -63/+16 |
|\ | | | | | | | | | | | | | Ci Services migrate See merge request !1985 | ||||
| * | Migrate CI::Services and CI::WebHooks to Services and WebHooks | Kamil Trzcinski | 2015-12-10 | 4 | -63/+16 |
| | | |||||
* | | Fix specs by adding forgotten instance variable | Grzegorz Bizon | 2015-12-08 | 1 | -0/+3 |
| | | |||||
* | | Remove obsolete variables in `repository_push_email` | Grzegorz Bizon | 2015-12-08 | 1 | -20/+5 |
| | | |||||
* | | Improve Messagee::RepositoryPush | Grzegorz Bizon | 2015-12-08 | 1 | -3/+3 |
| | | |||||
* | | Refactor RepositoryPush, move to Message namespace | Grzegorz Bizon | 2015-12-08 | 1 | -18/+20 |
| | | |||||
* | | Make `can_send_from_user_email?` public in Notify | Grzegorz Bizon | 2015-12-08 | 1 | -2/+2 |
| | | |||||
* | | Extract repository_push_email to separate class | Grzegorz Bizon | 2015-12-08 | 1 | -77/+19 |
|/ | |||||
* | Migrate mailers to ActiveJob | Valery Sizov | 2015-11-26 | 1 | -4/+0 |
| | |||||
* | Remove duplication in mailers/emails/notes.rb | Dmitriy Zaporozhets | 2015-11-17 | 2 | -45/+52 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove duplication in issue emails | Dmitriy Zaporozhets | 2015-11-16 | 1 | -36/+30 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Only pass abuse report ID to AbuseReportMailer. | Douwe Maan | 2015-10-18 | 1 | -3/+7 |
| | |||||
* | Send an email (to support) when a user is reported for spam | Jonathan Rochkind | 2015-10-08 | 1 | -0/+8 |
| | |||||
* | Merge branch 'stanhu/gitlab-ce-fix-message-id-notify' | Dmitriy Zaporozhets | 2015-10-01 | 1 | -1/+1 |
|\ |