mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #329] [MERGED] feat: auth supports forbidden permissions #569
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/329
Author: @sigoden
Created: 12/23/2023
Status: ✅ Merged
Merged: 12/23/2023
Merged by: @sigoden
Base:
main← Head:feat-auth-forbidden📝 Commits (3)
c6f5ac3feat: auth support forbidden perm1eff7c7update readme9fdcf36update readme📊 Changes
4 files changed (+87 additions, -62 deletions)
View changed files
📝
README.md(+6 -5)📝
src/auth.rs(+62 -55)📝
src/server.rs(+2 -2)📝
tests/auth.rs(+17 -0)📄 Description
Use
:-to indicate that the path is forbidden.userhas read-write permissions for/*, has read-only permissions for/dir1/*, but is fordden for/dir2/*.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.