| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -10/+10 |
* | feat: notify doers of a merge when automerging (#21553) | kolaente | 2022-11-03 | 1 | -13/+16 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -10/+10 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 1 | -10/+6 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -8/+9 |
* | Added email notification option to receive all own messages (#20179) | Tyrone Yeh | 2022-07-28 | 1 | -1/+4 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -8/+9 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 1 | -1/+1 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -2/+2 |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 1 | -1/+1 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -2/+2 |
* | not send notification emails to inactive users (part 2) (#19142) | zeripath | 2022-03-19 | 1 | -0/+4 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -1/+0 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -0/+2 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -1/+3 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -1/+1 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -8/+9 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -2/+3 |
* | Send registration email on user autoregistration (#16523) | zeripath | 2021-08-12 | 1 | -0/+6 |
* | Improve notifications for WIP draft PR's (#14663) | Jimmy Praet | 2021-06-23 | 1 | -5/+7 |
* | Don't manipulate input params in email notification (#16011) | Jimmy Praet | 2021-05-30 | 1 | -1/+7 |
* | Add email headers (#15939) | KN4CK3R | 2021-05-22 | 1 | -2/+2 |
* | Refactor renders (#15175) | Lunny Xiao | 2021-04-19 | 1 | -1/+5 |
* | [refactor] mailer service (#15072) | 6543 | 2021-04-02 | 1 | -48/+47 |
* | fix mailIssueCommentBatch for pull request (#14252) | a1012112796 | 2021-01-09 | 1 | -1/+5 |
* | Send notifications for mentions in pulls, issues, (code-)comments (#14218) | Jimmy Praet | 2021-01-02 | 1 | -21/+13 |
* | Make sure email recipients can see issue (#13820) | John Olheiser | 2020-12-03 | 1 | -1/+11 |
* | Fix "only mail on mention" bug (#12775) | 赵智超 | 2020-09-09 | 1 | -1/+1 |
* | [BugFix] Avoid mailing explicit unwatched (#10475) | 6543 | 2020-02-27 | 1 | -1/+9 |
* | Rewrite delivery of issue and comment mails (#9009) | guillep2k | 2019-11-18 | 1 | -71/+91 |
* | Use templates for issue e-mail subject and body (#8329) | guillep2k | 2019-11-07 | 1 | -30/+6 |
* | Mail assignee when issue/pull request is assigned (#8546) | David Svantesson | 2019-10-25 | 1 | -4/+0 |
* | Rewrite reference processing code in preparation for opening/closing from com... | guillep2k | 2019-10-13 | 1 | -2/+2 |
* | Ignore mentions for users with no access (#8395) | guillep2k | 2019-10-10 | 1 | -3/+10 |
* | Move all mail related codes from models to services/mailer (#7200) | Lunny Xiao | 2019-09-24 | 1 | -0/+159 |