0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-19 09:06:20 +01:00
gitea/routers/web
yp05327 df9a62b5f9
Fix 404 error when leaving the last private org team (#24322)
If the user only belongs to one org team and the org is private, 
leaving the org team will redirect to `ctx.Org.OrgLink + "/teams/"`
which is inaccessible.

So we need to check whether the user still belongs to the org.
2023-04-26 12:27:46 -04:00
..
admin
auth Respect the REGISTER_MANUAL_CONFIRM setting when registering via OIDC (#24035) 2023-04-25 14:40:48 +08:00
devtest
events
explore
feed Improve RSS (#24335) 2023-04-25 22:53:44 -04:00
healthcheck
misc
org Fix 404 error when leaving the last private org team (#24322) 2023-04-26 12:27:46 -04:00
repo Improve RSS (#24335) 2023-04-25 22:53:44 -04:00
shared
user
auth_windows.go
auth.go
base.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Improve RSS (#24335) 2023-04-25 22:53:44 -04:00
webfinger.go