subscribe

SabreDAV 0.7

Just released 0.7 of the SabreDAV library. This release implements some of the more obscure WebDAV features, and a plugin system.

Some changes:

  • Basic plugin system.
  • Comes with a plugin to display html indexes for browsers.
  • Sabre_DAV_FilterTree is now Sabre_DAV_Tree_Filter.
  • Sabre_DAV_TemporaryFileFilter is now Sabre_DAV_Tree_TemporaryFileFilter.

Full changelog.

Any help is greatly appreciated. I’m finding this taking up a large amount of my free time, so anyone interested in documenting, fixing bugs, writing tests, implementing additional webdav rfc’s, making logo’s definitely send a message to the mailing list.

Download.

Web mentions

Comments

  • Phunky

    Phunky

    Forgive me if this is a really stupid question but with SabreDAV would i be able to interface with another WebDAV server? or is it just an actual WebDAV server itself built upon PHP5.

    I'm wanting to write a custom front end with ExtJS for myself to use with some WevDAV compliant services.
  • Evert

    Evert

    SabreDAV is a server, not a client.. I know there are already some javascript WebDAV clients out there, so that might be a good starting point.

    If you plan to do something in the open source space, definitely drop me a line, because I'd be very interested!