aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue_comment.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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