gitea/routers/api/v1/user
renothing cbf231a675 fix wrong email when use gitea as OAuth2 provider (#7640)
when you use gitea as OAuth2 provider, the /api/v1/user should return
user primary email as identifier, which is unique in OAuth2 clients.

this patch use convert.ToUser replace all u.APIFormat in api requests,
return primary email when caller is yourself or admin.
2019-07-27 16:15:30 +03:00
..
app.go Change drone token name to let users know to use oauth2 (#6912) 2019-05-12 13:29:07 -04:00
email.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
follower.go fix wrong email when use gitea as OAuth2 provider (#7640) 2019-07-27 16:15:30 +03:00
gpg_key.go Add golangci (#6418) 2019-06-12 15:41:28 -04:00
key.go fix wrong email when use gitea as OAuth2 provider (#7640) 2019-07-27 16:15:30 +03:00
repo.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
star.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00
user.go fix wrong email when use gitea as OAuth2 provider (#7640) 2019-07-27 16:15:30 +03:00
watch.go Move sdk structs to modules/structs (#6905) 2019-05-11 18:21:34 +08:00