NetgenRemoteMediaBundle
NetgenRemoteMediaBundle copied to clipboard
Netgen Remote Media Bundle is an eZ Platform and eZ Publish extension providing field type which supports remote resource providers such as Cloudinary.
Introduces UploadFile value object to carry information about the original file to the provider. `RemoteMediaProvider::upload` method has been marked as deprecated in favour of the new implementation which will replace...
If a user try to upload an image bigger than upload_max_filesize we get an error from Cloudinary, the xhr request returns a 500 and the UI become unresponsive to the...
When I try to add a video (from cloudinary) via the 'Cloud'-icon in a body-field i get the following js-error in console: d5ca133a88122bf372f785b9ae64a32f_1538045999.js:18156 Uncaught TypeError: Cannot read property 'split' of...
When you search an image by tag from root folder, the image will be found (if exists). But when you choose the folder, where this image is located, and then...
This PR updates `cloudinary/cloudinary_api` PHP library that we use from v1 (which has been deprecated) to v2. TODO: - properly test everything
This PR introduces support for new `dynamic` `folder_mode` configuration that Cloudinary introduced (and is forcing on all new accounts), while still keeping support for the old `fixed` mode for projects...