aboutsummaryrefslogtreecommitdiff
path: root/services/mailer
AgeCommit message (Expand)Author
2023-03-12Preserve file size when creating attachments (#23406)Peter
2023-03-04Make Ctrl+Enter submit a pending comment (starting review) instead of submitt...wxiaoguang
2023-02-22Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath
2023-01-28fix permission check for creating comment while mail (#22524)a1012112796
2023-01-22Prevent multiple `To` recipients (#22566)KN4CK3R
2023-01-16Add reply hint to mail text (#22459)KN4CK3R
2023-01-14Add support for incoming emails (#22056)KN4CK3R
2022-12-03refactor some functions to support ctx as first parameter (#21878)Lunny Xiao
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-27Correct the fallbacks for mailer configuration (#21945)zeripath
2022-11-19Add `context.Context` to more methods (#21546)KN4CK3R
2022-11-03feat: notify doers of a merge when automerging (#21553)kolaente
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-10-19Add team member invite by email (#20307)KN4CK3R
2022-10-12Add generic set type (#21408)KN4CK3R
2022-08-28Share HTML template renderers and create a watcher framework (#20218)zeripath
2022-08-25Move some files into models' sub packages (#20262)Lunny Xiao
2022-08-16Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao
2022-08-08Fix init mail render logic (#20704)KN4CK3R
2022-08-02Rework mailer settings (#18982)Clar Fon
2022-07-28Added email notification option to receive all own messages (#20179)Tyrone Yeh
2022-06-27Refactor `i18n` to `locale` (#20153)Gusted
2022-06-26Make better use of i18n (#20096)Gusted
2022-06-20Add more linters to improve code readability (#19989)Wim
2022-06-13Move issues related files into models/issues (#19931)Lunny Xiao
2022-06-06Move some repository related code into sub package (#19711)Lunny Xiao
2022-06-03Set Setpgid on child git processes (#19865)zeripath
2022-05-20Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao
2022-04-30Added X-Mailer header to outgoing emails (#19562)Ivan Fedorov
2022-04-14Use a struct as test options (#19393)Lunny Xiao
2022-04-08Move milestone to models/issues/ (#19278)Lunny Xiao
2022-03-29Move organization related structs into sub package (#18518)Lunny Xiao
2022-03-23Try to prevent autolinking of displaynames by email readers (#19169)zeripath
2022-03-22Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang
2022-03-19not send notification emails to inactive users (part 2) (#19142)zeripath
2022-03-19Do not send notification emails to inactive users (#19131)zeripath
2022-02-23Lock gofumpt to v0.3.0 and run it (#18866)silverwind
2022-02-06Fix `make fmt` and `make fmt-check` (#18633)silverwind
2022-02-03Prevent merge messages from being sorted to the top of email chains (#18566)zeripath
2022-01-22Pause queues (#15928)zeripath
2022-01-21Add config options to hide issue events (#17414)qwerty287
2022-01-20format with gofumpt (#18184)6543
2022-01-19Propagate context and ensure git commands run in request context (#17868)zeripath
2022-01-06Add option to convert CRLF to LF line endings for sendmail (#18075)zeripath
2022-01-05refactoring nits (#18188)6543
2022-01-02Unify and simplify TrN for i18n (#18141)wxiaoguang
2021-12-21Add List-Unsubscribe header (#17804)mscherer
2021-12-15Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty287
2021-12-12Some repository refactors (#17950)Lunny Xiao
2021-12-10Prevent services/mailer/mailer_test.go tests from deleteing data directory (#...zeripath