mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #73] [MERGED] feat: add option --hidden to hide folders #456
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/73
Author: @sigoden
Created: 6/25/2022
Status: ✅ Merged
Merged: 6/25/2022
Merged by: @sigoden
Base:
main← Head:feat-hidden📝 Commits (1)
0cf96d3feat: add option --hidden to hide folders📊 Changes
13 files changed (+180 additions, -47 deletions)
View changed files
📝
README.md(+8 -1)📝
src/args.rs(+13 -1)📝
src/server.rs(+55 -32)📝
src/utils.rs(+14 -1)📝
tests/allow.rs(+1 -1)📝
tests/args.rs(+1 -1)📝
tests/assets.rs(+32 -0)📝
tests/fixtures.rs(+5 -1)➕
tests/hidden.rs(+42 -0)📝
tests/http.rs(+3 -3)📝
tests/render.rs(+3 -3)📝
tests/tls.rs(+1 -1)📝
tests/utils.rs(+2 -2)📄 Description
Hide folders from directory listing
close #71
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.