0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-04 16:17:48 +01:00
gitea/routers/web
Lunny Xiao 882e502327
Fix comment permissions (#28213)
This PR will fix some missed checks for private repositories' data on
web routes and API routes.
2023-11-25 17:21:21 +00:00
..
admin Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
auth
devtest
events
explore
feed
healthcheck
misc Make CORS work for oauth2 handlers (#28184) 2023-11-23 21:19:26 +08:00
org Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
repo Fix comment permissions (#28213) 2023-11-25 17:21:21 +00:00
shared Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
user Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
base.go
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Make CORS work for oauth2 handlers (#28184) 2023-11-23 21:19:26 +08:00
webfinger.go