[PR #298] [MERGED] feat: deprecate the use of | to separate auth rules #555

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

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/298
Author: @sigoden
Created: 11/26/2023
Status: Merged
Merged: 11/26/2023
Merged by: @sigoden

Base: mainHead: feat


📝 Commits (1)

  • 372e93b feat: deprecate the use of | to separate auth rules

📊 Changes

2 files changed (+86 additions, -18 deletions)

View changed files

📝 src/auth.rs (+72 -18)
📝 tests/auth.rs (+14 -0)

📄 Description

should rewrite -a 'user:pass@/:rw|user1:pass1@/:rw|@/' to -a user:pass@/:rw -a user1:pass1@/:rw -a @/.


🔄 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/298 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 11/26/2023 **Status:** ✅ Merged **Merged:** 11/26/2023 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `feat` --- ### 📝 Commits (1) - [`372e93b`](https://github.com/sigoden/dufs/commit/372e93bc196d014c1b4a8de1a3ce504ed649352c) feat: deprecate the use of `|` to separate auth rules ### 📊 Changes **2 files changed** (+86 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/auth.rs` (+72 -18) 📝 `tests/auth.rs` (+14 -0) </details> ### 📄 Description should rewrite `-a 'user:pass@/:rw|user1:pass1@/:rw|@/'` to `-a user:pass@/:rw -a user1:pass1@/:rw -a @/`. --- <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:25 +03:00
zhus closed this issue 2026-04-08 16:53:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#555