1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-02 03:32:42 +01:00
phorge-phorge/src/applications/feed
epriestley 431612023d Remove "feed.publish" API
Summary:
Ref T13681. This was introduced in D593, never used, and doesn't make sense or have any uses in modern Phabricator.

It also does some pretty direct writes that can technically do things that at least //look// like they violate policies, so remove it.

Test Plan:
  - Checked the API console, no longer saw "feed.publish".
  - Grepped for "feed.publish", no hits.

Maniphest Tasks: T13681

Differential Revision: https://secure.phabricator.com/D21826
2022-05-17 16:30:53 -07:00
..
application Build a rough transaction-level view of Feed 2019-05-21 12:28:00 -07:00
builder Merge branch 'master' into redesign-2015 2015-07-01 15:07:16 -07:00
conduit Remove "feed.publish" API 2022-05-17 16:30:53 -07:00
config Remove product literal strings in "pht()", part 5 2022-04-25 12:22:27 -07:00
controller Build a rough transaction-level view of Feed 2019-05-21 12:28:00 -07:00
management Apply some autofix linter rules 2014-09-10 06:55:05 +10:00
query Support export of feed transactions to CSV/Excel/etc 2019-05-21 12:47:46 -07:00
storage Add a rough "bin/repository unpublish" workflow to attempt to cleanup improperly published repositories 2018-03-30 08:46:11 -07:00
story Separate "feed" and "notifications" better, allow stories to appear in notifications only 2018-12-10 16:02:43 -08:00
worker Revert "feed.http-hooks" HTTP request construction to use "http_build_query()" so nested "storyData" is handled correctly 2019-02-07 14:53:03 -08:00
PhabricatorFeedStoryPublisher.php Fix an off-by-one error affecting mail rendering of inlines on the final line of a file 2018-11-26 10:12:09 -08:00