summaryrefslogtreecommitdiffstats
path: root/routers/web/admin/users.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor admin user filter query parameters (#18965)wxiaoguang2022-03-021-1/+8
* Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that c...65432022-03-021-10/+25
* Refactor auth package (#17962)Lunny Xiao2022-01-021-22/+22
* Fix database inconsistent when admin change user email (#17549)Lunny Xiao2021-11-251-1/+9
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-16/+16
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-6/+6
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-1/+2
* Allow admins to change user avatars (#17661)qwerty2872021-11-161-0/+31
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-5/+5
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-4/+5
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-121-1/+22
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-251-5/+5
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-14/+16
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-2/+2
* Make allowed Visiblity modes configurable for Users (#16271)65432021-06-271-0/+2
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-2/+8
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+371