aboutsummaryrefslogtreecommitdiffstats
path: root/services/mailer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-2/+1
* Some more e-mail notification fixes (#9596)mrsdizzie2020-01-031-4/+6
* Add ActionCommentPull action (#9456)mrsdizzie2019-12-222-2/+2
* Rewrite delivery of issue and comment mails (#9009)guillep2k2019-11-185-144/+187
* Add review comments to mail notifications (#8996)guillep2k2019-11-151-4/+28
* Use templates for issue e-mail subject and body (#8329)guillep2k2019-11-074-96/+264
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-252-6/+9
* Rewrite reference processing code in preparation for opening/closing from com...guillep2k2019-10-132-4/+4
* Ignore mentions for users with no access (#8395)guillep2k2019-10-102-6/+20