aboutsummaryrefslogtreecommitdiffstats
path: root/services/mailer
Commit message (Expand)AuthorAgeFilesLines
* Use new mail package instead of an unmintained one (#32682)Lunny Xiao2024-12-058-60/+101
* Split mail sender sub package from mailer service package (#32618)Lunny Xiao2024-11-3013-398/+491
* Refactor markup render system (#32612)wxiaoguang2024-11-243-11/+7
* Refactor markup render system (#32589)wxiaoguang2024-11-222-17/+10
* Add reviewers selection to new pull request (#32403)Calvin K2024-11-091-1/+1
* Move AddCollabrator and CreateRepositoryByExample to service layer (#32419)Lunny Xiao2024-11-071-0/+1
* Add missing comment reply handling (#32050)KN4CK3R2024-09-171-27/+29
* Add option to change mail from user display name (#31528)65432024-07-144-3/+67
* Display app name in the registration email title (#31562)Sunny Wan2024-07-111-1/+1
* Use FullName in Emails to address the recipient if possible (#31527)65432024-07-083-13/+13
* Add option for mailer to override mail headers (#27860)65432024-06-032-1/+85
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-302-2/+4
* Fix incorrect message id for releaes email (#30825)wxiaoguang2024-05-023-8/+20
* Use relative links for commits, mentions, and issues in markdown (#29427)KN4CK3R2024-03-132-2/+27
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Use `crypto/sha256` (#29386)KN4CK3R2024-02-251-2/+1
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-251-0/+1
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-144-10/+10
* Fix missing link on outgoing new release notifications (#29079)Wiktor Kwapisiewicz2024-02-081-0/+1
* Unify user update methods (#28733)KN4CK3R2024-02-042-6/+6
* Include username in email headers (#28981)Gwyneth Morgan2024-02-032-8/+14
* Rework markup link rendering (#26745)KN4CK3R2024-01-152-6/+10
* Fix missing mail reply address (#27997)KN4CK3R2023-11-131-3/+5
* Clean up template locale usage (#27856)wxiaoguang2023-10-316-46/+15
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-114-4/+4
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-1/+1
* Load reviewer before sending notification (#27063)sebastian-sauer2023-09-131-0/+3
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Team invite url fix when registration disabled (#26950)Jack Hay2023-09-071-2/+2
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-052-22/+22
* Move mail notification logic to service layer (#26905)Lunny Xiao2023-09-052-0/+206
* Update team invitation email link (#26550)Jack Hay2023-08-311-0/+19
* Replace `interface{}` with `any` (#25686)silverwind2023-07-046-11/+11
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-5/+7
* Rewrite queue (#24505)wxiaoguang2023-05-081-5/+4
* Add ntlm authentication support for mail (#23811)木木田2023-05-021-0/+32
* Preserve file size when creating attachments (#23406)Peter2023-03-121-1/+1
* Make Ctrl+Enter submit a pending comment (starting review) instead of submitt...wxiaoguang2023-03-041-1/+1
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-221-1/+2
* fix permission check for creating comment while mail (#22524)a10121127962023-01-281-1/+7
* Prevent multiple `To` recipients (#22566)KN4CK3R2023-01-226-19/+22
* Add reply hint to mail text (#22459)KN4CK3R2023-01-161-0/+1
* Add support for incoming emails (#22056)KN4CK3R2023-01-148-33/+965
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2710-20/+10
* Correct the fallbacks for mailer configuration (#21945)zeripath2022-11-271-2/+2
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-194-19/+18