Skip to content

Releases: sabre-io/dav

Release 4.1.5

12 Feb 07:55
c1afdc7
Compare
Choose a tag to compare

4.1.5 (2021-02-12)

Release 4.1.4

12 Jan 03:44
4258420
Compare
Choose a tag to compare

4.1.4 (2021-01-11)

  • #1312: Reduce package size by ignoring test and other non-run-time files
  • #1316: Minor code changes for latest PHP cs-fixer
  • #1319: Fix "Trying to access array offset on value of type bool"
  • #1321: Complete checks for non existing/null/false time-range array keys

Release 4.1.3

09 Nov 07:50
b903eee
Compare
Choose a tag to compare

4.1.3 (2020-11-09)

  • #1306: Return 409 when trying to PUT a file into a non-existent collection

Release 4.1.2

04 Oct 07:22
e1f617a
Compare
Choose a tag to compare

4.1.2 (2020-10-04)

  • #1296: Add experimental support for PHP 8.0

4.1.1

13 Jul 13:43
5736f94
Compare
Choose a tag to compare

4.1.1 (2020-07-13)

  • Fix PHPdoc of Tree:move method
  • Allow using custom SAPI implementations
  • Include baseUri in lock responses

4.1.0

20 Mar 14:44
Compare
Choose a tag to compare
  • Support PHP 7.4
  • Drop support for PHP 7.0
  • CalDAV: send MIME-Version header in scheduling emails

4.0.3

10 Jan 08:43
Compare
Choose a tag to compare
  • DAV: Streaming PROPFIND server implementation
  • DAVACL: Fix uppercase of NotAuthenticated class
  • CalDAV: Return only calendar objects owned by principal itself
  • CalDAV: Convert scheduling object data from resource to string
  • Browser Plugin: Fix content type guessing if setBaseUri is set to a folder

4.0.2

19 Oct 07:18
Compare
Choose a tag to compare

4.0.2 (2019-10-18)

  • Fix error with PHP 7.4
  • CardDAV: Fix content-type for Thunderbird

4.0.1

20 Aug 08:29
Compare
Choose a tag to compare
  • TemporaryFileFilterPlugin: Fix Strict Error
  • CalDAV\Plugin: Fix null path

4.0.0

01 Jul 10:22
Compare
Choose a tag to compare

4.0.0 (2019-07-01)

  • Lock: Support lock timeout value Infinity
  • Lock: Hide lock token in lock discovery when not set
  • BrowserPlugin: Show display name of nodes
  • FSExt: Fix folder (file) move issue if rename fails
  • IMipPlugin: Add sender name in invite mail headers
  • IMipPlugin: Fix email subject and recipient
  • Fix issues with empty content-type header
  • Apply new code style
  • Fix for litmus test suite - test case: props propfind_invalid2
  • Depend on sabre/xml 2.0.1
  • Depend on sabre/http 5.0
  • Now supports PHP 7.3
  • Now requires PHP 7.
  • Using strict_types in every php file.
  • #896: Using the [sabre/event][evnt] WildcardEmitter. This allows event
    handlers to listen to events using a wildcard.
  • #896: Event listeners that in the past listened to beforeMethod or method
    no longer get called. They must listen to beforeMethod:* and method:* now.
  • #322: Imap authentication backend. (@c0d3z3r0).
  • #889: Support for selective property querying in CardDAV's addressbook-query.
    (@DeepDiver1975).
  • #982: Make sure that files that are siblings of directories, are reported
    as files (@nickvergessen)