Skip to content

Releases: robur-coop/caldav

0.2.3

12 Sep 15:20
Compare
Choose a tag to compare

CHANGES:

0.2.2

07 May 10:39
Compare
Choose a tag to compare

CHANGES:

  • unikernel: updates to mirage 4.5 (#36 @Julow)
  • unikernel: add tls-proxy parameter
  • unikernel: exit with argument_error on startup errors
  • unikernel: update to logs-syslog 0.4 (no console)
  • initialize_fs: pretend root is around
  • fix unused functor parameters
  • remove mirage-random-test dependency
  • use ohex instead of hex

0.2.1

16 Dec 16:47
Compare
Choose a tag to compare

CHANGES:

  • Use Mirage-kv 6.0.0 API (#32 @hannesm)
  • Log more write errors (#32 @hannesm)
  • Refine Webdav_fs.batch to return a ('a, [> `Msg of string ]) result io, so
    it can fail (#32 @hannesm)
  • unikernel: use git-kv instead of irmin-mirage-git (#32 @hannesm)

0.2.0

28 Oct 14:04
Compare
Choose a tag to compare

CHANGES:

  • unikernel: upgrade to mirage 4.3 (#31 @hannesm)
  • bugfix: href_to_principal always returned "/principals" (since v0.1.1)
    (#24 @hannesm)
  • error when principal or calendar already exists when adding a new principal
    (#24 @hannesm)
  • when modifying an ACL, check that all referenced principals exist
    (#24 @hannesm)
  • check for groups and principals on operations thereof (i.e. disallow deleting
    a group when the principal is a user, etc.) and test cases (#25 @hannesm)
  • use batch in Webdav_api instead of Webdav_fs to reduce commits
    (#26, fixes in #27 @hannesm)
  • bugfix: adding and removing groups and users, only edit prop file once
    (#27 @hannesm)
  • bugfix: compute etag after batch (#27 @hannesm)

0.1.1

02 Nov 21:00
Compare
Choose a tag to compare

CHANGES:

v0.1.0

06 May 19:46
Compare
Choose a tag to compare

CHANGES:

  • Initial release, with webmachine vendored, and provided as a sublibrary.