You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 years ago
..
app.go Change drone token name to let users know to use oauth2 (#6912) 5 years ago
email.go Move sdk structs to modules/structs (#6905) 5 years ago
follower.go fix wrong email when use gitea as OAuth2 provider (#7640) 5 years ago
gpg_key.go Add golangci (#6418) 5 years ago
key.go fix wrong email when use gitea as OAuth2 provider (#7640) 5 years ago
repo.go Move sdk structs to modules/structs (#6905) 5 years ago
star.go Move sdk structs to modules/structs (#6905) 5 years ago
user.go fix wrong email when use gitea as OAuth2 provider (#7640) 5 years ago
watch.go Move sdk structs to modules/structs (#6905) 5 years ago