Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

v2.3.6

Compare
Choose a tag to compare
@ctf0 ctf0 released this 17 Dec 10:05
· 169 commits to master since this release

Fix

  • show correct total size in delete modal
  • add some sense to css classes
  • move dropzone file input inside its own form so you don’t have a bazillion inputs at the end of the DOM on each toggle of the modal
  • some cleanup to the media-controller

New

Zip

  • you can now download folders as a zip as well
  • the zipping is now done on server & downloaded as a stream, so no worries about memory issues nor you need to install any extra js packages
  • sadly no more progress for zipping as the form submit is not being handled by js, so any ideas/PRs are welcome

Update

  • update readme
  • update assets
  • update wiki