summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/admin/user.go
Commit message (Expand)AuthorAgeFilesLines
* Fix empty field `login_name` in API response JSON when creating user (#30511)yp053272024-04-161-3/+3
* Add a warning for disallowed email domains (#29658)Zettat1232024-03-111-0/+9
* 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
* 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-6/+2
* Unify user update methods (#28733)KN4CK3R2024-02-041-101/+47
* Forbid removing the last admin user (#28337)yp053272024-01-151-1/+8
* chore(api): support ignore password if login source type is LDAP for creating...Bo-Yi Wu2023-12-191-11/+21
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-2/+2
* fix Missing 404 swagger response docs for /admin/users/{username} (#26086)caicandong2023-07-241-0/+2
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-211-7/+7
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-041-2/+0
* Add login name and source id for admin user searching API (#23376)Lunny Xiao2023-03-151-5/+16
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-141-0/+58
* Purge API comment (#23451)John Olheiser2023-03-131-0/+4
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-191-1/+1
* Allow custom "created" timestamps in user creation API (#22549)Sybren2023-02-161-0/+9
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-3/+3
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add option to purge users (#18064)zeripath2022-07-141-1/+1
* 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/+6
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-5/+11
* Add Package Registry (#16510)KN4CK3R2022-03-301-1/+2
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-48/+34
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-8/+8
* Restrict email address validation (#17688)Lunny Xiao2022-03-141-1/+4
* format with gofumpt (#18184)65432022-01-201-1/+1
* Refactor auth package (#17962)Lunny Xiao2022-01-021-8/+8
* Ensure complexity, minlength and ispwned are checked on password setting (#18...zeripath2021-12-171-0/+5
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-3/+5
* Fix database inconsistent when admin change user email (#17549)Lunny Xiao2021-11-251-3/+13
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-14/+15
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-1/+2
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-3/+4
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-4/+5
* [API] generalize list header (#16551)65432021-08-121-2/+1
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-1/+14
* Make modules/context.Context a context.Context (#16031)zeripath2021-05-311-2/+2
* Addition to (Add Location, Website and Description to API #15675) (#15690)KN4CK3R2021-05-021-0/+3
* [refactor] mailer service (#15072)65432021-04-021-1/+1
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-3/+3
* [API] Add Restricted Field to User (#14630)65432021-02-181-0/+3
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-7/+8
* [Refactor] Passwort Hash/Set (#14282)65432021-01-101-1/+4
* API: Admin EditUser: Make FullName, Email, Website & Location optional (#13562)65432020-11-191-5/+18