0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-18 21:30:36 +01:00
forgejo/routers/web
wxiaoguang 7bcbdd0707
Add user status filter to admin user management page ()
It makes Admin's life easier to filter users by various status.

* introduce window.config.PageData to pass template data to javascript module and small refactor

move legacy window.ActivityTopAuthors to window.config.PageData.ActivityTopAuthors
make HTML structure more IDE-friendly in footer.tmpl and head.tmpl
remove incorrect <style class="list-search-style"></style> in head.tmpl
use log.Error instead of log.Critical in admin user search

* use LEFT JOIN instead of SubQuery when admin filters users by 2fa. revert non-en locale.

* use OptionalBool instead of status map

* refactor SearchUserOptions.toConds to SearchUserOptions.toSearchQueryBase

* add unit test for user search

* only allow admin to use filters to search users
2021-10-12 20:11:35 +02:00
..
admin Add user status filter to admin user management page () 2021-10-12 20:11:35 +02:00
dev Refactor routers directory () 2021-06-09 01:33:54 +02:00
events Move login related structs and functions to models/login () 2021-09-24 19:32:56 +08:00
explore Add user status filter to admin user management page () 2021-10-12 20:11:35 +02:00
org Move login related structs and functions to models/login () 2021-09-24 19:32:56 +08:00
repo Save and view issue/comment content history () 2021-10-10 18:40:03 -04:00
user AutoRegistration is supposed to be working with disabled registration () 2021-10-11 12:23:59 -04:00
base.go Fix bug of get context user () 2021-09-28 21:13:04 +08:00
goget.go Related refactors to ctx.FormX functions () 2021-08-11 18:08:52 +03:00
home.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
metrics.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
nodeinfo.go Add nodeinfo endpoint for federation purposes () 2021-09-28 01:38:06 +02:00
swagger_json.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
web.go Save and view issue/comment content history () 2021-10-10 18:40:03 -04:00