summaryrefslogtreecommitdiffstats
path: root/services/mailer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move user related model into models/user (#17781)Lunny Xiao2021-11-246-33/+38
* Add settings to allow different SMTP envelope from address (#17479)zeripath2021-11-191-3/+14
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-7/+6
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-122-3/+4
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-1/+2
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-2/+3
* Always set a unique Message-ID header. (#17206)KN4CK3R2021-10-012-13/+30
* Fix missing repo link in issue/pull assigned emails (#17183)zeripath2021-09-301-0/+6
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-192-9/+10
* Send registration email on user autoregistration (#16523)zeripath2021-08-125-0/+56
* Use TrN helper for email templates (#16425)65432021-07-143-0/+7
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Localize Email Templates (#16200)65432021-06-233-15/+24
* Improve notifications for WIP draft PR's (#14663)Jimmy Praet2021-06-232-5/+9
* Don't manipulate input params in email notification (#16011)Jimmy Praet2021-05-302-2/+12
* Add email headers (#15939)KN4CK3R2021-05-223-61/+104
* Refactor renders (#15175)Lunny Xiao2021-04-194-16/+42
* [refactor] mailer service (#15072)65432021-04-027-129/+166
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-012-0/+59
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+2
* fix mailIssueCommentBatch for pull request (#14252)a10121127962021-01-091-1/+5
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-022-39/+41
* Make sure email recipients can see issue (#13820)John Olheiser2020-12-031-1/+11
* Fix "only mail on mention" bug (#12775)赵智超2020-09-092-2/+2
* Add email notify for new release (#12463)赵智超2020-08-231-0/+69
* Add push commits history comment on PR time-line (#11167)赵智超2020-05-201-0/+2
* Sendmail should create a process on the gitea system and have a default timeo...zeripath2020-05-031-1/+13
* Support unicode emojis and remove emojify.js (#11032)mrsdizzie2020-04-281-0/+4
* [BugFix] Avoid mailing explicit unwatched (#10475)65432020-02-271-1/+9
* Switch to use -f instead of -F for sendmail (#9961)zeripath2020-01-241-1/+1
* Move mailer to use a queue (#9789)zeripath2020-01-163-46/+75