forgejo/services/convert
JakobDev ea385f5d39
Fix API leaking Usermail if not logged in (#25097)
The API should only return the real Mail of a User, if the caller is
logged in. The check do to this don't work. This PR fixes this. This not
really a security issue, but can lead to Spam.

---------

Co-authored-by: silverwind <me@silverwind.io>
2023-07-31 01:18:38 +00:00
..
activity.go
attachment.go
convert.go Allow Organisations to have a E-Mail (#25082) 2023-07-25 08:26:27 +00:00
git_commit.go Add file status for API "Get a single commit from a repository" (#16205) (#25831) 2023-07-20 16:35:47 +08:00
git_commit_test.go
issue.go
issue_comment.go Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
issue_test.go
main_test.go
mirror.go
notification.go
package.go
pull.go
pull_review.go
pull_test.go
release.go
repository.go
status.go refactor improve NoBetterThan (#26126) 2023-07-26 08:52:07 +00:00
user.go Fix API leaking Usermail if not logged in (#25097) 2023-07-31 01:18:38 +00:00
user_test.go
utils.go
utils_test.go
wiki.go