gitea/routers/web/org
yp05327 df9a62b5f9
Fix 404 error when leaving the last private org team ()
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
..
home.go Fix unclear "Owner" concept () 2023-04-20 19:33:30 +02:00
main_test.go Support org/user level projects () 2023-01-20 19:42:33 +08:00
members.go Add missing badges in user profile for /projects and /packages () 2023-04-22 21:32:40 -04:00
org.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
org_labels.go Add loading yaml label template files () 2023-03-02 01:44:23 +02:00
org_runners.go Implement actions () 2023-01-31 09:45:19 +08:00
projects.go Add unset default project column () 2023-04-19 10:28:28 -04:00
projects_test.go Support org/user level projects () 2023-01-20 19:42:33 +08:00
setting.go Make label templates have consistent behavior and priority () 2023-04-10 16:44:02 +08:00
setting_oauth2.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
setting_packages.go Add Cargo package registry () 2023-02-05 18:12:31 +08:00
setting_secrets.go Only delete secrets belonging to its owner () 2023-04-23 21:35:14 +08:00
teams.go Fix 404 error when leaving the last private org team () 2023-04-26 12:27:46 -04:00