aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/issue_reaction.go
Commit message (Expand)AuthorAgeFilesLines
* Clarify path param naming (#32969)wxiaoguang10 days1-4/+4
* Refactor names (#31405)wxiaoguang2024-06-191-4/+4
* Add user blocking (#29028)KN4CK3R2024-03-041-5/+7
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-2/+18
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-6/+6
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+12
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-2/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-6/+6
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-2/+2
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-9/+8
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-12/+13
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-10/+10
* format with gofumpt (#18184)65432022-01-201-2/+2
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-3/+4
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-6/+6
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-10/+15
* Issue comment reactions should also check pull type (#13349)zeripath2020-10-291-1/+5
* Migration failure during reaction migration from gitea (#13344)zeripath2020-10-281-1/+1
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-6/+7
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+10
* Fix wrong permissions check when issues/prs shared operations (#9885)Lunny Xiao2020-01-201-2/+2
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-151-2/+2
* fix swagger description of reaction API (#9617)65432020-01-061-12/+12
* [API] dont reqToken on GetReactions (fix #9543) (#9548)65432020-01-021-4/+4
* [API] Fix 9544 | return 200 when reaction already exist (#9550)65432019-12-311-22/+28
* Swagger info corrections (#9441)65432019-12-201-27/+48
* [API] Add Reactions (#9220)65432019-12-071-0/+394