mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-17 09:48:41 +00:00
fix issue repository
This commit is contained in:
parent
25d527366b
commit
eba0b980c3
|
|
@ -59,14 +59,14 @@ use phpOMS\Utils\Parser\Markdown\Markdown;
|
||||||
* Fix media upload
|
* Fix media upload
|
||||||
*
|
*
|
||||||
* @todo Orange-Management/oms-Media#3
|
* @todo Orange-Management/oms-Media#3
|
||||||
* [MultiUpload] Allow to create a collection when uploading multiple files
|
* [MultiUpload] Allow to create a collection when uploading multiple files
|
||||||
*
|
*
|
||||||
* @todo Orange-Management/oms-Media#14
|
* @todo Orange-Management/oms-Media#14
|
||||||
* [Download] Allow to download files
|
* [Download] Allow to download files
|
||||||
*
|
*
|
||||||
* @todo Orange-Management/oms-Media#15
|
* @todo Orange-Management/oms-Media#15
|
||||||
* [Download] Allow to download collections
|
* [Download] Allow to download collections
|
||||||
* Downloading a collection should return a zip or tar.gz
|
* Downloading a collection should return a zip or tar.gz
|
||||||
*/
|
*/
|
||||||
final class ApiController extends Controller
|
final class ApiController extends Controller
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -116,11 +116,6 @@ final class BackendController extends Controller
|
||||||
*
|
*
|
||||||
* @return RenderableInterface
|
* @return RenderableInterface
|
||||||
*
|
*
|
||||||
* @todo Orange-Management/Modules#208
|
|
||||||
* Improve the media list
|
|
||||||
* 1. Collections should show their content
|
|
||||||
* 2. The first page should show an overview (Modules, Users, ...?)
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
* @codeCoverageIgnore
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
|
|
@ -175,11 +170,6 @@ final class BackendController extends Controller
|
||||||
*
|
*
|
||||||
* @return RenderableInterface
|
* @return RenderableInterface
|
||||||
*
|
*
|
||||||
* @todo Orange-Management/Modules#208
|
|
||||||
* Improve the media list
|
|
||||||
* 1. Collections should show their content
|
|
||||||
* 2. The first page should show an overview (Modules, Users, ...?)
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
* @codeCoverageIgnore
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -151,7 +151,7 @@ export class Upload {
|
||||||
upload (formId)
|
upload (formId)
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @todo Orange-Management/Modules#207
|
* @todo Orange-Management/oms-Media#5
|
||||||
* Validate file type and file size on the frontend before uploading
|
* Validate file type and file size on the frontend before uploading
|
||||||
*/
|
*/
|
||||||
const request = new HttpRequest(),
|
const request = new HttpRequest(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user