gitea/routers/web
yp05327 8e45fcb63a
Do not store user projects as organization projects ()
A part of https://github.com/go-gitea/gitea/pull/22865

At first, I think we do not need 3 ProjectTypes, as we can check user
type, but it seems that it is not database friendly.

---------

Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
..
admin Handle OpenID discovery URL errors a little nicer when creating/editing sources ()
auth Provide the ability to set password hash algorithm parameters ()
events Implement FSFE REUSE for golang files ()
explore Remove useless comment in ()
feed Add pagination for dashboard and user activity feeds ()
healthcheck Refactor `setting.Database.UseXXX` to methods ()
misc Implement FSFE REUSE for golang files ()
org Do not store user projects as organization projects ()
repo Fix tags sort by creation time (descending) on branch/tag dropdowns ()
shared Add missing tabs to org projects page ()
user add user rename endpoint to admin api ()
auth.go Implement FSFE REUSE for golang files ()
auth_windows.go Implement FSFE REUSE for golang files ()
base.go Set `X-Gitea-Debug` header once ()
goget.go refactor some functions to support ctx as first parameter ()
home.go Implement FSFE REUSE for golang files ()
metrics.go Implement FSFE REUSE for golang files ()
nodeinfo.go Implement FSFE REUSE for golang files ()
swagger_json.go Implement FSFE REUSE for golang files ()
web.go Add missing tabs to org projects page ()
webfinger.go Add context cache as a request level cache ()