aboutsummaryrefslogtreecommitdiffstats
path: root/models/user/search.go
Commit message (Expand)AuthorAgeFilesLines
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-291-17/+17
* Only use supported sort order for "explore/users" page (#29430)wxiaoguang2024-02-271-0/+3
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-5/+6
* Display all user types and org types on admin management UI (#27050)Lunny Xiao2023-09-141-1/+15
* Add login name and source id for admin user searching API (#23376)Lunny Xiao2023-03-151-0/+9
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-23/+0
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-281-18/+24
* Simplify visibility checks (#20406)KN4CK3R2022-07-211-11/+4
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Refactor admin user filter query parameters (#18965)wxiaoguang2022-03-021-0/+3
* Improve the comment for 2FA filter in admin panel (#18017)Gusted2022-01-131-1/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-0/+167