Skip to content
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

Do not send notification emails to inactive users (#19131) #19139

Merged
merged 5 commits into from
Mar 19, 2022

Commits on Mar 19, 2022

  1. Do not send notification emails to inactive users (go-gitea#19131)

    Backport go-gitea#19131
    
    Emails should not be sent to inactive users except for Activate and ResetPassword
    messages.
    
    Fix go-gitea#18950
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    d160d8c View commit details
    Browse the repository at this point in the history
  2. not send notification emails to inactive users (part 2)

    Unfortunately fixing changes to `mail_issue.go` did not get included in go-gitea#19131.
    
    We also need to not send issue comment mails to deactivated users.
    
    Fix go-gitea#18950
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    3552a76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72e1b35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f938e75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4826dd View commit details
    Browse the repository at this point in the history