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/templates/explore
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
..
code.tmpl Fix inconsistent user profile layout across tabs (#25625) 2 years ago
navbar.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
repo_list.tmpl Add support for sha256 repositories (#23894) 1 year ago
repo_search.tmpl Remove incorrect and unnecessary Escape from templates (#29394) 12 months ago
repos.tmpl Add main landmark to templates and adjust titles (#22670) 2 years ago
search.tmpl Only use supported sort order for "explore/users" page (#29430) 11 months ago
user_list.tmpl Remove unnecessary "Safe" modifier from templates (#29318) 12 months ago
users.tmpl User details page (#26713) 1 year ago