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/explore
wxiaoguang 2b059f493e
Only use supported sort order for "explore/users" page (#29430) (#29443)
Backport #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.
12 months ago
..
code.go Refactor indexer (#25174) 2 years ago
org.go Only use supported sort order for "explore/users" page (#29430) (#29443) 12 months ago
repo.go Split lfs size from repository size (#22900) 2 years ago
topic.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
user.go Only use supported sort order for "explore/users" page (#29430) (#29443) 12 months ago