| Commit message (Expand) | Author | Age | Files | Lines |
* | Email option to embed images as base64 instead of link (#32061) | sommerf-lf | 2025-03-05 | 1 | -0/+111 |
* | Refactor mail code (#33768) | wxiaoguang | 2025-03-03 | 1 | -490/+1 |
* | Support for email addresses containing uppercase characters when activating u... | Zettat123 | 2024-12-27 | 1 | -3/+6 |
* | Refactor template & test related code (#32938) | wxiaoguang | 2024-12-22 | 1 | -8/+8 |
* | Split mail sender sub package from mailer service package (#32618) | Lunny Xiao | 2024-11-30 | 1 | -10/+9 |
* | Refactor markup render system (#32612) | wxiaoguang | 2024-11-24 | 1 | -5/+3 |
* | Refactor markup render system (#32589) | wxiaoguang | 2024-11-22 | 1 | -9/+5 |
* | Add option to change mail from user display name (#31528) | 6543 | 2024-07-14 | 1 | -1/+17 |
* | Display app name in the registration email title (#31562) | Sunny Wan | 2024-07-11 | 1 | -1/+1 |
* | Use FullName in Emails to address the recipient if possible (#31527) | 6543 | 2024-07-08 | 1 | -3/+3 |
* | Use repo as of renderctx's member rather than a repoPath on metas (#29222) | Lunny Xiao | 2024-05-30 | 1 | -1/+2 |
* | Fix incorrect message id for releaes email (#30825) | wxiaoguang | 2024-05-02 | 1 | -3/+7 |
* | Use relative links for commits, mentions, and issues in markdown (#29427) | KN4CK3R | 2024-03-13 | 1 | -1/+2 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 1 | -5/+5 |
* | Unify user update methods (#28733) | KN4CK3R | 2024-02-04 | 1 | -4/+4 |
* | Include username in email headers (#28981) | Gwyneth Morgan | 2024-02-03 | 1 | -5/+11 |
* | Rework markup link rendering (#26745) | KN4CK3R | 2024-01-15 | 1 | -3/+5 |
* | Fix missing mail reply address (#27997) | KN4CK3R | 2023-11-13 | 1 | -3/+5 |
* | Clean up template locale usage (#27856) | wxiaoguang | 2023-10-31 | 1 | -22/+6 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 1 | -1/+1 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -5/+5 |
* | Prevent multiple `To` recipients (#22566) | KN4CK3R | 2023-01-22 | 1 | -6/+6 |
* | Add reply hint to mail text (#22459) | KN4CK3R | 2023-01-16 | 1 | -0/+1 |
* | Add support for incoming emails (#22056) | KN4CK3R | 2023-01-14 | 1 | -6/+49 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -5/+4 |
* | feat: notify doers of a merge when automerging (#21553) | kolaente | 2022-11-03 | 1 | -2/+2 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -17/+17 |
* | Fix init mail render logic (#20704) | KN4CK3R | 2022-08-08 | 1 | -6/+0 |
* | Refactor `i18n` to `locale` (#20153) | Gusted | 2022-06-27 | 1 | -5/+5 |
* | Make better use of i18n (#20096) | Gusted | 2022-06-26 | 1 | -3/+3 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -4/+4 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -14/+15 |
* | Added X-Mailer header to outgoing emails (#19562) | Ivan Fedorov | 2022-04-30 | 1 | -0/+1 |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 1 | -1/+2 |
* | Try to prevent autolinking of displaynames by email readers (#19169) | zeripath | 2022-03-23 | 1 | -10/+15 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -0/+2 |
* | Do not send notification emails to inactive users (#19131) | zeripath | 2022-03-19 | 1 | -4/+8 |
* | Lock gofumpt to v0.3.0 and run it (#18866) | silverwind | 2022-02-23 | 1 | -1/+2 |
* | Prevent merge messages from being sorted to the top of email chains (#18566) | zeripath | 2022-02-03 | 1 | -3/+17 |
* | Add config options to hide issue events (#17414) | qwerty287 | 2022-01-21 | 1 | -1/+1 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -0/+1 |
* | Unify and simplify TrN for i18n (#18141) | wxiaoguang | 2022-01-02 | 1 | -5/+0 |
* | Add List-Unsubscribe header (#17804) | mscherer | 2021-12-21 | 1 | -1/+1 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -1/+2 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -10/+10 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 1 | -1/+2 |
* | Always set a unique Message-ID header. (#17206) | KN4CK3R | 2021-10-01 | 1 | -7/+20 |
* | Fix missing repo link in issue/pull assigned emails (#17183) | zeripath | 2021-09-30 | 1 | -0/+6 |
* | Send registration email on user autoregistration (#16523) | zeripath | 2021-08-12 | 1 | -0/+28 |