aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/admin/users.go
Commit message (Expand)AuthorAgeFilesLines
* Move some errors to their own sub packages (#32880)Lunny Xiao45 hours1-6/+6
* Move admin routers from /admin to /-/admin (#32189)Lunny Xiao2024-10-101-11/+11
* Save initial signup information for users to aid in spam prevention (#31852)techknowlogick2024-09-091-1/+1
* Remove urls from translations (#31950)Denys Konovalov2024-09-021-2/+2
* Refactor names (#31405)wxiaoguang2024-06-191-8/+8
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-271-1/+1
* Clean up log messages (#30313)wxiaoguang2024-04-071-1/+0
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-221-6/+2
* Add a warning for disallowed email domains (#29658)Zettat1232024-03-111-0/+8
* Skip email domain check when admins edit user emails (#29609)Zettat1232024-03-051-1/+1
* Skip email domain check when admin users adds user manually (#29522)Zettat1232024-03-051-1/+1
* Add option to set language in admin user view (#28449)65432024-03-021-0/+1
* remove util.OptionalBool and related functions (#29513)65432024-03-021-2/+2
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-291-1/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-231-1/+1
* Unify user update methods (#28733)KN4CK3R2024-02-041-94/+90
* Forbid removing the last admin user (#28337)yp053272024-01-151-1/+10
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-4/+4
* Allow to set explore page default sort (#27951)65432023-11-091-1/+4
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-031-3/+7
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-5/+5
* Refactor system setting (#27000)wxiaoguang2023-10-051-14/+8
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-3/+3
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-3/+3
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-2/+2
* Display all user types and org types on admin management UI (#27050)Lunny Xiao2023-09-141-0/+1
* Fix context cache bug & enable context cache for dashabord commits' authors (...Lunny Xiao2023-09-111-2/+5
* fetch emails of currently displayed user on admin page (#26918)techknowlogick2023-09-051-1/+1
* User details page (#26713)Denys Konovalov2023-08-311-0/+58
* Make "link-action" backend code respond correct JSON content (#26680)wxiaoguang2023-08-231-1/+1
* Remove unnecessary template helper DisableGravatar (#26386)wxiaoguang2023-08-081-0/+3
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-081-2/+2
* Sort users and orgs on explore by recency by default (#24279)techknowlogick2023-05-061-1/+2
* Move secrets and runners settings to actions settings (#24200)Hester Gong2023-04-271-5/+0
* Fix incorrect/Improve error handle in edit user page (#23805)yp053272023-03-301-3/+6
* Fix incorrect visibility dropdown list in add/edit user page (#23804)yp053272023-03-301-0/+2
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-191-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Redirect if user does not exist (#20981)KN4CK3R2022-08-291-1/+5
* Add option to purge users (#18064)zeripath2022-07-141-16/+6
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Admin should not delete himself (#19423)Lunny Xiao2022-05-081-0/+9
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-2/+6
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+5
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-5/+5
* Restrict email address validation (#17688)Lunny Xiao2022-03-141-1/+5