summaryrefslogtreecommitdiffstats
path: root/models/issue.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-211-8/+93
* Multiple assignees (#3705)kolaente2018-05-091-102/+57
* Issue due date (#3794)kolaente2018-05-011-3/+39
* Shows total tracked time in issue and milestone list (#3341)Jonas Franz2018-04-291-3/+27
* Add issue closed time column to fix activity closed issues list (#3537)Lauris BH2018-02-191-1/+7
* Use issue number/index instead of id for API URL. (#3298)Alberto González Palomo2018-01-031-1/+1
* Fixed asterisk based tasklist items, fixed requirement for one char after las...modmew82018-01-031-2/+2
* Added progressbar for issues (#1146). (#3171)modmew82018-01-031-0/+25
* Fix bugs in issue dashboard stats (#3073)Ethan Koenig2017-12-261-45/+77
* Remove unnecessary updates to issue indexer (#3212)Ethan Koenig2017-12-171-1/+1
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-23/+6
* Add reactions to issues/PR and comments (#2856)Lauris BH2017-12-041-2/+34
* 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