nginx-dav-ext-module icon indicating copy to clipboard operation
nginx-dav-ext-module copied to clipboard

nginx WebDAV PROPFIND,OPTIONS,LOCK,UNLOCK support

Results 30 nginx-dav-ext-module issues
Sort by recently updated
recently updated
newest added

Sorry for open this Issues. My Windows can't create floder and any write permissions.(error 0x80070021) but my phone can create and read. i find many Tutorial but no one can...

Hi, We would like to use the nginx-dav-ext-module with the nginx server (1.21) on a linux machine. For security reasons, we would like to forbid to follow symbol links (e.g....

nginx compile statically together with nginx-dav module nginx is unable to find libxml when started to compile the nginx-dav module run into this error : fatal error: libxml/parser.h: No such...

I'm currently facing a strange issue using nginx as WebDAV service. Some folders are getting downloaded either as "download.html" under chrome or as "IJS3-ydB.html" under Firefox instead of being opened....

Fix for issue https://github.com/arut/nginx-dav-ext-module/issues/18 Also mentioned in https://github.com/arut/nginx-dav-ext-module/issues/52

Hi All, I added a patch to response PROPPATCH for windows. Let dav-ext work with windows explorer. Windows need LOCK and PROPPATCH to put a file. [proppatch.patch.gz](https://github.com/arut/nginx-dav-ext-module/files/3835180/proppatch.patch.gz)

Doing `curl -vX PROPFIND -u .... https://www.example.com/` returns ``` … … /Detlef.jpg … HTTP/0.0 200 OK ← HTTP/0.0 ``` According to [RFC 4918 14.28](https://datatracker.ietf.org/doc/html/rfc4918#section-14.28), `D:status` _holds a single HTTP status-line_...

This fix allows users to see and upload/download hidden Unix folders

Hi, @arut ! Looks like while doing refactoring you change semantic of PROPFIND, see https://github.com/arut/nginx-dav-ext-module/commit/95e8fb9e6b04fe9fd7bd6d4be4102e153e263640#diff-4e53c5fe25cf9451fc3262464aa2813eR497. PROPFIND now don't return hidden files. But hidden files are very useful in scenario upload-file-as-hidden-and-rename-it....