Page MenuHomePhabricator

Update Auth for handleRequest
ClosedPublic

Authored by chad on Jul 28 2015, 6:48 PM.
Tags
None
Referenced Files
F18819593: D13748.id.diff
Wed, Oct 22, 7:21 AM
F18783924: D13748.id33263.diff
Mon, Oct 13, 10:46 AM
F18763311: D13748.id.diff
Mon, Oct 6, 11:45 PM
F18763008: D13748.id.diff
Mon, Oct 6, 10:08 PM
F18757252: D13748.diff
Sun, Oct 5, 4:23 PM
F18659107: D13748.id33209.diff
Sep 23 2025, 9:56 AM
F18656083: D13748.id33208.diff
Sep 22 2025, 9:24 PM
F18649990: D13748.id33262.diff
Sep 20 2025, 10:59 PM
Subscribers

Details

Summary

Updates Auth app for handleRequest

Test Plan

Tested what I could, Log in, Log out, Change Password, New account, Verify account... but extra eyes very helpful here.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chad retitled this revision from to Update Auth for handleRequest.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
src/applications/auth/controller/PhabricatorAuthInviteController.php
11 ↗(On Diff #33208)

maybe this is wrong

src/applications/auth/controller/PhabricatorAuthUnlinkController.php
115

derp

src/applications/auth/controller/PhabricatorEmailLoginController.php
11

derp2

epriestley edited edge metadata.
epriestley added inline comments.
src/applications/auth/controller/PhabricatorAuthInviteController.php
11 ↗(On Diff #33209)

$request->getViewer() and $this->getViewer() do exactly the same thing, but $this->getViewer() is the newer / more-preferred mechanism. It works more consistently in more places.

This revision is now accepted and ready to land.Aug 1 2015, 10:42 PM
chad marked an inline comment as done.
chad edited edge metadata.
  • clean up derps
  • Update to $viewer = $this->getViewer();
This revision was automatically updated to reflect the committed changes.