You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHubโs verified signature.
๐ 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)