index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
routers
/
api
/
v1
/
repo
/
issue_reaction.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move context from modules to services (#29440)
Lunny Xiao
2024-03-06
1
-1
/
+1
*
Merge branch 'rebase-forgejo-dependency' into wip-forgejo
Earl Warren
2024-02-05
1
-49
/
+3
|
\
|
*
[GITEA] API commentAssignment() to verify the id belongs
Earl Warren
2024-02-05
1
-49
/
+3
*
|
[MODERATION] User blocking
Gusted
2024-02-05
1
-4
/
+6
|
/
*
Fix comment permissions (#28213)
Lunny Xiao
2023-11-25
1
-2
/
+18
*
Another round of `db.DefaultContext` refactor (#27103)
JakobDev
2023-09-25
1
-6
/
+6
*
Add missing 404 response to Swagger (#27038)
JakobDev
2023-09-13
1
-0
/
+12
*
Add context parameter to some database functions (#26055)
Lunny Xiao
2023-07-22
1
-2
/
+2
*
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-02-15
1
-6
/
+6
*
Move `convert` package to services (#22264)
KN4CK3R
2022-12-29
1
-1
/
+1
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
1
-2
/
+1
*
Add `context.Context` to more methods (#21546)
KN4CK3R
2022-11-19
1
-2
/
+2
*
Move issues related files into models/issues (#19931)
Lunny Xiao
2022-06-13
1
-9
/
+8
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
1
-2
/
+2
*
Move reaction to models/issues/ (#19264)
Lunny Xiao
2022-03-31
1
-12
/
+13
*
Renamed ctx.User to ctx.Doer. (#19161)
KN4CK3R
2022-03-22
1
-10
/
+10
*
format with gofumpt (#18184)
6543
2022-01-20
1
-2
/
+2
*
Add missing `X-Total-Count` and fix some related bugs (#17968)
qwerty287
2021-12-15
1
-3
/
+4
*
[refactor] Unify the export of user data via API (#15144)
6543
2021-03-27
1
-6
/
+6
*
Move macaron to chi (#14293)
Lunny Xiao
2021-01-26
1
-10
/
+15
*
Issue comment reactions should also check pull type (#13349)
zeripath
2020-10-29
1
-1
/
+5
*
Migration failure during reaction migration from gitea (#13344)
zeripath
2020-10-29
1
-1
/
+1
*
[Refactor] Move APIFormat functions into convert package (#12856)
6543
2020-10-17
1
-6
/
+7
*
Remove page size limit comment from swagger (#11806)
Cirno the Strongest
2020-06-09
1
-1
/
+1
*
API add/generalize pagination (#9452)
SpaWn2KiLl
2020-01-24
1
-1
/
+10
*
Fix wrong permissions check when issues/prs shared operations (#9885)
Lunny Xiao
2020-01-20
1
-2
/
+2
*
Migrate reactions when migrating repository from github (#9599)
Lunny Xiao
2020-01-15
1
-2
/
+2
*
fix swagger description of reaction API (#9617)
6543
2020-01-06
1
-12
/
+12
*
[API] dont reqToken on GetReactions (fix #9543) (#9548)
6543
2020-01-02
1
-4
/
+4
*
[API] Fix 9544 | return 200 when reaction already exist (#9550)
6543
2019-12-31
1
-22
/
+28
*
Swagger info corrections (#9441)
6543
2019-12-20
1
-27
/
+48
*
[API] Add Reactions (#9220)
6543
2019-12-07
1
-0
/
+394