1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 09:42:41 +01:00
phorge-phorge/src/aphront
lkassianik d8111f828f Allow a domain other than the install domain to serve as a short Phurl domain
Summary: Ref T8995, config option for Phurl short domain to share shortened URL's

Test Plan:
- Configure Phurl short domain to something like "zz.us"
- Navigate to `zz.us`; get 404
- Navigate to `zz.us/u/3` or `zz.us/u/alias` where `U3` is an existing Phurl; redirect to correct destination

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin

Maniphest Tasks: T8995

Differential Revision: https://secure.phabricator.com/D14447
2015-11-09 11:34:20 -08:00
..
__tests__ phtize all the things 2015-05-22 21:16:39 +10:00
configuration Fix /tag/aa%20bb project URIs 2015-10-12 17:02:42 -07:00
exception Replace AphrontUsageException with AphrontMalformedRequestException 2015-09-03 10:04:17 -07:00
handler Modularize Aphront exception handling 2015-09-03 10:04:42 -07:00
httpparametertype Provide formal Users/Projects/Mailable fields for EditEngine 2015-11-04 12:05:41 -08:00
interface Allow Controllers to return a wider range of "response-like" objects 2015-09-01 15:52:52 -07:00
response Replace AphrontUsageException with AphrontMalformedRequestException 2015-09-03 10:04:17 -07:00
sink Extend from Phobject 2015-06-15 18:02:27 +10:00
site Allow a domain other than the install domain to serve as a short Phurl domain 2015-11-09 11:34:20 -08:00
AphrontController.php Provide an AphrontController implementation of willSendResponse() 2015-09-07 17:18:35 -07:00
AphrontRequest.php Set a property so that unit tests run on PHP7 2015-10-26 21:15:45 +00:00