summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/issue_comment.go
Commit message (Expand)AuthorAgeFilesLines
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-6/+6
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-1/+2
* more context for models (#19511)65432022-04-281-4/+5
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-3/+3
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-8/+8
* Fix PR comments UI (#18323)wxiaoguang2022-01-191-1/+3
* Add API to get issue/pull comments and events (timeline) (#17403)qwerty2872022-01-011-0/+111
* [API] generalize list header (#16551)65432021-08-121-4/+24
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-6/+9
* Enhance Ghost comment mitigation Settings (#14392)65432021-01-211-1/+1
* API: Fix GetQueryBeforeSince (#13559)65432020-11-141-2/+2
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-5/+6
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-4/+14
* Fix wrong permissions check when issues/prs shared operations (#9885)Lunny Xiao2020-01-201-1/+1
* [API] Add "before" query to ListIssueComments and ListRepoIssue… (#9685)65432020-01-131-11/+25
* [API] add comments endpoint for single comment (#9494)65432020-01-081-0/+81
* Swagger info corrections (#9441)65432019-12-201-24/+41
* Move webhook codes from service to webhook notification (#8712)Lunny Xiao2019-10-301-7/+0
* Move create issue comment to comments package (#8212)Lunny Xiao2019-09-241-3/+4
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+0
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Comments list performance optimization (#5305)Lunny Xiao2019-04-181-5/+20
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-2/+2
* Implement "conversation lock" for issue comments (#5073)Lanre Adelowo2019-02-181-0/+6
* Refactor notification for indexer (#5111)Lunny Xiao2019-01-171-0/+6
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-131-1/+10
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+6
* Add notification interface and refactor UI notifications (#5085)Lunny Xiao2018-10-181-0/+3
* Fix query parameter name comment in issue API (#4421)Lauris BH2018-07-121-2/+2
* fix CreateIssueCommentOption reference (#4239)stevegt2018-06-151-1/+1
* Fix swagger errors (#4220)Antoine GIRARD2018-06-121-2/+2
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-2/+3
* fix wrong issue endpoints in swagger doc (#3914)David Schneiderbauer2018-05-081-1/+1
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-2/+2
* Fix comment API paths (#2813)Ethan Koenig2017-11-201-2/+84
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-1/+134
* Fix #2001 and fix issue comments hidden (#2016)Lunny Xiao2017-06-211-2/+10
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-251-1/+1
* issue comment api fix (#449)Kim "BKC" Carlbäcker2016-12-221-0/+47
* golint fixed for routers (#208)Lunny Xiao2016-11-241-0/+4
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
* More...Sandro Santilli2016-11-071-1/+1
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
* #2966 code cleanupUnknwon2016-08-261-60/+20
* issues comment API : list, create, edit (#2966)Iwan Budi Kusnanto2016-08-261-0/+122