1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-25 20:55:47 +00:00
gitea/routers/web/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)
2024-02-27 17:10:51 +08:00
..
code.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
org.go Only use supported sort order for "explore/users" page (#29430) 2024-02-27 17:10:51 +08:00
repo.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
topic.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
user.go Only use supported sort order for "explore/users" page (#29430) 2024-02-27 17:10:51 +08:00