gitea/routers/api/v1
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
..
admin fix wrong email when use gitea as OAuth2 provider (#7640) 2019-07-27 16:15:30 +03:00
convert fix wrong email when use gitea as OAuth2 provider (#7640) 2019-07-27 16:15:30 +03:00
misc Add golangci (#6418) 2019-06-12 15:41:28 -04:00
org fix wrong email when use gitea as OAuth2 provider (#7640) 2019-07-27 16:15:30 +03:00
repo fix wrong email when use gitea as OAuth2 provider (#7640) 2019-07-27 16:15:30 +03:00
swagger Fixes #7292 - API File Contents bug (#7301) 2019-06-29 16:51:10 -04:00
user fix wrong email when use gitea as OAuth2 provider (#7640) 2019-07-27 16:15:30 +03:00
utils Webhook Logs show proper HTTP Method, and allow change HTTP method in form (#6953) 2019-05-15 20:01:53 +08:00
api.go Swagger: Add information to API Token header (#7585) 2019-07-24 09:34:11 +01:00