IT Hit WebDAV Server Engine for Node.js Release History

v1.1.210

June 27, 2019
  • File modification date change during lock and unlock in file system sample causing file save failure during first save in Microsoft Office, if Microsoft Office has Protected Mode enabled. The following message was displayed "File updated. has been changed by another author.". Now in file system sample the file modification date is not changed during lock and unlock.

v1.1.201

May 15, 2019
  • Sample WebDAV Server with File system back-end did not encode special characters in URLs. Now all characters are properly encoded.

v1.1.195

March 25, 2019
  • Sample now runs on Linux and Mac OS. Locks storage sample implementation refactored. Windows implementation now use Alternate Data Streams to store locks and custom props. Linux and Mac OS are now using fs-xattr library. fs-extended-attributes library removed from project.
  • Folder deletion code in sample fixed. If folder contained files, the delete operation failed. Now this bug is fixed.

v1.1.196

March 25, 2019
  • Upload in sample WebDAV servers places file in WebDAV root instead of a current folder. Incorrect target folder specified in JavaScript on a default handler page. Now upload is performed into the current folder.
  • Web browser back button does not work correctly in Firefox and Edge on a default handler page supplied with samples. Now this bug is fixed.

v1.1.190

November 28, 2018
  • Web sockets added to file system sample. Server now submits notification to client to refresh Ajax UI in case of any server changes.
  • Non-English characters does not work. This bug is now fixed.
  • Repository path in file system sample now can be set in configuration file.
  • Storage folder in file system sample moved \Storage\ -> \App_Data\Storage\
  • File system sample code refactored, comments updated.
  • Class reference updated.

v1.1.110 Beta

November 12, 2018
  • All WebDAV tests now pass.
  • PROPPATCH processing implemented.
  • Links to JavaScript file appeared to be broken after navigating to a folder from root and refreshing a page. This bug is now fixed.
  • Class reference documentation fixed and updated.
  • Sample codes are updated in online user guide.

v1.0.93 Beta

November 8, 2018
  • Lock refresh implementation fixed.
  • Default handler page HTML and JavaScript updated to support latest WebDAV Ajax Library build.

v1.0.40 Alpha

October 30, 2018
  • Copy and move are implemented.
  • Special characters are now supported.

v1.0.38 Alpha

October 28, 2018
  • Folder creation is implemented.
  • URLs generation fixed.

v1.0.16 Alpha

October 22, 2018
  • WebDAV Server Engine and a WebDAV server sample with file system back-end provided.