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.

2010-06-07 08:36
1.2.1

This release fixes issue 50, issue 51 (adding Windows 7 lock files to TemporaryFileFilter), issue 38 (allowing custom filters to be added to TemporaryFileFilter), and issue 53 (ETags in the If: header were always failing). An Apache authentication backend has been added in case authentication through .htaccess is desired. Small improvements have been made to example files.

2010-05-24 22:49
1.2.0

CalDAV (RFC4791) is supported. PDO backends were added for Locks, Authentication, and Calendars. 95% of the code is covered by unit tests. There's actually more unit testing code now than "normal" code. ACL (RFC3744) principals were implemented. Note that privileges are not yet implemented. Extended MKCOL (RFC5689) is supported. If-Range, If-Modified-Since, If-Unmodified-Since, If-Match, and If-None-Match are supported. There are now two distributions: the first is a unified zip file with all the features, and the second is four separate PEAR packages.
Tags: Major, Stable

2010-04-29 21:33
1.0.15

Exception information is now hidden by default. It can be turned on with the Sabre_DAV_Server::$debugExceptions property.
autoload was moved from lib/ to lib/Sabre/autoload.php. Backwards compatibility is provided, but using the new location is recommended.

2010-04-15 16:04
1.0.14

A double xml-namespace declaration was corrected, fixing a Webdrive bug.
Tags: Stable, Minor

2010-03-31 08:56
1.0.13

This release uses a new PEAR channel: pear.sabredav.org. The SabreDAV version has been added to all error responses for easier debugging. Issue 26 (better Gnome compatibility), issue 37 (TemporaryFileFilter regex too loose), and issues 33, 39, and 40 (better handling of international characters) have been fixed.
Tags: Stable, Minor

Project Resources