1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-24 15:52:41 +01:00
phorge-phorge/src/applications/config
epriestley 879c14e13a Consolidate HTTP header access
Summary: Route all `$_SERVER['HTTP_...']` stuff through AphrontRequest (it would be nice to make this non-static, but the stack is a bit tangled right now...)

Test Plan: Verified CSRF and cascading profiling. `var_dump()`'d User-Agent and Referer and verified they are populated and returned correct values when accessed. Restarted server to trigger setup checks.

Reviewers: vrana

Reviewed By: vrana

CC: aran

Differential Revision: https://secure.phabricator.com/D4888
2013-02-09 15:01:57 -08:00
..
application Installation & Uninstallion of Applications 2013-01-29 09:17:24 -08:00
check Consolidate HTTP header access 2013-02-09 15:01:57 -08:00
controller Default to right status when viewing a config 'class' option 2013-02-09 11:03:57 -08:00
editor Fix every HTML issue I could find 2013-02-04 17:06:34 -08:00
exception Allow configuration to be explicitly validated, including validation of complex attributes 2013-01-01 18:15:03 -08:00
issue Detect and raise setup warnings from within Phabricator 2012-12-30 06:37:49 -08:00
json Mask remaining config values, and implement set type 2013-01-16 15:06:07 -08:00
management Add enum option type. 2013-01-21 18:48:29 -08:00
option Preserving the Animation of Gif Images 2013-02-08 09:42:28 -08:00
query Use transactions to show edit history for Configuration 2013-01-01 18:14:41 -08:00
response Returning simple text error message instead of HTML for requests where HTML won't be rendered for the user. Fixes T2401. 2013-01-30 08:43:35 -08:00
storage Use transactions to show edit history for Configuration 2013-01-01 18:14:41 -08:00
view Kill some PhutilSafeHTML 2013-02-07 18:01:01 -08:00