dav icon indicating copy to clipboard operation
dav copied to clipboard

sabre/dav is a CalDAV, CardDAV and WebDAV framework for PHP

Results 193 dav issues
Sort by recently updated
recently updated
newest added

I'm setting up a webdav server using sabre and i've configured a minimal server using the config recommended here: https://sabre.io/dav/gettingstarted/ since i'm putting server.php in the webroot, I've commented out...

This is on top of #1300 which specifically sets CalDAV/PropFilter time-range to default to the empty array. There are other places where `time-range` is set to false or null by...

This changes the default value of `time-range` in CalDAV prop filters from `false` (not matching RFC 4791 https://tools.ietf.org/html/rfc4791#section-9.9) to an empty array. This closes #1299.

As discussed in https://github.com/sabre-io/dav/pull/1059, doing this in a separate PR so the other can stay open for the "nested tree" discussion. A few points of detail - `INodeByPath` does not...

I have a vCard like the following: ``` BEGIN:VCARD VERSION:3.0 UID:F0-F3-D8-A4-EC-0A-34-F2-B2-AE-53-35-FB-F0-57-C5 N:Hatschek;ž;;; FN:ž Hatschek END:VCARD ``` The problem is in https://github.com/sabre-io/dav/blob/master/lib/DAV/StringUtil.php#L78 For some reason mb_detect_encoding() thinks the file is in...

Hi, I've been working with HomeAssistant (Core 2020.12.1 installed on a recent Gentoo server) in connecting to a Baïkal calendar and have been tracing an odd issue. In debugging I'm...

``` "02732d3d4651de84da3963bbd6e2ebc5" ```

When I call copy in win 10 webdav, it awlways get file cotnent then call put . It is my issues or win10's.

My node class files like this. fs ├─ Directory.php ├─ File.php └─ Node.php ![图片](https://user-images.githubusercontent.com/31880431/170454950-18f51148-a4b7-4f19-9544-db1cf7e7e4fd.png) If I want to implements DAV\IMoveTarget , Should I implements DAV\IMoveTarget on File Node? Or Just...