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
Brecht Van Lommel ca445cf566
Sort issues and pulls by recently updated in user and organization home (#22925)
The main purpose of these home pages should be getting an overview of
what's going on or needs attention. Recently updated is a better default
than newest for that purpose, to avoid missing active issues and pulls
that were not created recently.

The default sorting order in repository issues and pulls remains newest.
Repositories in an organization are already sorted by recently updated.

---------

Co-authored-by: Jason Song <i@wolfogre.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2 years ago
..
admin Add context cache as a request level cache (#22294) 2 years ago
auth Add context cache as a request level cache (#22294) 2 years ago
events Implement FSFE REUSE for golang files (#21840) 2 years ago
explore Remove ONLY_SHOW_RELEVANT_REPOS setting (#21962) 2 years ago
feed Use link in UI which returned a relative url but not html_url which contains an absolute url (#21986) 2 years ago
healthcheck Implement FSFE REUSE for golang files (#21840) 2 years ago
misc Implement FSFE REUSE for golang files (#21840) 2 years ago
org Add context cache as a request level cache (#22294) 2 years ago
repo fix incorrect role labels for migrated issues and comments (#22914) 2 years ago
shared Add Cargo package registry (#21888) 2 years ago
user Sort issues and pulls by recently updated in user and organization home (#22925) 2 years ago
auth.go Implement FSFE REUSE for golang files (#21840) 2 years ago
auth_windows.go Implement FSFE REUSE for golang files (#21840) 2 years ago
base.go Implement FSFE REUSE for golang files (#21840) 2 years ago
goget.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
home.go Implement FSFE REUSE for golang files (#21840) 2 years ago
metrics.go Implement FSFE REUSE for golang files (#21840) 2 years ago
nodeinfo.go Implement FSFE REUSE for golang files (#21840) 2 years ago
swagger_json.go Implement FSFE REUSE for golang files (#21840) 2 years ago
web.go Map OIDC groups to Orgs/Teams (#21441) 2 years ago
webfinger.go Add context cache as a request level cache (#22294) 2 years ago