micromata / dave

A totally simple and very easy to configure stand alone webdav server
Apache License 2.0
350 stars 46 forks source link

Feature: file blacklist #54

Open dxlr8r opened 1 year ago

dxlr8r commented 1 year ago

First, thanks for an excellent project!

As the title says, I would like to see a blacklist function in the application. My primary goal for this is to hinder pollution of the filesystem and repositories, in regards to various garbage different OS-s leave behind, like macOS's infamous .DSStore and .* files.

I have experimented with the code, and got a proof of concept working. So this issue is more a request if you want this feature, then I can improve my PoC and request a merge.

dxlr8r commented 1 year ago

https://github.com/micromata/dave/pull/55