rexzhang / asgi-webdav

An asynchronous WebDAV server implementation, Support multi-provider, multi-account and permission control.
https://rexzhang.github.io/asgi-webdav/
MIT License
75 stars 14 forks source link

Anonymous/passwordless user access #52

Open amundhov opened 4 months ago

amundhov commented 4 months ago

Resubmitting anonymous user PR without type hinting changes.

rexzhang commented 4 months ago

one issue one PR,PLEASE!

amundhov commented 4 months ago

Got you. I put the functionality on a separate branch on my fork and couldn't figure out how to change target on the original PR.

Is it possible to delete the old one that was closed and proceed here, please?

rexzhang commented 4 months ago

Create one branch in your repos for each issue, and then create one PR for each branch. After that, just close the old PR.

rexzhang commented 4 months ago

BTW:It is recommended to focus on one PR at one time, other PRs can be processed later in Draft status.

rexzhang commented 4 months ago

You can submit a new commit to remove the irrelevant changes, and then I can "squash and merge", and that's it!