aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user/email.go
Commit message (Collapse)AuthorAgeFilesLines
* fixed vulnerabilities (#392)Lunny Xiao2016-12-151-0/+1
|
* golint fixed for routers (#208)Lunny Xiao2016-11-241-3/+6
|
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
| | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-5/+5
| | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* 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-4/+4
|
* Refactor User.Id to User.IDUnknwon2016-07-241-2/+2
|
* #1692 add CRUD issue APIsUnknwon2016-03-131-2/+2
| | | | | - Fix go-gogs-client#10 - Related to #809
* Convert all API handers to use *context.APIContextUnknwon2016-03-131-7/+7
|
* Rename module: middleware -> contextUnknwon2016-03-111-4/+4
|
* #1692 add organization APIsUnknwon2015-12-171-3/+6
|
* #1692 add user email APIsUnknwon2015-12-151-0/+78