gitea/routers
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
api/v1 fix wrong email when use gitea as OAuth2 provider (#7640) 2019-07-27 16:15:30 +03:00
dev
org Removed unnecessary conversions (#7557) 2019-07-23 19:50:39 +01:00
private
repo use 403 instead of 401 for ErrUserProhibitLogin (#7591) 2019-07-23 21:38:47 +01:00
routes Remove settting dependency on modules/session (#7237) 2019-07-17 09:04:37 +08:00
user Fixed ineffectual assignments (#7555) 2019-07-22 17:35:53 +08:00
utils
home.go
init.go
install.go
metrics.go
swagger_json.go