gitea/routers/web/org
Lunny Xiao 783a021889
Never use /api/v1 from Gitea UI Pages (#19318)
Reusing `/api/v1` from Gitea UI Pages have pros and cons.
Pros:
1) Less code copy

Cons:
1) API/v1 have to support shared session with page requests.
2) You need to consider for each other when you want to change something about api/v1 or page.

This PR moves all dependencies to API/v1 from UI Pages.

Partially replace #16052
2022-04-07 20:59:56 +02:00
..
home.go Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
members.go Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
org.go Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
org_labels.go Move init repository related functions to modules (#19159) 2022-03-29 15:23:45 +08:00
setting.go Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
teams.go Never use /api/v1 from Gitea UI Pages (#19318) 2022-04-07 20:59:56 +02:00