aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue_comment.go
Commit message (Expand)AuthorAgeFilesLines
...
* Extract createComment (#9125)Lunny Xiao2019-11-301-27/+45
* Avoid re-issuing redundant cross-references. (#8734)guillep2k2019-11-191-5/+2
* extract some inline functions related with create comment (#8931)Lunny Xiao2019-11-151-60/+0
* Add review comments to mail notifications (#8996)guillep2k2019-11-151-4/+0
* Refactor pull request review (#8954)Lunny Xiao2019-11-141-2/+5
* Split sendCreateCommentAction as two parts, one for update comment related in...Lunny Xiao2019-11-061-28/+42
* mark review comment as invalidated when file is deleted (#8751)succcubbus2019-10-311-0/+4
* 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/+21
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-141-0/+21
* Rewrite reference processing code in preparation for opening/closing from com...guillep2k2019-10-131-5/+6
* Move create issue comment to comments package (#8212)Lunny Xiao2019-09-241-111/+6
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-35/+0
* Reference issues from pull requests and other issues (#8137)guillep2k2019-09-201-6/+55
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-051-81/+0
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* don't convert buffer to string (#7115)Lunny Xiao2019-08-221-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-9/+8
* Add SQL execution on log and indexes on table repository and comment (#7740)Lunny Xiao2019-08-051-5/+5
* Fix repository's pull request count error (#7518)Lunny Xiao2019-07-181-12/+2
* Display original author and URL information when showing migrated issues/comm...mrsdizzie2019-07-081-2/+4
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
* Add golangci (#6418)kolaente2019-06-121-14/+3
* Various fixes for issue mail notifications (#7165)silverwind2019-06-111-6/+13
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* fix 500 when reviewer is deleted with integration tests (#6856)Lunny Xiao2019-05-061-0/+1
* Comments list performance optimization (#5305)Lunny Xiao2019-04-181-26/+40
* 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