1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-23 23:32:40 +01:00
phorge-phorge/src/infrastructure/events
epriestley 8994a81b35 Make event-triggered actions more aware of application access
Summary:
Fixes T3675.

  - Maniphest had a couple of old non-event listeners; move them to events.
  - Make most of the similar listeners a little more similar.
  - Add checks for access to the application.

Test Plan:
  - Viewed profile, project, task, revision.
  - Clicked all the actions.
  - Blocked access to various applications and verified the actions vanished.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T3675

Differential Revision: https://secure.phabricator.com/D7365
2013-10-21 17:00:50 -07:00
..
constant Add event dispatch for updated search indexes 2013-09-12 13:05:54 -07:00
PhabricatorEvent.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorEventEngine.php Tie application event listeners to the applications they listen for 2013-10-21 17:00:21 -07:00
PhabricatorEventListener.php Make event-triggered actions more aware of application access 2013-10-21 17:00:50 -07:00
PhabricatorExampleEventListener.php Tie application event listeners to the applications they listen for 2013-10-21 17:00:21 -07:00