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
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
1
# 📤 Dropzone File Sharing
2
2
3
3
**Simple and secure file sharing via drag & drop** – with temporary links or via email, password protection, and expiration settings.
4
-
Version **2.8** – developed by Kevin Tobler 🌐 [www.kevintobler.ch](https://www.kevintobler.ch)
4
+
Version **2.9** – developed by Kevin Tobler 🌐 [www.kevintobler.ch](https://www.kevintobler.ch)
5
5
6
6
---
7
7
8
8
## 🔄 Changelog
9
9
10
10
### 🆕 Version 2.x
11
+
-**2.9**
12
+
- 👁️ Added a new **“Show Download Page”** toggle (`show_dp`) in the configuration
13
+
- 🔗 Lets you choose whether users see a **download page** (file info and download-button) or a **direct file download** after clicking the link
14
+
- 🛠️ Fully integrated into the **Admin Panel** configuration and stored in the main `config.php` file
11
15
-**2.8**
12
16
- 📧 Added support for a separate **SMTP FROM address** (`SMTP_FROM_ADDRESS`) so the visible sender can differ from the SMTP login (same domain required)
13
17
- 🛠️ 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
@@ -75,8 +79,8 @@ Version **2.8** – developed by Kevin Tobler 🌐 [www.kevintobler.ch](https://
@@ -87,9 +91,9 @@ Try Dropzone File Sharing directly in your browser:
87
91
88
92
---
89
93
90
-
## 🐳 Docker Installation (Version 2.8)
94
+
## 🐳 Docker Installation (Version 2.9)
91
95
92
-
Dropzone File Sharing **V.2.8** is available as a Docker image:
96
+
Dropzone File Sharing **V.2.9** is available as a Docker image:
93
97
94
98
```bash
95
99
docker pull keepcoolch/dropzonefilesharing:latest
@@ -223,6 +227,7 @@ You can configure the following options in the **Admin Panel**:
223
227
- Enable/Disable `only_upload` mode without generating a link
224
228
- Enable/Disable `send_email` mode (⚠️ make sure to define the `SMTP server`, `SMTP port`, `SMTP username`, `SMTP password` and `SMTP From Adress`).
225
229
- Enable/Disable `admin_notify` mode for upload notifications (⚠️ make sure to define the `SMTP server`, `SMTP port`, `SMTP username`, `SMTP password` and `SMTP From Adress`).
230
+
- Enable/Disable `show_dp` mode to control whether users see the download page. If deactivated, users are redirected to an instant direct download without viewing the download page.
226
231
- Enable/Disable `pwzip` mode for password protection of the zip file itself. If deactivated, only the download is password-protected, not the ZIP file (⚠️ ZIP password cannot be modified).
0 commit comments