Download List

Descripción del Proyecto

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

Propiedades de VObject ahora se codifican siempre antes de componentes. Se han solucionado problemas de Sabre_DAVACL con varios niveles de privilegio aggregration. Se ha agregado un plugin 'GuessContentType' a en el ejemplo de fileserver.php. El plugin de navegador ahora desencadenarán los eventos correctos al crear archivos. El ICSExportPlugin ahora considera las ACL. Es opcional proporcionar datos de tarjeta de un servidor de libreta de direcciones al solicitar getCards. Esto puede hacer algunas operaciones mucho más rápidos y podría dar como resultado mucho menor uso de memoria.
Tags: Stable, Minor
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.

2012-01-08 09:29
1.5.6

Esta versión corrige VObject rompiendo caracteres UTF-8 y los problemas de instalación del paquete de pear.
Tags: Stable, Minor
This release fixes VObject breaking UTF-8 characters and pear package installation issues.

2011-10-29 11:49
1.5.4

El plugin GuessContentType ahora soporta las extensiones de archivo caso mixto. Codificación de fecha y hora fue fijada en VObject. ('DATETIME' usaba incorrectamente). HTTP 204 ahora se envía después de una solicitud de poner en un recurso existente en lugar de HTTP 200. Esto debería arreglar evolución CardDAV compatibilidad de clientes. X-LIC-ubicación se analiza si está disponible. Todos los elementos de VObject tienen ahora una referencia a su nodo primario.
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 ya no falta en el archivo incluye. Edición 152 se ha fijado; iOS 1.4.2 al parecer requiere HTTP/1.1 200 OK para estar en mayúsculas. Soporte para archivos con una mezcla de estilos de nueva línea en Sabre_VObject se ha solucionado. Edición 159, convirtiendo automáticamente cualquier vcard y icalendardata a UTF-8, ha sido resuelto. Una clase Sabre_DAV_SimpleFile se ha añadido para facilitar la creación de archivos estáticos. Apoyo a la CardDAV: el apoyo-dirección-datos de la propiedad ha sido añadido.
Tags: Stable
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.

2011-09-22 10:52
1.5.2

carddata y calendardata campos de MySQL son ahora de la "burbuja medio" porque el tipo TEXT a veces era demasiado pequeño para contener todos los datos. Sabre_VObject_Property:: add () se añadió para agregar parámetros duplicados a las propiedades. Problemas con las interfaces y Sabre_CalDAV_ICalendar Sabre_CalDAV_ICalendarObject se fijaron. Un problema en el que 201 Created no fue respondido de si un evento cancelado la creación de un archivo se ha fijado. A URLUtil más rápido:: encodePath () la ejecución fue proporcionada. Un problema en el que el plugin para el navegador podría interferir con TemporaryFileFilterPlugin si se carga por primera vez se ha fijado.
Tags: Stable, Minor
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.

Project Resources