aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/explore/user.go
Commit message (Expand)AuthorAgeFilesLines
* 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