1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-03-02 07:29:25 +01:00
phorge-phorge/src/applications/files/storage
epriestley d017f3f210 Double-write file attachment to old "edge" storage and new "attachment" storage
Summary: Ref T13603. This adds a second write to new "attachment" storage to all writers except one in Paste, which creates the file inline.

Test Plan:
  - Updated a macro image, confirmed a write to "attachment" storage (transaction pathway).
  - Updated a blog profile image, confirmed a write to "attachment" storage (legacy pathway).

Maniphest Tasks: T13603

Differential Revision: https://secure.phabricator.com/D21816
2022-05-19 13:21:03 -07:00
..
__tests__ Remove "PhabricatorFile->detachFromObject()" 2022-05-19 13:21:03 -07:00
PhabricatorFile.php Double-write file attachment to old "edge" storage and new "attachment" storage 2022-05-19 13:21:03 -07:00
PhabricatorFileAttachment.php Double-write file attachment to old "edge" storage and new "attachment" storage 2022-05-19 13:21:03 -07:00
PhabricatorFileChunk.php Remove empty implementations of describeAutomaticCapabilities() 2016-11-09 15:24:22 -08:00
PhabricatorFileDAO.php Remove @group annotations 2014-07-10 08:12:48 +10:00
PhabricatorFileExternalRequest.php Endpoint+controller for a remarkup image proxy 2016-09-23 10:28:24 -04:00
PhabricatorFileNameNgrams.php Implement ngram search for File objects 2017-04-17 17:37:20 -07:00
PhabricatorFileSchemaSpec.php Automatically build all Lisk schemata 2014-10-02 09:51:20 -07:00
PhabricatorFileStorageBlob.php Fix visiblity of LiskDAO::getConfiguration() 2015-01-14 06:54:13 +11:00
PhabricatorFileTransaction.php Move Files to ModularTransactions 2017-04-04 10:25:05 -07:00
PhabricatorFileTransactionComment.php Allow file comments to be edited 2016-07-18 16:17:43 -07:00
PhabricatorTransformedFile.php Fix visiblity of LiskDAO::getConfiguration() 2015-01-14 06:54:13 +11:00