1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/base/controller
vrana 5a5d0b2b56 Allow custom request checker prior to displaying page
Summary: We want to allow a broader access to our installation but we need to check the request in that case.

Test Plan:
Created a simple `PhabricatorRequestChecker` returning a custom controller.
Verified that this controller is used when accessing any page.
Returned `null` from this checker and verified that all 209 Phabricator pages are accessible.

Reviewers: epriestley

Reviewed By: epriestley

CC: scottmac, aran, Korvin, btrahan

Differential Revision: https://secure.phabricator.com/D2488
2012-09-27 15:34:54 -07:00
..
Phabricator404Controller.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
PhabricatorController.php Allow custom request checker prior to displaying page 2012-09-27 15:34:54 -07:00
PhabricatorRedirectController.php Allow redirecting when not logged in 2012-09-05 14:16:46 -07:00