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
Unknown Object (File)
Sat, Apr 20, 6:47 PM
Unknown Object (File)
Wed, Apr 17, 10:56 AM
Unknown Object (File)
Sat, Apr 13, 1:55 AM
Unknown Object (File)
Sat, Apr 13, 1:55 AM
Unknown Object (File)
Sat, Apr 13, 1:55 AM
Unknown Object (File)
Thu, Apr 11, 10:08 AM
Unknown Object (File)
Sun, Mar 31, 10:51 PM
Unknown Object (File)
Mar 5 2024, 12:39 PM
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).