summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/admin
Commit message (Expand)AuthorAgeFilesLines
* 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
* #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-242-4/+4
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-3/+2
* api/admin: add/remove organization team repositoryUnknwon2016-04-041-0/+49
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-251-6/+28
* Fix status codeUnknwon2016-03-211-1/+1
* Change list teams API to non-admin specificUnknwon2016-03-212-20/+2
* #1692 api: admin list and create team under organizationUnknwon2016-03-214-0/+56
* #1692 add CRUD issue APIsUnknwon2016-03-132-3/+3
* Convert all API handers to use *context.APIContextUnknwon2016-03-133-18/+18
* #13 finish user and repository searchUnknwon2016-03-111-1/+1
* Rename module: middleware -> contextUnknwon2016-03-113-10/+10
* #1692 API: admin create repoUnknwon2015-12-171-0/+23
* #1692 add organization APIsUnknwon2015-12-172-3/+47
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-101-1/+1
* #2063 Ability to delete repo from admin panelUnknwon2015-12-051-0/+4
* APIs: admin usersUnknwon2015-12-051-0/+148