aboutsummaryrefslogtreecommitdiffstats
path: root/services/mailer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not send notification emails to inactive users (#19131)zeripath2022-03-192-4/+12
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-231-1/+2
* Fix `make fmt` and `make fmt-check` (#18633)silverwind2022-02-061-0/+1
* Prevent merge messages from being sorted to the top of email chains (#18566)zeripath2022-02-032-4/+131
* Pause queues (#15928)zeripath2022-01-221-1/+2
* Add config options to hide issue events (#17414)qwerty2872022-01-212-2/+2
* format with gofumpt (#18184)65432022-01-203-25/+34
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-194-5/+14
* Add option to convert CRLF to LF line endings for sendmail (#18075)zeripath2022-01-061-2/+9
* refactoring nits (#18188)65432022-01-051-2/+2
* Unify and simplify TrN for i18n (#18141)wxiaoguang2022-01-023-7/+0
* Add List-Unsubscribe header (#17804)mscherer2021-12-212-1/+2
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-0/+1
* Some repository refactors (#17950)Lunny Xiao2021-12-122-2/+6
* Prevent services/mailer/mailer_test.go tests from deleteing data directory (#...zeripath2021-12-101-7/+6
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-104-6/+9
* allways set a message-id on mails (#17900)Garionion2021-12-082-0/+55
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-7/+4