aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/issue_comment.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor names (#31405)wxiaoguang2024-06-191-6/+6
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-271-1/+1
* Do some performance optimize for issues list and view issue/pull (#29515)Lunny Xiao2024-03-121-4/+0
* Add user blocking (#29028)KN4CK3R2024-03-041-2/+12
* remove util.OptionalBool and related functions (#29513)65432024-03-021-5/+5
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-1/+1
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-2/+54
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-2/+2
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-1/+4
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+8
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-3/+3
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-101-6/+6
* Use `CommentList` instead of `[]*Comment` (#24828)Lunny Xiao2023-05-211-8/+8
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-3/+3
* Fix issue attachment handling (#24202)wxiaoguang2023-04-201-2/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-5/+5
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-4/+4
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-091-0/+9
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-12/+12
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-33/+33
* 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