[PR #567] [CLOSED] feat: download search results as a ZIP file #641

Closed
opened 2026-04-08 16:53:47 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/567
Author: @coffinshaker
Created: 4/6/2025
Status: Closed

Base: mainHead: feat-search-zip


📝 Commits (1)

  • 456fa00 feat: download search results as a ZIP file

📊 Changes

2 files changed (+131 additions, -4 deletions)

View changed files

📝 assets/index.js (+5 -0)
📝 src/server.rs (+126 -4)

📄 Description

A short summary of this PR:

When a search is performed, the Download button allows to download all the files found in the search result as a ZIP file.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigoden/dufs/pull/567 **Author:** [@coffinshaker](https://github.com/coffinshaker) **Created:** 4/6/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat-search-zip` --- ### 📝 Commits (1) - [`456fa00`](https://github.com/sigoden/dufs/commit/456fa004dc13abcdf2cda871e8e96ca0f007238e) feat: download search results as a ZIP file ### 📊 Changes **2 files changed** (+131 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `assets/index.js` (+5 -0) 📝 `src/server.rs` (+126 -4) </details> ### 📄 Description A short summary of this PR: When a search is performed, the Download button allows to download all the files found in the search result as a ZIP file. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:53:47 +03:00
zhus closed this issue 2026-04-08 16:53:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#641