1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00
phorge-phorge/src/infrastructure/env
epriestley 688c120f9f Provide PhabricatorEnv::isSelfURI to test if a URI points at the current install
Summary:
Ref T5378. This repackages an existing check to see if a URI is a URI for the current install into a more reasonable form.

In an upcoming change, I'll use this new check to test whether `http://example.whatever.com/T123` is a link to a task on the current install or not.

Test Plan: This stuff has good test coverage already; added some more.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T5378

Differential Revision: https://secure.phabricator.com/D17502
2017-03-17 16:44:53 -07:00
..
__tests__ Provide PhabricatorEnv::isSelfURI to test if a URI points at the current install 2017-03-17 16:44:53 -07:00
PhabricatorConfigDatabaseSource.php Add database configuration source to the source stack 2013-01-17 15:10:21 -08:00
PhabricatorConfigDefaultSource.php Read default values of custom config options 2013-01-19 08:36:08 -08:00
PhabricatorConfigDictionarySource.php Formalize configuration sources and source stacks 2012-12-25 06:44:29 -08:00
PhabricatorConfigFileSource.php phtize all the things 2015-05-22 21:16:39 +10:00
PhabricatorConfigLocalSource.php phtize all the things 2015-05-22 21:16:39 +10:00
PhabricatorConfigProxySource.php phtize all the things 2015-05-22 21:16:39 +10:00
PhabricatorConfigSiteSource.php Add an extensible "SiteSource" for configuration 2014-11-05 15:30:40 -08:00
PhabricatorConfigSource.php Extend from Phobject 2015-06-15 18:02:27 +10:00
PhabricatorConfigStackSource.php phtize all the things 2015-05-22 21:16:39 +10:00
PhabricatorEnv.php Provide PhabricatorEnv::isSelfURI to test if a URI points at the current install 2017-03-17 16:44:53 -07:00
PhabricatorScopedEnv.php Extend from Phobject 2015-06-15 18:02:27 +10:00