Skip to content

Releases: tchapi/davis

v1.6.2

19 Feb 17:43

Choose a tag to compare

This is a minor release to update dependencies. Also, the last version (1.6.1) was not reporting the correct version number — this is now fixed.

[Dependencies] Update Symfony and other composer dependencies. Update to sabre/dav 4.1.5

v1.6.1

01 Feb 11:33

Choose a tag to compare

This is a minor release to improve PHP 8.* compatibility

[Dependencies] Update Symfony and other composer dependencies

v1.6.0

18 Dec 13:06

Choose a tag to compare

This is a minor release reflecting changes in the UI regarding the delegation and sharing features.

[Dependencies] Update Symfony and other composer dependencies

[Feature] Add delegation at the user level, and not at the calendar level (the previous behavior was not correct)
[Feature] Add individual calendar sharing and revocation, on each side (sharee and sharer)

[Chore] Refactor user delegation modals and UI reflecting these changes

[Bugfix] Can't delete read-only delegate #16

Thanks to @de-es for creating the issues and the subsequent testing

v1.5.0

20 Oct 14:37

Choose a tag to compare

[Feature] Add IMAP as an Authentication backend

This is now configurable with the IMAP_AUTH_URL env variable.

v1.4.9

03 Sep 12:34

Choose a tag to compare

[Dependencies] Update to symfony 5.1

v1.4.8

21 May 13:06

Choose a tag to compare

[Bugfix] Return correct content-type for DAV requests

See a3dab81 and sabre-io/dav#1270 (comment) for more info and context

v1.4.7

24 Mar 11:04

Choose a tag to compare

[Dependencies] Update to sabre/dav 4.1.0

v1.4.6

24 Jan 10:23

Choose a tag to compare

[Installation] Make the installation easier on PHP 7.3, and compatible with PHP 7.4
[Dependencies] Update to sabre/dav 4.0.3

+ Minor fixes to the Docker files

v1.4.5

03 Dec 16:19

Choose a tag to compare

This is a minor release including UI tweaks.

v1.4.4

03 Dec 12:48

Choose a tag to compare

[Bugfix] Make description nullable for address books
[New] Enforce unicity for principalUri + uri
[New] Allow for calendars without VEVENT (for Reminders for instance)

  • Improve wording, and switch to PHP 7.4 for Docker