Download List

Project Description

SabreDAV allows you to easily integrate your existing Web application with WebDAV. It supports most of the common clients, including the Mac OS X Finder, the Windows XP/Vista Explorer, DavFS2, Cadaver, NetDrive, and WebDrive. It supports class 1, 2, and 3 WebDAV servers. It implements RFC2518 and revisions from RFC4918. It also implements RFC2617 (Basic/Digest auth).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-20 07:01
1.5.7

VObject properties are now always encoded before components. Sabre_DAVACL issues with multiple levels of privilege aggregration have been fixed. A 'GuessContentType' plugin has been added to the fileserver.php example. The Browser plugin will now trigger the correct events when creating files. The ICSExportPlugin now considers ACLs. It is optional to supply card data from an Addressbook backend when requesting getCards. This can make some operations much faster, and could result in much lower memory use.
Tags: Stable, Minor

2012-01-08 09:29
1.5.6

This release fixes VObject breaking UTF-8 characters and pear package installation issues.
Tags: Stable, Minor

2011-10-29 11:49
1.5.4

The GuessContentType plugin now supports mixed case file extensions. DATE-TIME encoding was fixed in VObject. ('DATETIME' was being used incorrectly). HTTP 204 is now sent after a PUT request on an existing resource instead of HTTP 200. This should fix Evolution CardDAV client compatibility. X-LIC-LOCATION is parsed if it is available. All VObject elements now have a reference to their parent node.

2011-09-29 07:50
1.5.3

Sabre_DAV_Collection is no longer missing from the includes file. Issue 152 has been fixed; iOS 1.4.2 apparently requires HTTP/1.1 200 OK to be in uppercase. Support for files with mixed newline styles in Sabre_VObject has been fixed. Issue 159, automatically converting any vcard and icalendardata to UTF-8, has been resolved. A Sabre_DAV_SimpleFile class has been added for easy static file creation. Support for the CARDDAV:supported-address-data property has been added.
Tags: Stable

2011-09-22 10:52
1.5.2

carddata and calendardata MySQL fields are now of type 'medium blob' because 'TEXT' was sometimes too small to hold all the data. Sabre_VObject_Property::add() was added for adding duplicate parameters to properties. Issues with Sabre_CalDAV_ICalendar and
Sabre_CalDAV_ICalendarObject interfaces were fixed. A problem where 201 Created was not returned if an event cancelled the creation of a file was fixed. A faster URLUtil::encodePath() implementation was provided. A problem where the browser plugin could interfere with
TemporaryFileFilterPlugin if it was loaded first was fixed.
Tags: Stable, Minor

Project Resources