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
wxiaoguang eedb8f4129
Only use supported sort order for "explore/users" page (#29430)
Thanks to inferenceus : some sort orders on the "explore/users" page
could list users by their lastlogintime/updatetime.

It leaks user's activity unintentionally. This PR makes that page only
use "supported" sort orders.

Removing the "sort orders" could also be a good solution, while IMO at
the moment keeping the "create time" and "name" orders is also fine, in
case some users would like to find a target user in the search result,
the "sort order" might help.

![image](https://github.com/go-gitea/gitea/assets/2114189/ce5c39c1-1e86-484a-80c3-33cac6419af8)
11 months ago
..
admin Move context from modules to services (#29440) 11 months ago
auth Move context from modules to services (#29440) 11 months ago
devtest Move context from modules to services (#29440) 11 months ago
events Move context from modules to services (#29440) 11 months ago
explore Only use supported sort order for "explore/users" page (#29430) 11 months ago
feed Move context from modules to services (#29440) 11 months ago
healthcheck Always enable caches (#28527) 1 year ago
misc Move context from modules to services (#29440) 11 months ago
org Move context from modules to services (#29440) 11 months ago
repo Not trigger all jobs any more, when re-running the first job (#29439) 11 months ago
shared Move context from modules to services (#29440) 11 months ago
user Move context from modules to services (#29440) 11 months ago
base.go Fix panic in storageHandler (#27446) 1 year ago
githttp.go Move context from modules to services (#29440) 11 months ago
goget.go Move context from modules to services (#29440) 11 months ago
home.go Move context from modules to services (#29440) 11 months ago
metrics.go Implement FSFE REUSE for golang files (#21840) 2 years ago
nodeinfo.go Move context from modules to services (#29440) 11 months ago
passkey.go Move context from modules to services (#29440) 11 months ago
swagger_json.go Move context from modules to services (#29440) 11 months ago
web.go Move context from modules to services (#29440) 11 months ago
webfinger.go Move context from modules to services (#29440) 11 months ago