summaryrefslogtreecommitdiffstats
path: root/models/issue_assignees.go
Commit message (Expand)AuthorAgeFilesLines
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-171/+0
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-51/+19
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-2/+2
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-4/+4
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-9/+10
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-11/+10
* DBContext is just a Context (#17100)zeripath2021-09-231-5/+5
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-9/+14
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-4/+2
* Enhance Ghost comment mitigation Settings (#14392)65432021-01-211-1/+1
* Remove Unused Functions (#10516)65432020-03-021-17/+0
* [Refactor] move APIFormat() of Issue and Label to convert package (#10423)65432020-02-281-0/+5
* remove unused method and rename createcommentWithNoAction (#9367)Lunny Xiao2019-12-161-1/+1
* Remove unused comment actions (#9222)Lunny Xiao2019-12-021-3/+0
* Extract createComment (#9125)Lunny Xiao2019-11-301-3/+7
* Rewrite delivery of issue and comment mails (#9009)guillep2k2019-11-181-0/+12
* extract some inline functions related with create comment (#8931)Lunny Xiao2019-11-151-2/+9
* Fix API Bug (fail on empty assignees) (#8873)65432019-11-101-14/+11
* Move more issue assignee code from models to issue service (#8690)Lunny Xiao2019-10-281-73/+0
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-84/+54
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* fix duplicated webhook when creating issue with assignees (#7681)Lunny Xiao2019-07-311-3/+6
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Better logging (#6038) (#6095)zeripath2019-04-021-2/+2
* Copyedit docs (#6275)Aidan Fitzgerald2019-03-091-1/+1
* Fix sqlite deadlock when assigning to a PR (#5640)zeripath2019-01-041-2/+6
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-131-3/+3
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-2/+5
* dont' send assign webhooks when creating issue (#5365)Lunny Xiao2018-11-201-4/+5
* Fix failure on creating pull request with assignees (#4419) (#4583)SagePtr2018-08-161-2/+6
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-211-3/+23
* Multiple assignees (#3705)kolaente2018-05-091-0/+263