summaryrefslogtreecommitdiffstats
path: root/models/issue_user.go
Commit message (Expand)AuthorAgeFilesLines
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-6/+4
* DBContext is just a Context (#17100)zeripath2021-09-231-5/+6
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-6/+12
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-38/+0
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-4/+4
* Fix sqlite deadlock when assigning to a PR (#5640)zeripath2019-01-041-1/+1
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-211-5/+7
* Multiple assignees (#3705)kolaente2018-05-091-24/+28
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-1/+1
* Reduce usage of allcols on update (#2596)Lunny Xiao2017-09-251-1/+1
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-1/+1
* Gogs -> Gitea (#877)Ethan Koenig2017-02-091-1/+1
* Move IssueUser code to separate file (#836)Ethan Koenig2017-02-041-0/+113