summaryrefslogtreecommitdiffstats
path: root/models/issue.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Display original author and URL information when showing migrated issues/comm...mrsdizzie2019-07-081-21/+23
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+2
* Add golangci (#6418)kolaente2019-06-121-8/+3
* Fix index produces problem when issues/pulls deleted (#6973)Lunny Xiao2019-05-181-1/+28
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Comments list performance optimization (#5305)Lunny Xiao2019-04-181-0/+4
* Better logging (#6038) (#6095)zeripath2019-04-021-13/+13
* Make "Ghost" not link to 404 page (#6410)oscar.lofwenhamn2019-03-271-0/+11
* Add ability to sort issues by due date (#6206) (#6244)stevegt2019-03-051-0/+4
* Prevent double-close of issues (#6233)zeripath2019-03-041-1/+7
* Add more tests and docs for issue indexer, add db indexer type for searching ...Lunny Xiao2019-02-211-0/+34
* refactor issue indexer, add some testing and fix a bug (#6131)Lunny Xiao2019-02-211-0/+5
* Refactor issue indexer (#5363)Lunny Xiao2019-02-191-2/+16
* Implement "conversation lock" for issue comments (#5073)Lanre Adelowo2019-02-181-0/+4
* Fix panic: template: repo/issue/list:210: unexpected "=" in operand (#6041)Zsombor2019-02-131-0/+19
* Add the ability to use multiple labels as filters(#5786)Lauris BH2019-01-221-13/+10
* Refactor notification for indexer (#5111)Lunny Xiao2019-01-171-3/+0
* Ensure that sessions are passed into queries that could use the database to p...zeripath2019-01-131-3/+7