0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 04:08:25 +01:00
gitea/routers/web
Lunny Xiao cf1a38b03d
Fix get reviewers' bug (#32415) (#32616)
This PR rewrites `GetReviewer` function and move it to service layer.

Reviewers should not be watchers, so that this PR removed all watchers
from reviewers. When the repository is under an organization, the pull
request unit read permission will be checked to resolve the bug of

Fix #32394
Backport #32415
2024-11-23 12:42:58 +08:00
..
admin
auth Fix oauth2 error handle not return immediately (#32514) (#32516) 2024-11-15 11:27:04 +08:00
devtest
events
explore Respect UI.ExploreDefaultSort setting again (#32357) (#32385) 2024-10-31 13:49:09 +08:00
feed
healthcheck
misc
org
repo Fix get reviewers' bug (#32415) (#32616) 2024-11-23 12:42:58 +08:00
shared
user
base.go Fix missing signature key error when pulling Docker images with SERVE_DIRECT enabled (#32365) (#32397) 2024-11-01 03:53:59 +00:00
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
passkey.go
swagger_json.go
web.go Support HTTP POST requests to /userinfo, aligning to OpenID Core specification (#32578) (#32594) 2024-11-21 07:22:18 -08:00
webfinger.go