Update ApiController.php

This commit is contained in:
Dennis Eichhorn 2020-03-31 15:03:09 +02:00 committed by GitHub
parent 9892d5d891
commit 315cfa3b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,22 @@ use phpOMS\Utils\Parser\Markdown\Markdown;
*
* @todo Orange-Management/Modules#160
* Fix media upload
*
* @todo Orange-Management/oms-Media#1
* [Test] Create collection creation test
*
* @todo Orange-Management/oms-Media#2
* [Test] Split ApiController test for Media and Collection
*
* @todo Orange-Management/oms-Media#3
* [MultiUpload] Allow to create a collection when uploading multiple files
*
* @todo Orange-Management/oms-Media#14
* [Download] Allow to download files
*
* @todo Orange-Management/oms-Media#15
* [Download] Allow to download collections
* Downloading a collection should return a zip or tar.gz
*/
final class ApiController extends Controller
{