[PR #152] [MERGED] feat: add option --allow-archive #495

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

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/152
Author: @sigoden
Created: 12/10/2022
Status: Merged
Merged: 12/10/2022
Merged by: @sigoden

Base: mainHead: feat-allow-archive


📝 Commits (1)

  • 3edf995 feat: add option --allow-archive

📊 Changes

8 files changed (+60 additions, -11 deletions)

View changed files

📝 README.md (+1 -0)
📝 assets/index.html (+1 -1)
📝 assets/index.js (+13 -6)
📝 src/args.rs (+9 -0)
📝 src/server.rs (+12 -1)
📝 tests/allow.rs (+19 -0)
📝 tests/http.rs (+2 -2)
📝 tests/render.rs (+3 -1)

📄 Description

BREAKING CHANGE: explicitly allow download folder as 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/152 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 12/10/2022 **Status:** ✅ Merged **Merged:** 12/10/2022 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `feat-allow-archive` --- ### 📝 Commits (1) - [`3edf995`](https://github.com/sigoden/dufs/commit/3edf9959ad8ae626e19b0107d761381919cd22f6) feat: add option --allow-archive ### 📊 Changes **8 files changed** (+60 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `assets/index.html` (+1 -1) 📝 `assets/index.js` (+13 -6) 📝 `src/args.rs` (+9 -0) 📝 `src/server.rs` (+12 -1) 📝 `tests/allow.rs` (+19 -0) 📝 `tests/http.rs` (+2 -2) 📝 `tests/render.rs` (+3 -1) </details> ### 📄 Description BREAKING CHANGE: explicitly allow download folder as 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:10 +03:00
zhus closed this issue 2026-04-08 16:53:10 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#495