1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 19:32:40 +01:00
phorge-phorge/src/applications/files/controller
epriestley aa4adf3ab8 Add support for partially uploaded files
Summary:
Ref T7149. This flags allocated but incomplete files and doesn't explode when trying to download them.

Files are marked complete when the last chunk is uploaded.

I added a key on `<authorPHID, isPartial>` so we can show you a list of partially uploaded files and prompt you to resume them at some point down the road.

Test Plan: Massaged debugging settings and uploaded README.md very slowly in 32b chunks. Saw the file lose its "Partial" flag when the last chunk finished.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: joshuaspence, epriestley

Maniphest Tasks: T7149

Differential Revision: https://secure.phabricator.com/D12063
2015-03-13 11:30:24 -07:00
..
PhabricatorFileCommentController.php Transactions - hide "mentioned in X" story if you can't see X 2014-09-16 12:12:35 -07:00
PhabricatorFileComposeController.php Project revamp part 2: Edit 2015-01-19 10:14:27 -08:00
PhabricatorFileController.php Increase visibility of PhabricatorController::buildApplicationMenu methods 2015-01-16 07:41:26 +11:00
PhabricatorFileDataController.php Add support for partially uploaded files 2015-03-13 11:30:24 -07:00
PhabricatorFileDeleteController.php Make most file reads policy-aware 2013-09-30 09:38:13 -07:00
PhabricatorFileDropUploadController.php Give files uploaded to objects a very restrictive view policy 2014-08-02 14:46:13 -07:00
PhabricatorFileEditController.php Allow users to set view policies on files explicitly 2014-08-02 14:45:50 -07:00
PhabricatorFileInfoController.php Add support for partially uploaded files 2015-03-13 11:30:24 -07:00
PhabricatorFileListController.php Fix method visibility for PhabricatorController subclasses 2015-01-07 07:34:59 +11:00
PhabricatorFileTransformController.php Cover redirects to files in more cases 2014-08-19 15:53:15 -07:00
PhabricatorFileUploadController.php Add default policy to Files application 2014-11-21 11:17:20 -08:00
PhabricatorFileUploadDialogController.php Rename "Upload Image" dialog to "Upload File" to match purpose 2013-10-11 05:15:45 -07:00