gitea/routers/web
wxiaoguang 3af2c8e4ab
Remove the parallelizing when loading repo for dashboard ()
Ref: 

IMO, parallelizing might run out server resources more quickly. Gitea
shouldn't use a lot of go-routine in a web handler.

And add a comment about how many repositories there could be at most.

Co-authored-by: Yarden Shoham <git@yardenshoham.com>
..
admin Improve queue & process & stacktrace ()
auth Split "modules/context.go" to separate files ()
devtest Remove untranslatable `on_date` key ()
events Implement FSFE REUSE for golang files ()
explore Sort users and orgs on explore by recency by default ()
feed Pass 'not' to commit count ()
healthcheck Refactor `setting.Database.UseXXX` to methods ()
misc Use standard HTTP library to serve files ()
org Fix missing badges in org settings page ()
repo Remove the parallelizing when loading repo for dashboard ()
shared Add Gitea Profile Readmes ()
user Add Alpine package registry ()
auth.go Implement FSFE REUSE for golang files ()
auth_windows.go Implement FSFE REUSE for golang files ()
base.go Use standard HTTP library to serve files ()
goget.go Support SSH for go get ()
home.go Refactor cookie ()
metrics.go Implement FSFE REUSE for golang files ()
nodeinfo.go Implement FSFE REUSE for golang files ()
swagger_json.go Group template helper functions, remove `Printf`, improve template error messages ()
web.go Add icon support for safari ()
webfinger.go Use User.ID instead of User.Name in ActivityPub API for Person IRI ()