1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-11 14:28:31 +01:00
phorge-phorge/src/applications/phurl/controller
epriestley 2868a69f65 Remove all setObjectURI() from ActionListViews
Summary:
Ref T10004. After D14804, we get this behavior by default and no longer need to set it explicitly.

(If some endpoint did eventually need to set it explicitly, it could just change what it passes to `setHref()`, but I believe we currently have no such endpoints and do not foresee ever having any.)

Test Plan:
  - As a logged out user, clicked various links in Differential, Maniphest, Files, etc., always got redirected to a sensible place after login.
  - Grepped for `setObjectURI()`, `getObjectURI()` (there are a few remaining callsites, but to a different method with the same name in Doorkeeper).

Reviewers: chad

Reviewed By: chad

Subscribers: hach-que

Maniphest Tasks: T10004

Differential Revision: https://secure.phabricator.com/D14805
2015-12-17 08:30:22 -08:00
..
PhabricatorPhurlController.php Ref T6049, Add Phurl URL create capability 2015-11-20 10:11:06 -08:00
PhabricatorPhurlShortURLController.php Allow a domain other than the install domain to serve as a short Phurl domain 2015-11-09 11:34:20 -08:00
PhabricatorPhurlShortURLDefaultController.php Provide a more informative alternative to 404 on invalid shortened Phurl URL 2015-11-10 08:43:17 -08:00
PhabricatorPhurlURLAccessController.php Allow a domain other than the install domain to serve as a short Phurl domain 2015-11-09 11:34:20 -08:00
PhabricatorPhurlURLCommentController.php Remarkup links to link to short url instead of long and fix commenting on Phurl's 2015-11-17 11:02:13 -08:00
PhabricatorPhurlURLEditController.php Ref T6049, Add Phurl URL create capability 2015-11-20 10:11:06 -08:00
PhabricatorPhurlURLListController.php DRAFT - throw together Phurl skeleton. 2015-07-24 11:06:27 -07:00
PhabricatorPhurlURLViewController.php Remove all setObjectURI() from ActionListViews 2015-12-17 08:30:22 -08:00