-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Gitea hides user email in PR API #29879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
issue/confirmed
Issue has been reviewed and confirmed to be present or accepted to be implemented
type/bug
Comments
Any plan to fix this bug guys? |
Merged
silverwind
pushed a commit
that referenced
this issue
Apr 8, 2024
Fix #29879 Co-authored-by: Giteabot <[email protected]>
GiteaBot
added a commit
to GiteaBot/gitea
that referenced
this issue
Apr 8, 2024
Fix go-gitea#29879 Co-authored-by: Giteabot <[email protected]>
lafriks
pushed a commit
that referenced
this issue
Apr 8, 2024
Backport #30231 by @lunny Fix #29879 Co-authored-by: Lunny Xiao <[email protected]>
project-mirrors-bot-tu bot
pushed a commit
to project-mirrors/forgejo-as-gitea-fork
that referenced
this issue
Jan 23, 2025
Backport go-gitea#30231 by @lunny Fix go-gitea#29879 Co-authored-by: Lunny Xiao <[email protected]> (cherry picked from commit e0b9638)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
issue/confirmed
Issue has been reviewed and confirmed to be present or accepted to be implemented
type/bug
Description
I think this issue is related to #27943. But that PR seems to only fix webhooks.
I'm trying to get the user (creator / assignee) email(s) from the pull request api in Gitea. I noticed that the email adress in the
user
field is redacted even if it shouldn't be because its turned off. As you can see the email is replaced by username@hidden email. But e. g. thebase/owner
field has the normal email.I'm not calling the api anonymous.
Gitea Version
latest
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
Global settings:


User settings:
Git Version
No response
Operating System
No response
How are you running Gitea?
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: