summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user
Commit message (Expand)AuthorAgeFilesLines
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-2/+2
* Delete a user's public key via admin api (closes #3014) (#3059)Vlad Temian2017-12-061-1/+5
* Update swagger documentation (#2899)Ethan Koenig2017-11-139-333/+547
* fix importsLunny Xiao2017-10-251-5/+4
* some fixesLunny Xiao2017-10-251-1/+2
* Hide unactive on explore users and some refactors (#2741)Lunny Xiao2017-10-241-1/+1
* Improve swagger doc (#2274)Antoine GIRARD2017-08-218-36/+36
* API: support '/orgs/:org/repos' (#2047)Aaron Walker2017-07-131-0/+18
* Fix GET /users/:username/repos endpoint (#2125)Ethan Koenig2017-07-101-30/+30
* feat: add check misspelling (#1877)Bo-Yi Wu2017-06-051-1/+1
* Generate swagger json (#1402)Antoine GIRARD2017-05-028-14/+300
* bug fixed for API to get user's repos (#1622)Lunny Xiao2017-04-291-4/+7
* Migrate WatchInfo struct to api (#1492)Antoine GIRARD2017-04-161-14/+2
* Implement GPG api (#710)Antoine GIRARD2017-03-161-0/+102
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-152-10/+3
* fix panic when get user repos from api (#1110)Lunny Xiao2017-03-031-2/+2
* API: support /users/:username/reposawwalker2017-02-271-0/+62
* Fix go vet faults (#1060)Ethan Koenig2017-02-261-2/+8
* fix: trim the whitespaces for the search keyword (#893)Bo-Yi Wu2017-02-111-1/+3
* API Endpoint for watching (#191)Ethan Koenig2016-12-241-0/+123
* fixed vulnerabilities (#392)Lunny Xiao2016-12-151-0/+1
* Bug fixes for repo permissions in APIEthan Koenig2016-12-071-1/+9
* Fix breakage from vendor-updateKim "BKC" Carlbäcker2016-11-291-1/+1
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-1/+1
* golint fixed for routers (#208)Lunny Xiao2016-11-245-19/+41
* API endpoints for starsEthan Koenig2016-11-161-0/+76
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-115-5/+5
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-105-20/+20
* And othersSandro Santilli2016-11-071-1/+1
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-075-5/+5
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-035-15/+15
* Replace convert.To with APIFormat callsUnknwon2016-08-142-5/+3
* Fix #3391Unknwon2016-08-111-3/+6
* Refactor User.Id to User.IDUnknwon2016-07-245-13/+13
* #1692 api: admin list and create team under organizationUnknwon2016-03-212-0/+0
* #1692 add CRUD issue APIsUnknwon2016-03-133-6/+6
* Convert all API handers to use *context.APIContextUnknwon2016-03-135-48/+48
* #13 finish user and repository searchUnknwon2016-03-111-13/+14
* Rename module: middleware -> contextUnknwon2016-03-115-33/+33
* #1692 APIs: Users FollowersUnknwon2015-12-211-0/+121
* #1692 add organization APIsUnknwon2015-12-172-10/+17
* #1692 add user email APIsUnknwon2015-12-151-0/+78
* APIs: admin usersUnknwon2015-12-051-13/+6
* refactor API routes and some work for #976Unknwon2015-12-043-0/+233