Skip to content

Releases: tchapi/davis

v1.7.1

11 May 12:34
Compare
Choose a tag to compare

This is a utility release to trigger Github actions workflow so that a tagged release is available on ghcr.io

v1.7.0

11 May 11:56
Compare
Choose a tag to compare

⚠️ This release changes the Composer version used for installing the dependencies: we now use version 2

While not strictly a BC break, this can be a problem depending on the way you install dependencies in your environment, proceed with caution.

[Docker] Revamp Dockerfile
[Docker] Update other packages in docker-compose.yml (mariadb and nginx)
[Dependencies] Update Symfony to 5.2 and other composer dependencies

v1.6.2

19 Feb 17:43
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

[Dependencies] Update to symfony 5.1

v1.4.8

21 May 13:06
Compare
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
Compare
Choose a tag to compare

[Dependencies] Update to sabre/dav 4.1.0

v1.4.6

24 Jan 10:23
Compare
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