summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/mail
Commit message (Expand)AuthorAgeFilesLines
* Add new change state "deferred".Ismo Haataja2014-06-202-0/+51
* Staging branch featureIsmo Haataja2014-06-203-0/+230
* Fixed gerrit email verification link requires insecure loginIsmo Haataja2014-06-201-0/+10
* Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-06-131-4/+5
|\
| * Use user's full name even when email is not configuredOrgad Shaneh2013-06-131-4/+5
* | Merge "Log when appropriate if email delivery is skipped"Shawn Pearce2013-04-221-2/+2
|\ \
| * | Log when appropriate if email delivery is skippedJonathan Nieder2013-04-181-2/+2
| |/
* / Log failure to access reviewer list for notification emailsJonathan Nieder2013-04-181-0/+5
|/
* Remove ApprovalCategory and ApprovalCategoryValueDave Borowitz2013-03-141-1/+1
* Access LabelTypes through ProjectState rather than globallyDave Borowitz2013-03-111-5/+5
* Rename ApprovalType(s) to LabelType(s)Dave Borowitz2013-03-011-7/+7
* Migrate ApprovalTypes away from ApprovalCategory(Value)Dave Borowitz2013-03-011-44/+26
* Remove SshInfo from email templates and move to sysInjectorDave Borowitz2013-02-217-35/+18
* Move @AnonymousCowardName into EmailArgumentsDave Borowitz2013-02-2118-75/+44
* Move setListIdHeader() method to NotificationEmail class for reuseYang Zhenhui2013-02-012-13/+19
* Remove multiple implementations of getSshHost() in email classesYang Zhenhui2013-01-255-40/+34
* Merge "Create function filterMatch() to check project watch filter"David Pursehouse2013-01-251-35/+37
|\
| * Create function filterMatch() to check project watch filterYang Zhenhui2013-01-251-35/+37
* | Move includeWatchers() from ChangeEmail to NotificationEmailYang Zhenhui2013-01-252-26/+39
|/
* Move project watchers functionality to a new class ProjectWatchYang Zhenhui2013-01-253-168/+222
* Send notification emails to included groupsShawn Pearce2013-01-192-45/+37
* Allow group descriptions to supply email and URLShawn Pearce2013-01-181-18/+25
* Remove Mailing-List header from sent meailsMagnus Bäck2013-01-171-1/+0
* Improve SMTP client error messagesMagnus Bäck2013-01-171-3/+10
* Fix infinite loops when walking project hierarchyShawn Pearce2013-01-161-3/+1
* Add new notify type that allows watching abandoning of changesEdwin Kempin2013-01-101-0/+1
* Add new notify type that allows watching of new patch setsEdwin Kempin2013-01-102-0/+4
* Merge "Allow group includes to be by UUID instead of group ID"Shawn Pearce2013-01-101-4/+10
|\
| * Allow group includes to be by UUID instead of group IDChad Horohoe2013-01-091-4/+10
* | Merge "Fix: Comment notification mail is not sent to project watchers"David Pursehouse2013-01-101-1/+1
|\ \
| * | Fix: Comment notification mail is not sent to project watchersYang Zhenhui2013-01-101-1/+1
* | | Allow notify in /review to control email deliveryShawn O. Pearce2013-01-091-6/+15
|/ /
* | Move project and branch info to new base class NotificationEmailYang Zhenhui2013-01-082-5/+43
* | Make calculation of mail recipients for new changes/patchsets reusableEdwin Kempin2013-01-061-0/+131
* | Show proper error message if registering email address failsEdwin Kempin2013-01-0319-27/+19
|/
* Remove inconsistent null value checkings in the ChangeEmail classYang Zhenhui2012-12-202-8/+2
* Send email notification when commit message is editedDavid Pursehouse2012-12-061-0/+39
* Fix compiler warnings about missing switch casesDavid Pursehouse2012-12-051-0/+2
* In change emails make octopus merge's diff output more readable.Bruce Zu2012-11-301-1/+1
* Allow merged change emails to include unified diff.Bruce Zu2012-11-272-60/+52
* Add REST API for /restoreBrad Larson2012-11-231-0/+1
* Implement revert change via REST APIDavid Pursehouse2012-11-221-0/+1
* Add POST /changes/{id}/revisions/{sha1}/reviewShawn O. Pearce2012-11-171-0/+1
* Make ReviewDb available in the server on a per-thread basisShawn O. Pearce2012-11-161-0/+24
* Support project notification using To or CCShawn O. Pearce2012-10-267-33/+59
* Add email footer token to identify if inline comments are presentDavid Pursehouse2012-10-181-0/+5
* Allow ChangeEmail derived classes to append to the mail footerDavid Pursehouse2012-10-181-0/+5
* Add method `hasInlineComments` on CommentSenderDavid Pursehouse2012-10-181-0/+4
* sendemail.maximumDiffSize: Limit the size of diffs sent by emailShawn O. Pearce2012-06-122-30/+36
* sendemail.includeDiff: Enable $email.UnifiedDiff in NewChange.vmShawn O. Pearce2012-06-123-1/+39