Skip to content

DropzoneFileSharing V.2.9

Choose a tag to compare

@KeepCoolCH KeepCoolCH released this 06 Dec 13:45
· 38 commits to main since this release
b3d1f20

๐Ÿ”„ Changelog

๐Ÿ†• Version 2.x

  • 2.9
    • ๐Ÿ‘๏ธ Added a new โ€œShow Download Pageโ€ toggle (show_dp) in the configuration
    • ๐Ÿ”— Lets you choose whether users see a download page (file info and download-button) or a direct file download after clicking the link
    • ๐Ÿ› ๏ธ Fully integrated into the Admin Panel configuration and stored in the main config.php file
  • 2.8
    • ๐Ÿ“ง Added support for a separate SMTP FROM address (SMTP_FROM_ADDRESS) so the visible sender can differ from the SMTP login (same domain required)
    • ๐Ÿ› ๏ธ Reworked SMTP sending to be RFC-compliant (adds Date, Message-ID, MIME-Version, multipart text/plain + text/html, UTF-8 encoded subject) for better compatibility with spam filters
    • ๐Ÿ–ฅ๏ธ Admin Panel extended with a new field to configure the SMTP FROM address, which is stored in the .env file
    • ๐Ÿ—‚๏ธ Improved Docker support for persistent configuration: the entire inc directory (including .env, .admin.json, config.php, translation files) can now be mounted from the host
    • ๐Ÿ’พ Upload directory can now also be mounted externally via DROPZONE_UPLOAD_DIR, making all uploaded files persistent and safe across container updates or reinstallation
    • ๐Ÿ“ฆ When mounting an empty inc directory, Dropzone automatically initializes it with the default files from the image, ensuring a clean setup when the container is recreated
    • ๐Ÿ”„ This means both all settings (SMTP, admin login, configuration options) and all uploaded files are preserved even if the container is removed and recreated
  • 2.7
    • ๐Ÿ“ง Added optional Admin email notifications for new uploads
    • ๐Ÿ“ Admin email address configuration directly in the Admin Panel
    • โš™๏ธ Added new toggle Admin Notify in configuration settings
  • 2.6
    • ๐Ÿ“Š Download tracking added (download counter + last download timestamp)
    • ๐Ÿ‘๏ธ Display of โ€œDownloadsโ€ and โ€œLast Downloadโ€ directly in the Admin Panel
  • 2.5
    • โš™๏ธ Improved Admin Panel with configuration and email settings
    • ๐Ÿงญ Clearer navigation and visual refinements in the Admin Panel
    • ๐Ÿ“ฑ Fully responsive redesign of the Admin Panel for mobile devices
    • ๐Ÿ” Integrated search function for uploads
  • 2.4
    • โš™๏ธ Added Admin Panel with password-protected setup
    • ๐Ÿ“Ž Manage Uploads (change expiration time, change password)
    • ๐Ÿ“ฅ Download Uploads directly from the Admin Panel
    • ๐Ÿงน Delete Uploads directly from the Admin Panel
  • 2.3
    • ๐Ÿ”’ Security improvements
    • ๐Ÿ—‘๏ธ When the user manually cancels the upload, reloads the page, or closes the browser, temporary files are cleaned up and the entry is removed from the JSON file
  • 2.2
    • ๐Ÿ”’ Security improvements
    • ๐Ÿ’พ Check for sufficient disk space before upload (error message if too little free space)
  • 2.1
    • ๐Ÿ“ง The time period for which the file is valid is included in the email to the recipient
  • 2.0
    • ๐Ÿ“˜ Completely reworked chunk upload
    • โš ๏ธ No more errors when uploading very large files
    • ๐Ÿž Other bug fixes

โœจ Version 1.x

  • 1.9
    • ๐Ÿ“˜ New logo, colors and file list
    • ๐Ÿ“ฑ Responsive design for phones
  • 1.8
    • ๐Ÿ“ง Option to send files via email or just copy the download link
  • 1.7
    • ๐Ÿ“ง Share a unique download link directly to the recipientโ€™s email inbox (multiple recipients supported)