[PR #60] [MERGED] added basic auth, and some little css fixes #449

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

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/60
Author: @jkoop
Created: 6/20/2022
Status: Merged
Merged: 6/20/2022
Merged by: @sigoden

Base: mainHead: main


📝 Commits (8)

📊 Changes

5 files changed (+173 additions, -87 deletions)

View changed files

📝 assets/index.css (+14 -9)
📝 src/args.rs (+15 -0)
📝 src/auth.rs (+122 -75)
📝 src/server.rs (+7 -3)
📝 tests/auth.rs (+15 -0)

📄 Description

It's intended for use with TLS.

Also, I have no idea if the tests I copy/pasted pass, because my setup doesn't find the TLS libraries. Sorry


🔄 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/60 **Author:** [@jkoop](https://github.com/jkoop) **Created:** 6/20/2022 **Status:** ✅ Merged **Merged:** 6/20/2022 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`5b964f8`](https://github.com/sigoden/dufs/commit/5b964f8430ed282900e7cadf0abca4956901cc26) some small css fixes and changes - [`1a69f4c`](https://github.com/sigoden/dufs/commit/1a69f4c15896880c7ca213e28af5923258e15283) added basic auth - [`de7ce40`](https://github.com/sigoden/dufs/commit/de7ce4020507100856f62858298bcb161ce05fc1) most tests are passing - [`1b86a5b`](https://github.com/sigoden/dufs/commit/1b86a5b7097146c8e1327bb2bb62c806887adb81) fixed all the tests - [`f7c22c3`](https://github.com/sigoden/dufs/commit/f7c22c3dc7cc9d2375dfbaf1f390aa11d47b21a2) maybe now CI will pass - [`e799117`](https://github.com/sigoden/dufs/commit/e799117959100c393b00fb4d2992ef516592a82c) implemented sigoden's suggestions - [`1785779`](https://github.com/sigoden/dufs/commit/17857797201c5c6a3d6e2a391d2b58c5f1de4ae6) test basic auth - [`09acae0`](https://github.com/sigoden/dufs/commit/09acae0e66b42fdd57bb84ab894ddb49dcfee4fc) fixed some little things ### 📊 Changes **5 files changed** (+173 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `assets/index.css` (+14 -9) 📝 `src/args.rs` (+15 -0) 📝 `src/auth.rs` (+122 -75) 📝 `src/server.rs` (+7 -3) 📝 `tests/auth.rs` (+15 -0) </details> ### 📄 Description It's intended for use with TLS. Also, I have no idea if the tests I copy/pasted pass, because my setup doesn't find the TLS libraries. Sorry --- <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:52:58 +03:00
zhus closed this issue 2026-04-08 16:52:58 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#449