mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
ee7b153dd9
When doing GET /api/v1/users/{user} as an unauthenticated user, gitea throws a 500 because it's trying to dereference elements from the context user. It wants to do this to see whether to show the primary email and will do that if the logged in user is admin or the user in question. However, if ctx.User is nil, go gets really unhappy. |
||
---|---|---|
.. | ||
app.go | ||
email.go | ||
follower.go | ||
gpg_key.go | ||
key.go | ||
repo.go | ||
star.go | ||
user.go | ||
watch.go |