No description
Find a file
2026-06-15 11:18:32 +02:00
.github/ISSUE_TEMPLATE Add GitHub issue template 2023-01-04 11:00:51 +01:00
caldav fix: mkcalendar fixes 2026-06-15 11:18:32 +02:00
carddav carddav: make multistatus errors non-fatal in client 2025-10-30 20:30:26 +01:00
cmd/webdav-server cmd/webdav-server: new command 2020-01-22 13:17:52 +01:00
internal internal: preserve trailing slashes in baseURL and principal path 2026-04-11 12:38:55 +02:00
.build.yml ci: check gofmt, split build into separate task, enable -race 2025-02-21 10:52:48 +01:00
.gitignore Initial commit 2017-08-26 14:46:44 +02:00
client.go webdav: make multistatus errors non-fatal in client 2025-10-30 20:27:29 +01:00
elements.go caldav, carddav: add principal to resourcetype 2025-10-18 10:48:16 +02:00
fs_local.go webdav: handle permission errors in ReadDir 2025-08-28 18:25:37 +02:00
go.mod Upgrade dependencies 2025-12-18 14:34:29 +01:00
go.sum Upgrade dependencies 2025-12-18 14:34:29 +01:00
LICENSE Start from scratch 2020-01-14 17:51:33 +01:00
README.md readme: drop CI badge 2024-07-13 15:55:26 +02:00
server.go webdav: use internal.PropFindValue in servePrincipalPropfind 2025-10-18 10:55:23 +02:00
webdav.go webdav: add support for If-Match/If-None-Match in DELETE 2025-02-14 18:26:04 +01:00

go-webdav

Go Reference

A Go library for WebDAV, CalDAV and CardDAV.

License

MIT