Skip to content

Releases: sabre-io/dav

4.0.0-beta1

08 May 09:30
Compare
Choose a tag to compare
4.0.0-beta1 Pre-release
Pre-release

4.0.0-beta1 (2019-05-08)

  • 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

3.2.3

19 Oct 10:04
Compare
Choose a tag to compare
  • #982: Make sure that files that are siblings of directories, are reported as files (@nickvergessen)

3.1.5

19 Oct 10:03
Compare
Choose a tag to compare
  • Fixed: Creating a new calendar on some MySQL configurations caused an error.
  • #889 Added support for filtering vCard properties in the addressbook-query REPORT (@DeepDiver1975).

4.0.0-alpha5

15 Oct 10:47
Compare
Choose a tag to compare
4.0.0-alpha5 Pre-release
Pre-release

4.0.0-alpha5 (2018-10-15)

  • Fix issues with empty content-type header

4.0.0-alpha4

12 Oct 08:23
Compare
Choose a tag to compare
4.0.0-alpha4 Pre-release
Pre-release

4.0.0-alpha4 (2018-10-12)

  • Apply new code style
  • Fix for litmus test suite - test case: props propfind_invalid2
  • Depend on sabre/xml 2.0.1

4.0.0-alpha3

05 Oct 09:38
Compare
Choose a tag to compare
4.0.0-alpha3 Pre-release
Pre-release
Release 4.0.0-alpha3

4.0.0-alpha2

27 Sep 14:28
Compare
Choose a tag to compare
4.0.0-alpha2 Pre-release
Pre-release

4.0.0-alpha2 (2018-09-27)

  • Now supports PHP 7.3

3.3.0-alpha1

05 Jun 06:31
Compare
Choose a tag to compare
3.3.0-alpha1 Pre-release
Pre-release

3.3.0-alpha1 (2018-06-04)

  • SimpleCollection can now take arrays and strings as argument for super
    simple tree creation.
  • Added Sabre\DAV\Server::start(). This replaces ::exec(). ::exec()
    is now deprecated, but we're keeping it around for a year or two to make
    the transition easier.
  • getChildren() function in any collection may now return an iterator
    instead of an array. This can result in memory savings for large
    collections.
  • Tree::getChildren() now returns an Iterator instead of an array.
  • Added $overrideName to all Sabre\DAV\FS and Sabre\DAV\FSExt classes,
    so users can specify under what name these nodes show up in the tree.
  • #889 Added support for filtering vCard properties in the addressbook-query
    REPORT (@DeepDiver1975).
  • #918: Add a lot of sqlite indexes. This should speed up sqlite-based
    installations quite a bit.
  • #982: Make sure that files that are siblings of directories, are reported
    as files (@nickvergessen)
  • #1058: Don't open file resource on HEAD request (@icewind1991)
  • #1031: Fix copyNode for case of file named 0 (@phil-davis)

3.2.2

15 Feb 03:12
Compare
Choose a tag to compare

3.2.1

29 Jan 18:39
Compare
Choose a tag to compare