0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-28 03:04:39 +01:00
gitea/routers/api/v1/user
Lunny Xiao bc3d8bff73
Fix comment permissions (#28213) (#28216)
backport #28213

This PR will fix some missed checks for private repositories' data on
web routes and API routes.
2023-11-25 23:43:23 +00:00
..
action.go
app.go Fix comment permissions (#28213) (#28216) 2023-11-25 23:43:23 +00:00
avatar.go
email.go
follower.go
gpg_key.go Fix comment permissions (#28213) (#28216) 2023-11-25 23:43:23 +00:00
helper.go Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
hook.go Fix comment permissions (#28213) (#28216) 2023-11-25 23:43:23 +00:00
key.go Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
repo.go Delete repos of org when purge delete user (#27273) (#27728) 2023-11-01 10:03:12 +08:00
settings.go
star.go
user.go Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
watch.go