aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue.go
Commit message (Expand)AuthorAgeFilesLines
* [API] expose RepoOwner on Issue responce (#10126)65432020-02-041-0/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+1
* Fix wrong identify poster on a migrated pull request when submi… (#9827)Lunny Xiao2020-01-171-1/+1
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-151-1/+18
* [API] add endpoint to check notifications [Extend #9488] (#9595)65432020-01-141-2/+1
* Load milestone in API PR list (#9671)John Olheiser2020-01-101-1/+2
* [API] Add notification endpoint (#9488)65432020-01-091-0/+14
* Add HTML URL to API Issues (#9654)John Olheiser2020-01-081-0/+1
* make sure Poster is loaded (#9583)65432020-01-021-0/+5
* Fix #9189 - API Allow only specific Colums to be updated on Issue (#9539)65432020-01-011-19/+25
* remove unused method and rename createcommentWithNoAction (#9367)Lunny Xiao2019-12-161-4/+4
* Refactor comment (#9330)Lunny Xiao2019-12-151-27/+30
* Remove unused comment actions (#9222)Lunny Xiao2019-12-021-16/+3
* [UI] IssuePage multi repo select (#8741)65432019-12-011-9/+9
* Extract createComment (#9125)Lunny Xiao2019-11-301-10/+34
* Avoid re-issuing redundant cross-references. (#8734)guillep2k2019-11-191-14/+5
* Rewrite delivery of issue and comment mails (#9009)guillep2k2019-11-181-0/+13
* extract some inline functions related with create comment (#8931)Lunny Xiao2019-11-151-4/+26
* Leave non-dated issues for last (#8871)guillep2k2019-11-091-1/+2
* Fix (open/closed) issue count when label excluded (#8815)jaqra2019-11-051-2/+6
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-311-14/+35
* Move issue change content from models to service (#8711)Lunny Xiao2019-10-301-42/+1
* Move issue change status from models to service (#8691)Lunny Xiao2019-10-281-39/+0
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-47/+4
* make call createMilestoneComment on newIssue func (#8678)jaqra2019-10-251-0/+4
* Add 'Alt + click' feature to exclude labels (#8199)jaqra2019-10-231-2/+6
* Move issue label operations to issue service package (#8553)Lunny Xiao2019-10-191-88/+0
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Allow externalID to be UUID (#8551)Wenxuan Zhao2019-10-171-1/+1
* Enable Uploading/Removing Attachments When Editing an Issue/Comment (#8426)blueworrybear2019-10-151-0/+20
* Move clearlabels from models to issue service (#8326)Lunny Xiao2019-10-151-34/+0
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-141-1/+15
* Move change issue title from models to issue service package (#8456)Lunny Xiao2019-10-111-54/+3
* Ignore mentions for users with no access (#8395)guillep2k2019-10-101-33/+122
* Revert "Fix issues/pr list broken when there are many repositories (#8409)" (...Lunny Xiao2019-10-081-32/+22
* Fix issues/pr list broken when there are many repositories (#8409)Lunny Xiao2019-10-081-22/+32
* Fix milestone num_issues (#8221)Lunny Xiao2019-10-061-2/+2
* Fix column name ambiguity in GetUserIssueStats() (#8347)guillep2k2019-10-031-4/+4
* Transaction-aware retry create issue to cope with duplicate keys (#8307)guillep2k2019-10-031-17/+23
* Extract actions on new issue from models to services (#8217)Lunny Xiao2019-09-301-25/+0
* Fix label count (#8267)Lunny Xiao2019-09-241-5/+0
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-4/+4
* Reference issues from pull requests and other issues (#8137)guillep2k2019-09-201-5/+52
* Add 'Mentioning you' group to /issues page (#8201)jaqra2019-09-181-0/+23
* Add reviewrs as participants (#8121)guillep2k2019-09-071-1/+1
* Retry create issue to cope with duplicate keys (#7898)guillep2k2019-08-261-29/+23
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-8/+9
* Fix repository's pull request count error (#7518)Lunny Xiao2019-07-181-0/+19
* Include thread related headers in issue/coment mail (#7484)mrsdizzie2019-07-171-0/+12