summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user/user.go
Commit message (Expand)AuthorAgeFilesLines
* Fix breakage from vendor-updateKim "BKC" Carlbäcker2016-11-291-1/+1
* golint fixed for routers (#208)Lunny Xiao2016-11-241-0/+3
* 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-3/+3
* And othersSandro 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-2/+2
* Replace convert.To with APIFormat callsUnknwon2016-08-141-3/+2
* Fix #3391Unknwon2016-08-111-3/+6
* Refactor User.Id to User.IDUnknwon2016-07-241-2/+2
* Convert all API handers to use *context.APIContextUnknwon2016-03-131-4/+4
* #13 finish user and repository searchUnknwon2016-03-111-13/+14
* Rename module: middleware -> contextUnknwon2016-03-111-3/+3
* refactor API routes and some work for #976Unknwon2015-12-041-0/+71