[PR #237] [CLOSED] Add support password format : htpasswd #532

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

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/237
Author: @rubik83
Created: 6/19/2023
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • 89048b2 feat: add support password format : htpasswd
  • 0adfeb2 Merge branch 'sigoden:main' into main

📊 Changes

5 files changed (+320 additions, -19 deletions)

View changed files

📝 Cargo.lock (+277 -11)
📝 Cargo.toml (+1 -0)
📝 README.md (+2 -0)
📝 src/args.rs (+17 -2)
📝 src/auth.rs (+23 -6)

📄 Description

No description provided


🔄 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/237 **Author:** [@rubik83](https://github.com/rubik83) **Created:** 6/19/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`89048b2`](https://github.com/sigoden/dufs/commit/89048b247aeb41ca9f8631938bbeb9dc8d05e5aa) feat: add support password format : htpasswd - [`0adfeb2`](https://github.com/sigoden/dufs/commit/0adfeb207704f600efd69c768ab62821e4437e7e) Merge branch 'sigoden:main' into main ### 📊 Changes **5 files changed** (+320 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+277 -11) 📝 `Cargo.toml` (+1 -0) 📝 `README.md` (+2 -0) 📝 `src/args.rs` (+17 -2) 📝 `src/auth.rs` (+23 -6) </details> ### 📄 Description _No description provided_ --- <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:19 +03:00
zhus closed this issue 2026-04-08 16:53:19 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#532