aboutsummaryrefslogtreecommitdiffstats
path: root/services/mailer/mail_issue.go
Commit message (Expand)AuthorAgeFilesLines
* Clean up template locale usage (#27856)wxiaoguang2023-10-311-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-10/+10
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-031-13/+16
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-10/+10
* Add generic set type (#21408)KN4CK3R2022-10-121-10/+6
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-8/+9
* Added email notification option to receive all own messages (#20179)Tyrone Yeh2022-07-281-1/+4
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-8/+9
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-1/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-2/+2
* not send notification emails to inactive users (part 2) (#19142)zeripath2022-03-191-0/+4
* format with gofumpt (#18184)65432022-01-201-1/+0
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-0/+2
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-8/+9
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-2/+3
* Send registration email on user autoregistration (#16523)zeripath2021-08-121-0/+6
* Improve notifications for WIP draft PR's (#14663)Jimmy Praet2021-06-231-5/+7
* Don't manipulate input params in email notification (#16011)Jimmy Praet2021-05-301-1/+7
* Add email headers (#15939)KN4CK3R2021-05-221-2/+2
* Refactor renders (#15175)Lunny Xiao2021-04-191-1/+5
* [refactor] mailer service (#15072)65432021-04-021-48/+47
* fix mailIssueCommentBatch for pull request (#14252)a10121127962021-01-091-1/+5
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-021-21/+13
* Make sure email recipients can see issue (#13820)John Olheiser2020-12-031-1/+11
* Fix "only mail on mention" bug (#12775)赵智超2020-09-091-1/+1
* [BugFix] Avoid mailing explicit unwatched (#10475)65432020-02-271-1/+9
* Rewrite delivery of issue and comment mails (#9009)guillep2k2019-11-181-71/+91
* Use templates for issue e-mail subject and body (#8329)guillep2k2019-11-071-30/+6
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-4/+0
* Rewrite reference processing code in preparation for opening/closing from com...guillep2k2019-10-131-2/+2
* Ignore mentions for users with no access (#8395)guillep2k2019-10-101-3/+10
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-0/+159