summaryrefslogtreecommitdiffstats
path: root/models/issue_comment.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor renders (#15175)Lunny Xiao2021-04-191-2/+8
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-7/+5
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+4
* Add UI to delete tracked times (#14100)Norwin2021-02-191-0/+14
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+2
* Improve the comment on comment type (#14609)Lunny Xiao2021-02-101-32/+32
* Enhance Ghost comment mitigation Settings (#14392)65432021-01-211-6/+14
* Do not reload page after adding comments in Pull Request reviews (#13877)Jimmy Praet2021-01-081-20/+45
* migrate from com.* to alternatives (#14103)65432020-12-251-2/+1
* Comments on review should have the same sha (#13448)zeripath2020-11-091-0/+12
* Revert "Replies to outdated code comments should also be outdated (#13217)" (...Lunny Xiao2020-11-061-12/+0
* Replies to outdated code comments should also be outdated (#13217)zeripath2020-11-041-0/+12
* Fix reactions on code comments (#13390)Cirno the Strongest2020-11-021-0/+4
* Group Label Changed Comments in timeline (#13304)Pedro Alves2020-10-251-1/+3
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-15/+0
* Add team support for review request (#12039)赵智超2020-10-121-3/+26
* Kanban board (#8346)Lanre Adelowo2020-08-161-0/+38
* fix bug about can't skip commits base on base branch (#11555)赵智超2020-06-241-11/+87
* Fix commenting on non-utf8 encoded files (#11916)zeripath2020-06-181-1/+31
* Invalidate comments when file is shortened (#11882)zeripath2020-06-141-1/+4
* Properly handle and return empty string for dangling commits in GetBranchName...Cirno the Strongest2020-05-231-1/+1
* Add push commits history comment on PR time-line (#11167)赵智超2020-05-201-0/+148
* Add a way to mark Conversation (code comment) resolved (#11037)赵智超2020-04-181-0/+27
* ui: Add MergePull comment type instead of close for merge PR (#11058)赵智超2020-04-141-0/+2
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-061-0/+2
* Fix potential bugs (#10513)65432020-02-271-1/+5
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-0/+6
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-151-4/+4
* [API] add endpoint to check notifications [Extend #9488] (#9595)65432020-01-141-2/+1
* [API] Add "before" query to ListIssueComments and ListRepoIssue… (#9685)65432020-01-131-0/+4
* [API] Add notification endpoint (#9488)65432020-01-091-0/+17
* [API] Extend times API (#9200)65432019-12-271-1/+3
* Change target branch for pull request (#6488)Mario Lubenka2019-12-161-0/+8
* remove unused method and rename createcommentWithNoAction (#9367)Lunny Xiao2019-12-161-74/+5
* Refactor comment (#9330)Lunny Xiao2019-12-151-4/+0
* refactor(models/attachement): use getAttachmentsByUUIDs (#9317)Antoine GIRARD2019-12-111-10/+3
* Remove unused comment actions (#9222)Lunny Xiao2019-12-021-14/+3
* 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