You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web/org
Giteabot e269e8901f
Fix incorrect NotFound conditions in org/projects.go (#23384) (#23395)
Backport #23384

A part of https://github.com/go-gitea/gitea/pull/22865

user/org project's `RepoID` is always 0, we need to check `OwnerID`

Co-authored-by: yp05327 <576951401@qq.com>
2 years ago
..
home.go Implement FSFE REUSE for golang files (#21840) 2 years ago
main_test.go Support org/user level projects (#22235) 2 years ago
members.go Fix leaving organization bug on user settings -> orgs (#21983) 2 years ago
org.go Implement FSFE REUSE for golang files (#21840) 2 years ago
org_labels.go Add loading yaml label template files (#22976) (#23232) 2 years ago
org_runners.go Implement actions (#21937) 2 years ago
projects.go Fix incorrect NotFound conditions in org/projects.go (#23384) (#23395) 2 years ago
projects_test.go Support org/user level projects (#22235) 2 years ago
setting.go Add user secrets (#22191) 2 years ago
setting_oauth2.go Implement FSFE REUSE for golang files (#21840) 2 years ago
setting_packages.go Add Cargo package registry (#21888) 2 years ago
setting_secrets.go Add user secrets (#22191) 2 years ago
teams.go Add context cache as a request level cache (#22294) 2 years ago