Skip to content

0.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@evert evert released this 21 Jan 05:40
· 4567 commits to master since this release
  • 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).