summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/admin
Commit message (Expand)AuthorAgeFilesLines
* [API] Add Restricted Field to User (#14630)65432021-02-181-0/+3
* Move macaron to chi (#14293)Lunny Xiao2021-01-263-12/+15
* [Refactor] Passwort Hash/Set (#14282)65432021-01-101-1/+4
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-5/+19
* 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
* Adopt repositories (#12920)zeripath2020-09-251-0/+164
* Check passwords against HaveIBeenPwned (#12716)John Olheiser2020-09-081-1/+18
* Add cron running API (#12421)zeripath2020-08-241-0/+86
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-132-0/+2
* Add pagination headers on endpoints that support total count from database (#...Cirno the Strongest2020-06-212-4/+14
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-092-2/+2
* Various fixes in login sources (#10428)guillep2k2020-02-232-0/+2
* Prevent DeleteUser API abuse (#10125)65432020-02-031-0/+6
* Minor typo fix (#10043)Andy Harrison2020-01-281-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-242-8/+18
* [API] add GET /orgs endpoint (#9560)65432020-01-121-1/+1
* [API] Add notification endpoint (#9488)65432020-01-091-2/+2
* Swagger info corrections (#9441)65432019-12-203-24/+42
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-102-2/+2
* 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
* Use gitea forked macaron (#7933)Tamal Saha2019-08-232-4/+2
* add pagination for admin api get orgs and fix only list public orgs bug (#7742)Lunny Xiao2019-08-041-1/+12
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-271-4/+3
* Fixes #7023 - API Org Visibility (#7028)Richard Mahn2019-05-301-0/+7
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-113-3/+3
* 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-232-0/+54
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-203-0/+13
* 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-133-84/+123
* Improve swagger doc (#2274)Antoine GIRARD2017-08-213-6/+81
* Use handlers for API authorization (#723)Ethan Koenig2017-01-261-52/+0
* Fix permission bugs in team API (#647)Ethan Koenig2017-01-201-88/+0
* API endpoints for organization teams (#370)Ethan Koenig2016-12-281-0/+25
* Fix random string generator (#384)Denis Denisov2016-12-201-1/+5
* golint fixed for routers (#208)Lunny Xiao2016-11-245-5/+17
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-114-4/+4
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-105-22/+22
* And othersSandro Santilli2016-11-071-1/+1
* More...Sandro Santilli2016-11-071-1/+1
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-074-4/+4
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-035-18/+18