aboutsummaryrefslogtreecommitdiffstats
path: root/services/mailer/mail_release.go
Commit message (Expand)AuthorAgeFilesLines
* Add option to change mail from user display name (#31528)65432024-07-141-1/+1
* Use FullName in Emails to address the recipient if possible (#31527)65432024-07-081-4/+4
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-301-1/+2
* Fix incorrect message id for releaes email (#30825)wxiaoguang2024-05-021-2/+2
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-1/+1
* Fix missing link on outgoing new release notifications (#29079)Wiktor Kwapisiewicz2024-02-081-0/+1
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-3/+5
* Clean up template locale usage (#27856)wxiaoguang2023-10-311-6/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Prevent multiple `To` recipients (#22566)KN4CK3R2023-01-221-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Add team member invite by email (#20307)KN4CK3R2022-10-191-1/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-3/+2
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-271-1/+1
* Try to prevent autolinking of displaynames by email readers (#19169)zeripath2022-03-231-2/+3
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-2/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-3/+5
* Unify and simplify TrN for i18n (#18141)wxiaoguang2022-01-021-1/+0
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* Send registration email on user autoregistration (#16523)zeripath2021-08-121-0/+5
* Use TrN helper for email templates (#16425)65432021-07-141-0/+1
* Localize Email Templates (#16200)65432021-06-231-2/+4
* Refactor renders (#15175)Lunny Xiao2021-04-191-1/+10
* [refactor] mailer service (#15072)65432021-04-021-10/+21
* Fix "only mail on mention" bug (#12775)赵智超2020-09-091-1/+1
* Add email notify for new release (#12463)赵智超2020-08-231-0/+69