| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix incorrect message id for release email (#30825) (#30833) | Giteabot | 2024-05-03 | 3 | -8/+20 |
* | Use relative links for commits, mentions, and issues in markdown (#29427) | KN4CK3R | 2024-03-13 | 2 | -2/+27 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 1 | -1/+1 |
* | Use `crypto/sha256` (#29386) | KN4CK3R | 2024-02-25 | 1 | -2/+1 |
* | Add attachment support for code review comments (#29220) | Jimmy Praet | 2024-02-25 | 1 | -0/+1 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 4 | -10/+10 |
* | Fix missing link on outgoing new release notifications (#29079) | Wiktor Kwapisiewicz | 2024-02-08 | 1 | -0/+1 |
* | Unify user update methods (#28733) | KN4CK3R | 2024-02-04 | 2 | -6/+6 |
* | Include username in email headers (#28981) | Gwyneth Morgan | 2024-02-03 | 2 | -8/+14 |
* | Rework markup link rendering (#26745) | KN4CK3R | 2024-01-15 | 2 | -6/+10 |
* | Fix missing mail reply address (#27997) | KN4CK3R | 2023-11-13 | 1 | -3/+5 |
* | Clean up template locale usage (#27856) | wxiaoguang | 2023-10-31 | 6 | -46/+15 |
* | Upgrade to golangci-lint@v1.55.0 (#27756) | silverwind | 2023-10-24 | 1 | -2/+1 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 4 | -4/+4 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 1 | -1/+1 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 1 | -4/+1 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 1 | -1/+1 |
* | Load reviewer before sending notification (#27063) | sebastian-sauer | 2023-09-13 | 1 | -0/+3 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 1 | -0/+2 |
* | Team invite url fix when registration disabled (#26950) | Jack Hay | 2023-09-07 | 1 | -2/+2 |
* | Move notification interface to services layer (#26915) | Lunny Xiao | 2023-09-05 | 2 | -22/+22 |
* | Move mail notification logic to service layer (#26905) | Lunny Xiao | 2023-09-05 | 2 | -0/+206 |
* | Update team invitation email link (#26550) | Jack Hay | 2023-08-31 | 1 | -0/+19 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 6 | -11/+11 |
* | Improve queue and logger context (#24924) | wxiaoguang | 2023-05-26 | 1 | -5/+7 |
* | Rewrite queue (#24505) | wxiaoguang | 2023-05-08 | 1 | -5/+4 |
* | Add ntlm authentication support for mail (#23811) | 木木田 | 2023-05-02 | 1 | -0/+32 |
* | Preserve file size when creating attachments (#23406) | Peter | 2023-03-12 | 1 | -1/+1 |
* | Make Ctrl+Enter submit a pending comment (starting review) instead of submitt... | wxiaoguang | 2023-03-04 | 1 | -1/+1 |
* | Use minio/sha256-simd for accelerated SHA256 (#23052) | zeripath | 2023-02-22 | 1 | -1/+2 |
* | fix permission check for creating comment while mail (#22524) | a1012112796 | 2023-01-28 | 1 | -1/+7 |
* | Prevent multiple `To` recipients (#22566) | KN4CK3R | 2023-01-22 | 6 | -19/+22 |
* | Add reply hint to mail text (#22459) | KN4CK3R | 2023-01-16 | 1 | -0/+1 |
* | Add support for incoming emails (#22056) | KN4CK3R | 2023-01-14 | 8 | -33/+965 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -1/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 10 | -20/+10 |
* | Correct the fallbacks for mailer configuration (#21945) | zeripath | 2022-11-27 | 1 | -2/+2 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 4 | -19/+18 |
* | feat: notify doers of a merge when automerging (#21553) | kolaente | 2022-11-03 | 2 | -15/+18 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 2 | -23/+23 |
* | Add team member invite by email (#20307) | KN4CK3R | 2022-10-19 | 2 | -1/+63 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 2 | -12/+9 |
* | Share HTML template renderers and create a watcher framework (#20218) | zeripath | 2022-08-28 | 1 | -2/+3 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 5 | -53/+53 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 1 | -6/+6 |
* | Fix init mail render logic (#20704) | KN4CK3R | 2022-08-08 | 3 | -25/+17 |
* | Rework mailer settings (#18982) | Clar Fon | 2022-08-02 | 1 | -39/+56 |
* | Added email notification option to receive all own messages (#20179) | Tyrone Yeh | 2022-07-28 | 1 | -1/+4 |
* | Refactor `i18n` to `locale` (#20153) | Gusted | 2022-06-27 | 3 | -7/+7 |
* | Make better use of i18n (#20096) | Gusted | 2022-06-26 | 1 | -3/+3 |