summaryrefslogtreecommitdiffstats
path: root/models/issue.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor mail notification (#5110)Lunny Xiao2019-01-131-3/+0
* Fix sqlite deadlock when assigning to a PR (#5640)zeripath2019-01-041-1/+1
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-131-16/+67
* ensure that the `closed_at` is set for closed (#5449)romankl2018-12-021-0/+4
* Milestone issues and pull requests (#5293)Lunny Xiao2018-11-291-3/+9
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-12/+20
* fix sqlite lock (#5184)Lunny Xiao2018-10-271-2/+3
* Add notification interface and refactor UI notifications (#5085)Lunny Xiao2018-10-181-0/+4
* Fix failure on creating pull request with assignees (#4419) (#4583)SagePtr2018-08-161-1/+1
* Update xorm to latest version and fix correct `user` table referencing in sql...Lauris BH2018-07-201-1/+1
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-171-0/+44