aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/explore/user.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor error system (#33610)wxiaoguang2025-02-161-1/+1
* Refactor pagination (#33037)wxiaoguang2024-12-301-4/+1
* Refactor template & test related code (#32938)wxiaoguang2024-12-221-3/+3
* Respect UI.ExploreDefaultSort setting again (#32357)65432024-10-301-1/+2
* Add `DISABLE_ORGANIZATIONS_PAGE` and `DISABLE_CODE_PAGE` settings for explore...Zettat1232024-10-221-1/+3
* Refactor names (#31405)wxiaoguang2024-06-191-2/+2
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-291-2/+2
* Only use supported sort order for "explore/users" page (#29430)wxiaoguang2024-02-271-2/+19
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Allow to set explore page default sort (#27951)65432023-11-091-9/+8
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-2/+2
* Sort users and orgs on explore by recency by default (#24279)techknowlogick2023-05-061-6/+16
* Fix sorting admin user list by last login (#22081)aceArt-GmbH2022-12-111-0/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add sitemap support (#18407)Daniil Gentili2022-06-251-1/+24
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-1/+1
* Refactor admin user filter query parameters (#18965)wxiaoguang2022-03-021-1/+3
* Fix admin user list pagination (#18957)Otto Richter (fnetX)2022-03-011-0/+1
* format with gofumpt (#18184)65432022-01-201-3/+1
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-2/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-6/+7
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-121-9/+12
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+2
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-2/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-3/+3
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-4/+4
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+107