Skip to content

v2.1.9

tagged this 21 Aug 22:29
Two plugins from the UI/UX audit where the visible gap hid a functional one.

Dropzone recorded the filename as the media property value and never wrote the bytes,
so every upload produced a media item pointing at nothing. It also filed everything as
an Image. It now writes the file through the documented API and picks the media type
from the extension. The destination is a folder picker in both backoffices instead of
a box asking for a numeric media id, and configuration adds allowed extensions, a
maximum file size and collision renaming.

Backups had no way to take a backup: its dashboard made no requests at all, while the
service supported scope, compression, encryption, cloud upload, restore and provider
testing. All of it is now reachable, with restore behind a confirm step.
Assets 2
Loading