forgejo/routers
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
..
api Add API for License templates (#23009) 2023-04-26 02:08:28 -04:00
common Update go tool dependencies, restructure lint targets (#24239) 2023-04-22 14:53:00 -04:00
install
private
utils
web Fix 404 error when leaving the last private org team (#24322) 2023-04-26 12:27:46 -04:00
init.go