Page MenuHomePhabricator

Allow Conduit console to be browsed by logged-out users
ClosedPublic

Authored by epriestley on Apr 20 2014, 9:35 PM.
Tags
None
Referenced Files
F18803940: D8826.id20958.diff
Sat, Oct 18, 5:00 AM
F18759986: D8826.id20958.diff
Mon, Oct 6, 7:17 AM
F18741094: D8826.diff
Thu, Oct 2, 8:31 AM
F18733172: D8826.diff
Tue, Sep 30, 9:53 PM
F18611244: D8826.id20944.diff
Sep 14 2025, 6:25 AM
F18557486: D8826.id.diff
Sep 8 2025, 7:59 PM
F18513792: D8826.diff
Sep 5 2025, 9:46 AM
F18414619: D8826.id.diff
Aug 30 2025, 8:46 AM
Subscribers

Details

Summary

Ref T4830. A few methods, like conduit.ping, are callable without authentication, so this even has some use cases. Also:

  • Make some Differential stuff a little more consistent.
  • Use slightly more modern rendering.
  • Deprecate the status-oriented user calls; these will be replaced by Calendar methods.
Test Plan

Browsed console as logged out / logged in users.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Allow Conduit console to be browsed by logged-out users.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: btrahan, chad.
btrahan edited edge metadata.

I think the user status methods are used by FB to sync their status tool information into their Phabricator instance. I am not 100% positive though.

src/applications/people/conduit/ConduitAPI_user_addstatus_Method.php
3–4

i think the changes to these methods might break FB.

This revision is now accepted and ready to land.Apr 21 2014, 9:30 PM

They are, but deprecating methods just colors them red in the UI and removes them from the "modern queries" view. They still behave properly, so it shouldn't break anything.

epriestley updated this revision to Diff 20958.

Closed by commit rP27d426e3fe92 (authored by @epriestley).