mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #60] [MERGED] added basic auth, and some little css fixes #449
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/60
Author: @jkoop
Created: 6/20/2022
Status: ✅ Merged
Merged: 6/20/2022
Merged by: @sigoden
Base:
main← Head:main📝 Commits (8)
5b964f8some small css fixes and changes1a69f4cadded basic authde7ce40most tests are passing1b86a5bfixed all the testsf7c22c3maybe now CI will passe799117implemented sigoden's suggestions1785779test basic auth09acae0fixed some little things📊 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.