summaryrefslogtreecommitdiffstats
path: root/models/issue_comment.go
Commit message (Expand)AuthorAgeFilesLines
* Better logging (#6038) (#6095)zeripath2019-04-021-15/+15
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Refactor issue indexer (#5363)Lunny Xiao2019-02-191-0/+2
* Implement "conversation lock" for issue comments (#5073)Lanre Adelowo2019-02-181-0/+4
* support reviewing on a deleted file path (#5880)Lanre Adelowo2019-02-011-2/+3
* Fix an error while adding a dependency via UI. (#5862)Harshit Bansal2019-01-271-0/+3
* Refactor notification for indexer (#5111)Lunny Xiao2019-01-171-7/+0
* Ensure that sessions are passed into queries that could use the database to p...zeripath2019-01-131-2/+2
* Refactor mail notification (#5110)Lunny Xiao2019-01-131-4/+5
* fix nil pointer when adding a due date (#5587)Lanre Adelowo2018-12-271-0/+4
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-131-23/+71
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-3/+3
* Hide outdated comments in file view (#5017)Jonas Franz2018-10-051-1/+1
* Code review UI improvements and bugfixes (#4682)Lauris BH2018-09-171-10/+10
* Pull request review/approval and comment on code (#3748)Lauris BH2018-08-061-17/+282
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-171-43/+94
* fix delete comment bug (#4216)Lunny Xiao2018-06-111-0/+4
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-211-0/+6
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-18/+92
* Multiple assignees (#3705)kolaente2018-05-091-61/+51
* Issue due date (#3794)kolaente2018-05-011-0/+34
* Fix only updated_unix when adding a comment (#3855)kolaente2018-04-291-1/+1
* fix bug when a user delete but assigned on issue (#3318)Lunny Xiao2018-01-071-2/+8
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-10/+5
* Add reactions to issues/PR and comments (#2856)Lauris BH2017-12-041-0/+24
* Issue content should not be updated when closing with comment (#2833)Lauris BH2017-11-031-5/+5
* Fix order of comments (#2835)Morlinest2017-11-031-0/+1
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-3/+3
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-21/+16
* Improve issue search (#2387)Ethan Koenig2017-09-161-4/+20
* Restructure markup & markdown to prepare for multiple markup languageā€¦ (#2411)Lunny Xiao2017-09-161-2/+2
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-14/+2
* Feature: Timetracking (#2211)Jonas Franz2017-09-121-1/+8
* some refactors for issue and comments (#2419)Lunny Xiao2017-08-301-1/+1
* Fix issue updated_unix bug (#2204)Ethan Koenig2017-07-271-0/+4
* Fix unchecked error bug (#2110)Ethan Koenig2017-07-041-1/+4
* Fix "Dashboard shows deleted comments" (#1995)Jonas Franz2017-06-251-0/+3
* Fix #2001 and fix issue comments hidden (#2016)Lunny Xiao2017-06-211-22/+52
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-2/+2
* Don't show non-comments in comments API (#2001)Ethan Koenig2017-06-181-0/+2
* Fix deleted milestone bug (#1942)Ethan Koenig2017-06-171-10/+4
* Fix activity feed (#1779)Ethan Koenig2017-05-261-7/+6
* Adding #issuecomment to the URL in E-Mail notifications (#1674)Jonas Franz2017-05-251-2/+2
* Bug fixed for deleted label in issue comment (#904)Lunny Xiao2017-02-111-5/+6
* Add delete branch track on pull request comments (#888)Lunny Xiao2017-02-111-0/+12
* track issue title changes (#841)Lunny Xiao2017-02-051-0/+19
* Track assignee for issue (#808)Lunny Xiao2017-02-031-11/+52
* add milestone changed traker on issue view (#804)Lunny Xiao2017-02-011-15/+66
* Track labels changed on issue view & resolved #542 (#788)Lunny Xiao2017-01-301-0/+44
* fix: delete attachment after remove comment.Bo-Yi Wu2017-01-251-1/+3