aboutsummaryrefslogtreecommitdiffstats
path: root/services/mailer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-134-33/+37
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-1/+1
* Set Setpgid on child git processes (#19865)zeripath2022-06-031-0/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Added X-Mailer header to outgoing emails (#19562)Ivan Fedorov2022-04-301-0/+1
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-083-4/+6
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-2/+3
* Try to prevent autolinking of displaynames by email readers (#19169)zeripath2022-03-233-14/+21
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-224-12/+21
* not send notification emails to inactive users (part 2) (#19142)zeripath2022-03-191-0/+4