This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/routers/web/org
yp05327 689770c928
Fix incorrect NotFound conditions in org/projects.go (#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`
2023-03-09 10:59:50 -06:00
..
home.go
main_test.go Support org/user level projects (#22235) 2023-01-20 19:42:33 +08:00
members.go
org.go
org_labels.go Add loading yaml label template files (#22976) 2023-03-02 01:44:23 +02:00
org_runners.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
projects.go Fix incorrect NotFound conditions in org/projects.go (#23384) 2023-03-09 10:59:50 -06:00
projects_test.go Support org/user level projects (#22235) 2023-01-20 19:42:33 +08:00
setting.go Use context parameter in services/repository (#23186) 2023-02-28 16:17:51 -06:00
setting_oauth2.go
setting_packages.go Add Cargo package registry (#21888) 2023-02-05 18:12:31 +08:00
setting_secrets.go Add user secrets (#22191) 2023-02-01 20:53:04 +08:00
teams.go Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00