summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/admin/user.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-271-4/+3
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Fixes #6881 - API users search fix (#6882)Richard Mahn2019-05-081-1/+1
* Return a UserList from /api/v1/admin/users (#6629)zeripath2019-04-151-2/+9
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-1/+1
* Adds MustChangePassword to user create/edit API, defaults to true (#6193)John Olheiser2019-02-271-6/+14
* New API routes added (#5594)Shashvat Kedia2019-01-231-0/+25
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+5
* API /admin/users/{username} missing parameter (#4775)EnricoFerro2018-08-231-0/+6
* Cleanup models.User.HashPassword (#3334)Kim "BKC" Carlbäcker2018-01-121-2/+1
* Change EncodePasswd to HashPassword (#3329)Morgan Bazalgette2018-01-081-1/+1
* Delete a user's public key via admin api (closes #3014) (#3059)Vlad Temian2017-12-061-0/+45
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-56/+83
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-4/+53
* Fix random string generator (#384)Denis Denisov2016-12-201-1/+5