1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-02 11:42:42 +01:00
phorge-phorge/src/applications/tokens/controller
epriestley 6a6db0ac8e Allow tokens to be awarded to MFA-required objects
Summary:
Depends on D19901. Ref T13222. See PHI873. Currently, the MFA code and the (older, not-really-transactional) token code don't play nicely.

In particular, if the Editor throws we tend to get half an effect applied.

For now, just make this work. Some day it could become more modern so that the transaction actually applies the write.

Test Plan: Awarded and rescinded tokens from an MFA-required object.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13222

Differential Revision: https://secure.phabricator.com/D19902
2018-12-28 00:14:48 -08:00
..
PhabricatorTokenController.php Increase visibility of PhabricatorController::buildApplicationMenu methods 2015-01-16 07:41:26 +11:00
PhabricatorTokenGiveController.php Allow tokens to be awarded to MFA-required objects 2018-12-28 00:14:48 -08:00
PhabricatorTokenGivenController.php Update Tokens for newPage 2016-04-02 13:22:24 -07:00
PhabricatorTokenLeaderController.php Update Tokens for newPage 2016-04-02 13:22:24 -07:00