@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix file upload redirect URI

Summary: Ref T2625. This is now "query" instead of "filter" with the new search stuff.

Test Plan: Uploaded a file. Grepped for 'file/filter'.

Reviewers: btrahan, chad

Reviewed By: chad

CC: aran

Maniphest Tasks: T2625

Differential Revision: https://secure.phabricator.com/D6105

+1 -1
+1 -1
src/applications/files/view/PhabricatorGlobalUploadTargetView.php
··· 22 22 'ifSupported' => $this->showIfSupportedID, 23 23 'instructions' => $instructions_id, 24 24 'uploadURI' => '/file/dropupload/', 25 - 'browseURI' => '/file/filter/my/', 25 + 'browseURI' => '/file/query/authored/', 26 26 )); 27 27 28 28 return phutil_tag(