summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/admin/user.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* golint fixed for routers (#208)Lunny Xiao2016-11-241-3/+7
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-6/+6
* More...Sandro Santilli2016-11-071-1/+1
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-5/+5
* #3515 use alert instead 500 for duplicated login source nameUnknwon2016-08-311-1/+1
* Replace convert.To with APIFormat callsUnknwon2016-08-141-3/+2
* Add MaxRepoCreation to EditUser API (#2781)Robin Lambertz2016-08-111-0/+3
* Added Full Name to CreateUser api call (#3333)Richard Mahn2016-07-271-0/+1
* Refactor User.Id to User.IDUnknwon2016-07-241-1/+1
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-3/+2
* #1692 api: admin list and create team under organizationUnknwon2016-03-211-0/+152