aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/admin/user.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add email validity check (#13475)Chris Shyi2020-11-141-1/+2
* Check passwords against HaveIBeenPwned (#12716)John Olheiser2020-09-081-1/+18
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-131-0/+1
* Add pagination headers on endpoints that support total count from database (#...Cirno the Strongest2020-06-211-2/+6
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* Various fixes in login sources (#10428)guillep2k2020-02-231-0/+1
* Prevent DeleteUser API abuse (#10125)65432020-02-031-0/+6
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-3/+13
* [API] Add notification endpoint (#9488)65432020-01-091-2/+2
* Swagger info corrections (#9441)65432019-12-201-19/+28
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-1/+1
* Password Complexity Checks (#6230)Maxim Tkachenko2019-10-141-1/+13
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-3/+3