aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue_assignees.go
Commit message (Expand)AuthorAgeFilesLines
* 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