summaryrefslogtreecommitdiffstats
path: root/services/mailer
Commit message (Expand)AuthorAgeFilesLines
* 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
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-032-15/+18
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-242-23/+23
* Add team member invite by email (#20307)KN4CK3R2022-10-192-1/+63
* Add generic set type (#21408)KN4CK3R2022-10-122-12/+9
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-2/+3
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-255-53/+53
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-6/+6
* Fix init mail render logic (#20704)KN4CK3R2022-08-083-25/+17
* Rework mailer settings (#18982)Clar Fon2022-08-021-39/+56
* Added email notification option to receive all own messages (#20179)Tyrone Yeh2022-07-281-1/+4
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-273-7/+7
* Make better use of i18n (#20096)Gusted2022-06-261-3/+3
* Add more linters to improve code readability (#19989)Wim2022-06-202-5/+5