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.
forgejo/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.
5 years ago
..
admin Shadow the password on cache and session config on admin panel (#7300) 5 years ago
api/v1 fix wrong email when use gitea as OAuth2 provider (#7640) 5 years ago
dev Make time diff translatable (#2057) 7 years ago
org Removed unnecessary conversions (#7557) 5 years ago
private #6946 Run hooks on merge/edit and cope with protected branches (#6961) 5 years ago
repo use 403 instead of 401 for ErrUserProhibitLogin (#7591) 5 years ago
routes Remove settting dependency on modules/session (#7237) 5 years ago
user Fixed ineffectual assignments (#7555) 5 years ago
utils Slack webhook channel name cannot be empty or just contain an hashtag (#4786) 6 years ago
home.go Unifies pagination template usage (#6531) (#6533) 5 years ago
init.go Only check and config git on web subcommand but not others (#7236) 5 years ago
install.go Install page - Handle invalid administrator username better (#7060) 5 years ago
metrics.go routers: do not leak secrets via timing side channel (#7364) 5 years ago
swagger_json.go Swagger.v1.json template (#3572) 6 years ago