Adds the ability to export an album using streaming tar.

This commit is contained in:
2018-12-26 10:31:57 +01:00
parent 768f5ee529
commit 20db3561cf
3 changed files with 129 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ class Dispatcher
'suggest' => 'ProvideAutoSuggest',
'timeline' => 'ViewTimeline',
'uploadmedia' => 'UploadMedia',
'download' => 'Download',
];
// Work around PHP's FPM not always providing PATH_INFO.