mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #677] [CLOSED] feat: expand archive browsing formats #677
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigoden/dufs/pull/677
Author: @jogotcha
Created: 3/7/2026
Status: ❌ Closed
Base:
main← Head:feat/archive-browsing-formats📝 Commits (10+)
d47a748feat: add filetype symbols to listings3ea814cMerge pull request #3 from jogotcha/feature/filetype-symbolsc06598ffeat: zip browsing (#1)57b7744fix: update send_zip_edit to handle edit/view mode based on query parameters9b79f93chore: use edition 2024c81724achore: update ci1b86054chore(main): release dufs 0.46.0 (#8)ab3023ffix: download zip files when zip browse enabled (#9)c620490fix: refresh web ui with bootstrap styling252574dfeat: expand archive browsing formats📊 Changes
44 files changed (+2953 additions, -503 deletions)
View changed files
➕
.github/copilot-instructions.md(+32 -0)➕
.github/workflows/release-please.yaml(+28 -0)📝
.github/workflows/release.yaml(+5 -4)➕
.release-please-manifest.json(+3 -0)📝
CHANGELOG.md(+18 -0)📝
Cargo.lock(+81 -1)📝
Cargo.toml(+5 -3)📝
README.md(+24 -4)➕
assets/bootstrap.bundle.min.js(+7 -0)➕
assets/bootstrap.min.css(+6 -0)📝
assets/index.css(+192 -194)📝
assets/index.html(+184 -95)📝
assets/index.js(+297 -37)➕
release-please-config.json(+12 -0)➕
src/archive.rs(+559 -0)📝
src/args.rs(+152 -12)📝
src/auth.rs(+39 -40)📝
src/http_utils.rs(+1 -1)📝
src/main.rs(+6 -5)📝
src/noscript.rs(+12 -17)...and 24 more files
📄 Description
Summary
Testing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.