summaryrefslogtreecommitdiffstats
path: root/models/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Fix ref parsing in commit messages (#3067)Ethan Koenig2017-12-031-32/+0
* Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043)Lunny Xiao2017-12-021-2/+7
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-4/+4
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-10/+5
* Remove redudant issue LoadAttributes() calls (#2614)Morlinest2017-09-271-6/+1
* Fix lint errors (#2547)Ethan Koenig2017-09-191-5/+1
* Improve issue search (#2387)Ethan Koenig2017-09-161-12/+17
* Prevent sending emails and notifications to inactive users (#2384)David Schneiderbauer2017-09-161-2/+5
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-10/+2
* some refactors for issue and comments (#2419)Lunny Xiao2017-08-301-2/+6
* Add possibility to record branch or tag information in an issue (#780)Zsombor2017-08-241-0/+1
* fix 500 error when view an issue which's milestone deleted (#2297)Lunny Xiao2017-08-121-1/+1
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-031-12/+45
* Fix issue updated_unix bug (#2204)Ethan Koenig2017-07-271-0/+1
* Fix unclosed session bug (#2214)Ethan Koenig2017-07-261-1/+1
* Fix PR nil-dereference bug (#2195)Ethan Koenig2017-07-261-7/+26
* Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150)Lauris BH2017-07-121-1/+2
* Fix default ghost assignee bug (#2069)Ethan Koenig2017-06-281-1/+1
* Enable assignee e-mail notification (#2003)Győrvári Gábor2017-06-231-5/+18
* Fix #2001 and fix issue comments hidden (#2016)Lunny Xiao2017-06-211-1/+4
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-4/+4
* Fix search by issue type (#1914)Ethan Koenig2017-06-151-39/+13
* Fix engine bug in getIssueByID (#1934)Ethan Koenig2017-06-111-1/+1
* Fix activity feed (#1779)Ethan Koenig2017-05-261-8/+7
* Send notifications to partecipants in issue comments (#1217)Sandro Santilli2017-03-161-0/+18
* Batch updates for issues (#926)Ethan Koenig2017-03-151-0/+10
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-151-1/+1
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-18/+9
* feat: expose url field on issue api. (#982)Bo-Yi Wu2017-03-031-0/+7
* LableIDs -> LabelIDs (#1088)Ethan Koenig2017-03-011-6/+6
* Optimize and unit test Issue_ReplaceLabels (#1080)Ethan Koenig2017-02-281-27/+18
* Refactor for issues loadattributes of a repository (#971)Lunny Xiao2017-02-221-64/+2
* Fix all the bugs in issues and pulls on dashboard (#943)Lunny Xiao2017-02-171-0/+59
* Fix assigned issues dashboard (#920)Lunny Xiao2017-02-141-28/+61
* Fix logging bugEthan Koenig2017-02-121-7/+5
* Add delete branch track on pull request comments (#888)Lunny Xiao2017-02-111-0/+18
* bug fixed for issue count (#881)Lunny Xiao2017-02-091-1/+1
* Unit tests for issue_milestone (#878)Ethan Koenig2017-02-091-366/+0
* Fix bug in Issue.GetIsRead (#876)Ethan Koenig2017-02-091-1/+2
* track issue title changes (#841)Lunny Xiao2017-02-051-3/+17
* Move IssueUser code to separate file (#836)Ethan Koenig2017-02-041-125/+0
* Track assignee for issue (#808)Lunny Xiao2017-02-031-0/+21
* Drop redundant columns from issue_user table (#638)Ethan Koenig2017-02-031-88/+15
* add milestone changed traker on issue view (#804)Lunny Xiao2017-02-011-8/+21
* Bug fixes and unit tests for models/issue_label (#802)Ethan Koenig2017-02-011-2/+2
* Track labels changed on issue view & resolved #542 (#788)Lunny Xiao2017-01-301-26/+101
* Fix color: closed PR was showing as purple instead of redAndrey Nering2017-01-281-3/+12
* bug fixed issues 500 resolved #754 (#756)Lunny Xiao2017-01-251-4/+4
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-251-14/+60
* Spun attachments into seperate go file (#701)Philip Couling2017-01-201-160/+0