sigoden
6ff8b29b69
feat: more flexible config values ( #299 )
2023-11-27 04:24:25 +08:00
sigoden
7584fe3d08
feat: deprecate the use of |
to separate auth rules ( #298 )
2023-11-26 22:15:49 +08:00
sigoden
653cd167d0
feat: password can contain :
@
|
( #297 )
2023-11-26 20:47:57 +08:00
sigoden
d3de3db0d9
feat: support hashed password ( #283 )
2023-11-04 18:12:58 +08:00
sigoden
4ef07737e1
feat: support config file with --config
option ( #281 )
2023-11-04 16:58:19 +08:00
sigoden
70300b133c
feat: deprecate --auth-method
, as both options are available ( #279 )
...
* feat: deprecate `--auth-method`, both are avaiable
* send one www-authenticate with two schemes
2023-11-03 20:36:23 +08:00
sigoden
6be36b8e51
fix: webdav only see public folder even logging in ( #231 )
2023-06-05 11:40:31 +08:00
sigoden
57b4a74279
fix: auth logic ( #224 )
2023-06-02 18:38:59 +08:00
sigoden
f8ea41638f
feat: new auth ( #218 )
...
The access level path control used by dufs has two disadvantages:
1. One path cannot support multiple users
2. It is very troublesome to set multiple paths for one user
So it needs to be refactored.
The new auth is account based, it closes #207 , closes #208 .
BREAKING CHANGE: new auth
2023-06-01 18:52:05 +08:00
sigoden
c92e45f2da
fix: basic auth sometimes does not work ( #194 )
2023-03-12 12:58:36 +08:00
sigoden
8f4cbb4826
chore: use anyhow to handle error
2023-02-21 17:23:24 +08:00
sigoden
2064d7803a
chore: bump deps
2023-02-21 16:39:57 +08:00
sigoden
ad0be71557
chore: optimize for test auth
2023-02-21 16:16:49 +08:00
sigoden
6d9758c71d
feat: ui improves the login experience ( #182 )
...
close #157 #158
2023-02-21 12:42:40 +08:00
horizon
0000bd27f5
fix: remove Method::Options auth check ( #168 )
...
* fix: remove Method::Options auth check
* add tests
---------
Co-authored-by: sigoden <sigoden@gmail.com>
2023-02-19 12:30:14 +08:00
sigoden
47883376c1
chore: fix cargo clippy ( #174 )
2023-02-19 12:24:42 +08:00
sigoden
628d863d2e
chore: improve code quanity
2022-12-11 15:18:44 +08:00
sigoden
bd07783cde
chore: cargo clippy
2022-11-10 15:38:35 +08:00
sigoden
dbf2de9cb9
fix: auth not works with --path-prefix ( #138 )
...
close #137
2022-10-08 09:14:42 +08:00
sigoden
cc0014c183
chore: fix typo
2022-08-03 08:51:12 +08:00
sigoden
ae2f878e62
feat: support customize http log format ( #116 )
2022-07-31 08:27:09 +08:00
sigoden
9cfd66dab9
feat: adjust digest auth timeout to 1day ( #110 )
2022-07-21 11:47:47 +08:00
sigoden
c85ea06785
chore: update cli help message and reamde
2022-06-20 19:40:09 +08:00
Joe Koop
deb6365a28
feat: added basic auth ( #60 )
...
* some small css fixes and changes
* added basic auth
https://stackoverflow.com/a/9534652/3642588
* most tests are passing
* fixed all the tests
* maybe now CI will pass
* implemented sigoden's suggestions
* test basic auth
* fixed some little things
2022-06-20 11:25:09 +08:00
sigoden
a67da8bdd3
feat: rename to dufs ( #59 )
...
close #50
BREAKING CHANGE: rename duf to dufs
2022-06-19 22:53:51 +08:00
sigoden
9c2e9d1503
feat: path level access control ( #52 )
...
BREAKING CHANGE: `--auth` is changed, `--no-auth-access` is removed
2022-06-19 11:26:03 +08:00
sigoden
3c4bb77023
refactor: trival changes ( #41 )
...
- refactor status code
- log remote addr and time in miliseconds
2022-06-15 19:57:28 +08:00
sigoden
2f40313a54
feat: use digest auth ( #14 )
...
* feat: switch to digest auth
* implement digest auth
* cargo fmt
* no lock
2022-06-05 00:09:21 +08:00