webdav 1.0.0-alpha2

Bug fixes

Maintenance release following 1.0.0-alpha1. The headline fix lets WebDAV
work on Drupal sites served from a subdirectory; the remaining changes are
documentation and tooling polish. This is still an alpha and is not yet
recommended for production.

webdav 1.0.0-alpha1

New features

First release of the WebDAV server for Drupal 11: a modern WebDAV
server built on sabre/dav that exposes private Drupal-managed files for
in-place editing in desktop applications. As an alpha it is
feature-complete for everyday document editing but not yet recommended
for production.

webdav 6.x-1.0-rc7

Bug fixes
Unsupported

Bug fix of the previous RC, mainly about some warnings and wrong use of short php code tag

webdav 6.x-1.0-rc6

Unsupported
  • first caching implementation. Have a look a webdav settings. Everything is disabled by default but members caching seems to have nice results.
  • added - new testing script using perldav.
  • Added - Perldav client
  • fix - created nodes can hav double teaser.
  • fix - created nodes don't have default settings (comment, published, etc...)
  • added - a setting to prevent a node for being published when created by webdav
  • fix. wired error when aggregating definitions
  • fix. Problem when an error occured outside embedded mode.

webdav 6.x-1.0-rc5

Bug fixes
Unsupported

Fix. Unable to get a file using browser mode
Fix. blank page when getting an error in browser mode. Now errors in browsing mode are pipe to main 404/403 drupal errors

webdav 6.x-1.0-rc3

New features
Bug fixes
Unsupported
  • Now file listing can be embedded in Drupal.
  • New setting in WebDAV Server in order to choose full page or embedded file listing
  • Better permission management. We can have a different permission for every single static collection. There is no inheritance. For example youcan disallow anonymous access on /webdav/, allow it on /webdav/my_path and disallow it again on /webdav/my_path/secret.
  • Matching static collection path algorithm will match the best collection, not the only equal in number of argument. That means we can

webdav 6.x-1.0-rc2

Bug fixes
Unsupported

This version is a major reworking of the previous 5.X-0.5.

Subscribe with RSS Subscribe to Releases for WebDAV for Drupal