Go to file
Conrad Hoffmann 1d50d6dad8 Harden mapping from request path to FS path
Put strict checks in place to avoid authenticated users accessing files
outside of their actual storage directory. These checks will need
updating if multiple address books are to be supported.
2022-03-10 16:46:56 +01:00
auth Define and use an auth context structure 2022-02-23 21:09:20 +01:00
cmd/tokidoki Register COPY & MOVE methods with chi 2022-02-24 13:39:03 +01:00
storage Harden mapping from request path to FS path 2022-03-10 16:46:56 +01:00
go.mod Use latest upstream go-webdav 2022-03-01 11:51:34 +01:00
go.sum Use latest upstream go-webdav 2022-03-01 11:51:34 +01:00
LICENSE Initial commit 2022-02-21 09:52:55 +01:00
README.md Initial commit 2022-02-21 09:52:55 +01:00

tokidoki

Tokidoki is a (WIP) carddav and caldav server.