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
..
blob.go Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314) 5 years ago
branch.go Move sdk structs to modules/structs (#6905) 5 years ago
collaborators.go fix wrong email when use gitea as OAuth2 provider (#7640) 5 years ago
commits.go Fixes #7564 - Malformed URLs in API git/commits response (#7565) 5 years ago
file.go Fixes #7292 - API File Contents bug (#7301) 5 years ago
fork.go Move sdk structs to modules/structs (#6905) 5 years ago
git_hook.go Move sdk structs to modules/structs (#6905) 5 years ago
git_ref.go Fixes #2738 - Adds the /git/tags API endpoint (#7138) 5 years ago
hook.go fix wrong email when use gitea as OAuth2 provider (#7640) 5 years ago
hook_test.go API endpoint for testing webhook (#3550) 6 years ago
issue.go Move sdk structs to modules/structs (#6905) 5 years ago
issue_comment.go Move sdk structs to modules/structs (#6905) 5 years ago
issue_label.go Move sdk structs to modules/structs (#6905) 5 years ago
issue_tracked_time.go Move sdk structs to modules/structs (#6905) 5 years ago
key.go Move sdk structs to modules/structs (#6905) 5 years ago
label.go Add missing description of label on API (#7159) 5 years ago
main_test.go API endpoint for testing webhook (#3550) 6 years ago
milestone.go Add state param to milestone listing API (#7131) 5 years ago
pull.go Fix #732: Add LFS objects to base repository on merging (#7082) 5 years ago
release.go Move sdk structs to modules/structs (#6905) 5 years ago
release_attachment.go Refactor filetype is not allowed errors (#7309) 5 years ago
repo.go add notification placeholder (#7409) 5 years ago
repo_test.go Fixes #5960 - Adds API Endpoint for Repo Edit (#7006) 5 years ago
star.go fix wrong email when use gitea as OAuth2 provider (#7640) 5 years ago
status.go Fix #7136: Add paging and extend API GetCommitStatuses (#7141) 5 years ago
subscriber.go fix wrong email when use gitea as OAuth2 provider (#7640) 5 years ago
tag.go Fixes #2738 - Adds the /git/tags API endpoint (#7138) 5 years ago
tree.go Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314) 5 years ago