Skip to content

Releases: sabre-io/dav

1.2.5

21 Jan 06:26
Compare
Choose a tag to compare
  • Fixed: Issue 73: guessBaseUrl fails for some servers.
  • Fixed: Issue 67: SabreDAV works better with non-seekable streams.
  • Fixed: If-Modified-Since and If-Unmodified-Since would be incorrect if
    the date is an exact match.

1.2.4

21 Jan 06:24
Compare
Choose a tag to compare
  • Fixed: Issue 62: Guessing baseUrl fails when url contains a query-string.
  • Added: Apache configuration sample for CGI/FastCGI setups.
  • Fixed: Issue 64: Only returning calendar-data when it was actually requested.

1.2.3

21 Jan 06:24
Compare
Choose a tag to compare
  • Fixed: Issue 57: Supporting quotes around etags in If-Match and If-None-Match

1.2.2

21 Jan 06:23
Compare
Choose a tag to compare
  • Updated: SabreDAV now attempts to guess the BaseURI if it's not set.
  • Updated: Better compatibility with BitKinex
  • Fixed: Issue 56: Incorrect behaviour for If-None-Match headers and GET
    requests.
  • Fixed: Issue with certain encoded paths in Browser Plugin.

1.2.1

21 Jan 06:23
Compare
Choose a tag to compare
  • Fixed: Issue 50, patch by Mattijs Hoitink.
  • Fixed: Issue 51, Adding windows 7 lockfiles to TemporaryFileFilter.
  • Fixed: Issue 38, Allowing custom filters to be added to TemporaryFileFilter.
  • Fixed: Issue 53, ETags in the If: header were always failing. This behaviour
    is now corrected.
  • Added: Apache Authentication backend, in case authentication through .htaccess
    is desired.
  • Updated: Small improvements to example files.

1.2.0

21 Jan 06:13
Compare
Choose a tag to compare
  • Fixed: Browser plugin now displays international characters.
  • Changed: More properties in CalDAV classes are now protected instead of
    private.

1.2.0beta3

21 Jan 06:22
Compare
Choose a tag to compare
1.2.0beta3 Pre-release
Pre-release
  • Fixed: Custom properties were not properly sent back for allprops requests.
  • Fixed: Issue 49, incorrect parsing of PROPPATCH, affecting Office 2007.
  • Changed: Removed CalDAV items from includes.php, and added a few missing ones.

1.2.0beta2

21 Jan 06:20
Compare
Choose a tag to compare
1.2.0beta2 Pre-release
Pre-release
  • Fixed: Issue 46: Fatal error for some non-existent nodes.
  • Updated: some example sql to include email address.
  • Added: 208 and 508 statuscodes from RFC5842.
  • Added: Apache2 configuration examples

1.2.0beta1

21 Jan 06:20
Compare
Choose a tag to compare
1.2.0beta1 Pre-release
Pre-release
  • Fixed: redundant namespace declaration in resourcetypes.
  • Fixed: 2 locking bugs triggered by litmus when no Sabre_DAV_ILockable
    interface is used.
  • Changed: using http://sabredav.org/ns for all custom xml properties.
  • Added: email address property to principals.
  • Updated: CalendarObject validation.

1.0.15

21 Jan 06:47
Compare
Choose a tag to compare
  • Added: Issue 31: Hiding exception information by default. Can be turned on
    with the Sabre_DAV_Server::$debugExceptions property.
  • Added: Moved autoload from lib/ to lib/Sabre/autoload.php. This is also the
    case in the upcoming 1.2.0, so it will improve future compatibility.