Commit Graph

17 Commits

Author SHA1 Message Date
Simon Ser
b821d8c1ea webdav: introduce MoveOptions 2024-01-18 13:28:50 +01:00
Simon Ser
4493704689 webdav: introduce CopyOptions 2024-01-18 13:28:50 +01:00
Simon Ser
751741d87e webdav: add/improve doc comments 2024-01-08 14:35:19 +01:00
Simon Ser
f04c1c9421 webdav: add support for ETag to client & server 2020-01-22 12:03:58 +01:00
Simon Ser
6eeeccb96e all: encode hrefs, replace hrefs with path in public API
Closes: https://github.com/emersion/go-webdav/issues/14
Closes: https://github.com/emersion/go-webdav/issues/16
2020-01-22 11:07:30 +01:00
Simon Ser
02d1a7dbe8 webdav: add MIMEType to FileInfo 2020-01-21 22:43:39 +01:00
Simon Ser
c673e7c7e7 webdav: replace os.FileInfo with our own type 2020-01-21 22:36:42 +01:00
Simon Ser
0469c3d389 all: add basic docs 2020-01-21 21:01:18 +01:00
Simon Ser
064cd80a24 Start from scratch 2020-01-14 17:51:33 +01:00
Simon Ser
cb215c7037 Rename webdav.go to server.go 2019-12-17 17:39:19 +01:00
emersion
579a25f989 carddav: cache file contents when opening it 2017-09-14 11:08:16 +02:00
emersion
2a7d999100 carddav: PUT support 2017-09-13 19:02:12 +02:00
emersion
0581850864 carddav: add support for REPORT addressbook-multiget, fixes #2 2017-09-11 19:10:12 +02:00
emersion
777948e9c1 Expose MultistatusWriter 2017-09-11 16:27:50 +02:00
emersion
fd5d1f32d2 Add ref to RFC in package doc 2017-09-10 10:39:55 +02:00
emersion
a7025fac8f Allow nil LockSystem 2017-09-02 14:00:17 +02:00
emersion
c79a50adf2 Imported from golang.org/x/net/webdav, removed encoding/xml fork 2017-08-26 15:14:38 +02:00