forgejo/models/user
wxiaoguang ecc0107809
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.

(cherry picked from commit 2b059f493e46b8b0fb52492623e36a8375cb5fbb)
2024-03-10 18:45:59 +07:00
..
avatar.go Refactor system setting (#27000) (#27452) 2023-10-05 10:37:59 +00:00
badge.go
block.go [MODERATION] User blocking 2023-11-13 13:58:02 +01:00
block_test.go [MODERATION] User blocking 2023-11-13 13:58:02 +01:00
email_address.go
email_address_test.go
error.go
external_login_user.go
follow.go [MODERATION] User blocking 2023-11-13 13:58:02 +01:00
follow_test.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
list.go
main_test.go
must_change_password.go
openid.go More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
openid_test.go More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
redirect.go Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
redirect_test.go Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
search.go Only use supported sort order for "explore/users" page (#29430) (#29443) 2024-03-10 18:45:59 +07:00
setting.go More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
setting_keys.go
setting_test.go More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
user.go Forbid removing the last admin user (#28337) (#28793) 2024-01-16 14:41:11 +00:00
user_system.go Merge branch 'rebase-v1.21/forgejo-branding' into wip-v1.21-forgejo 2023-11-13 16:47:18 +01:00
user_test.go Merge branch 'rebase-v1.21/forgejo-dependency' into wip-v1.21-forgejo 2023-11-13 16:47:12 +01:00
user_update.go