1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-27 01:02:42 +01:00
phorge-phorge/src/aphront
epriestley a3d4f4c457 Fix an issue with darkconsole.always-on and logged-out users
Summary:
Fixes T3796. When this got split out into tabs, the data endpoints were accidentally locked down. Open them up again if the setting is on.

Also, when you open/close the console we try to save the preference. Just no-op if you're logged out. Previously, you'd see the requests in DarkConsole since they failed.

Test Plan: Enabled `darkconsole.always-on` and toggled the console on and off as a logged-out user. Disabled the preference and verified it was no longer accessible.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T3796

Differential Revision: https://secure.phabricator.com/D6886
2013-09-05 11:16:32 -07:00
..
__tests__ Add passthru to AphrontRequest 2012-12-11 17:27:02 -08:00
configuration Handle "multipart/form-data" correctly even if we get the data 2013-08-04 11:37:17 -07:00
console Fix an issue with darkconsole.always-on and logged-out users 2013-09-05 11:16:32 -07:00
exception Delete license headers from files 2012-11-05 11:16:51 -08:00
response Further mitigate BREACH by reducing reflectiveness 2013-08-07 16:09:25 -07:00
sink Share more HTTPSink code 2012-12-25 06:17:45 -08:00
AphrontController.php Use delegation to generalize application search controllers 2013-05-30 14:09:02 -07:00
AphrontRequest.php Allow construction of ApplicationSearch queries with GET 2013-08-29 11:52:29 -07:00
AphrontURIMapper.php Delete license headers from files 2012-11-05 11:16:51 -08:00