MantisBT: master-1.2.x b899651c

Author Committer Branch Timestamp Parent
vboctor vboctor master-1.2.x 2014-11-04 18:04 master-1.2.x 4b2d30a8
Affected Issues  0009885: Emails on relations is send to people who cannot see the related issue
Changeset

Relationship emails disclose related issue

This fix tackles the following scenarios:

  • Users no longer get notified about relationships that they don't have access to.
  • Users no longer see relationships listed in email notifications that they don't have access to.
  • Users no longer see history events associated with relationships they don't have access to.
  • Emails are constructed within the context of the target user not the logged in one.

Fixes 0009885

mod - core/email_api.php Diff File
mod - core/history_api.php Diff File