github sabre-io/dav 0.9

latest releases: 4.6.0, 4.5.1, 4.5.0...
pre-release10 years ago
  • Changed: Major refactoring, removed most of the logic from the Tree objects.
    The Server class now directly works with the INode, IFile and IDirectory
    objects. If you created your own Tree objects, this will most likely break in
    this release.
  • Changed: Moved all the Locking logic from the Tree and Server classes into a
    separate plugin.
  • Changed: TemporaryFileFilter is now a plugin.
  • Added: Comes with an autoloader script. This can be used instead of the
    includer script, and is preferred by some people.
  • Added: AWS Authentication class.
  • Added: simpleserversetup.py script. This will quickly get a fileserver up and
    running.
  • Added: When subscribing to events, it is now possible to supply a priority.
    This is for example needed to ensure that the Authentication Plugin is used
    before any other Plugin.
  • Added: 22 new tests.
  • Added: Users-manager plugin for .htdigest files. Experimental and subject to
    change.
  • Added: RFC 2324 HTTP 418 status code
  • Fixed: Exclusive locks could in some cases be picked up as shared locks
  • Fixed: Digest auth for non-apache servers had a bug (still not actually tested
    this well).

Don't miss a new dav release

NewReleases is sending notifications on new releases.