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
feat: add configurable compression level for zip downloads (Folder Share page, downloadPageFolder.html) (#179)
* feat: Add image thumbnail preview on row hover (downloadPageFolder)
- Display thumbnail preview when hovering over image rows
- Preview follows cursor movement with offset
- Apply hover effect on entire row for better UX
* feat: add configurable compression level for zip downloads (Folder Share page, downloadPageFolder.html)
Added the ability to customize zip file compression levels:
- Added new ArozZipFileWithCompressionLevel function that accepts compression level parameter
- Added compression_level query parameter support to share downloads
- Added UI checkbox to toggle between compressed/uncompressed downloads
- Auto-detect when folder contains mostly media files (>= 50% in size) and pre-check uncompressed option
- Updated compression help text to provide guidance on media files
- Default compression level remains at flate.DefaultCompression (-1)
The changes allow users to choose no compression for media-heavy folders to improve zipping speed, while maintaining regular compression for other content types.
* lazy bug fix
<pstyle="font-size: 80%;"><b>Zipping duration depends on folder size and compression settings. Media files are best zipped without compression for faster processing.</b></p>
124
+
<p>Request File ID: {{reqid}}<br>
125
+
Request Timestamp: {{reqtime}}</p>
126
+
<small>📂 Double click any item in the list to open or download</small>
0 commit comments