Skip to content

Releases: ITHit/WebDAVServerSamples

v7.1.4830

25 Jan 02:11
Compare
Choose a tag to compare
  • .NET Core samples and code generated by .NET Core WebDAV wizards for Visual Studio now use .NET Core 2.2.
  • References to all external assemblies in samples are updated to use latest versions.

v7.1.4806

17 Dec 22:21
Compare
Choose a tag to compare
  • File system sample and code generated by VS Wizard failed with exception in case storage is located on a network location. This bug is now fixed.

v7.1.4792

11 Dec 22:01
Compare
Choose a tag to compare
  • File system sample and code generated by Visual Studio wizard can now store attributes in external files. The code automatically detects Extended Attributes/NTFS Alternate Data Streams support and stores locks and custom attributes in external files if required.

v7.1.4620

05 Nov 23:41
Compare
Choose a tag to compare
  • Paging and sorting is now supported in samples with Microsoft SQL Server back-end.
  • Sorting and paging code on default handler page is refactored.
  • Web browser back button did not work after sorting was applied several times. Now this bug is fixed.

v7.0.4491-Beta

05 Oct 22:39
Compare
Choose a tag to compare
  • Default handler page is refactored to use new paging classes of WebDAV Ajax Library.
  • "paging" token is added to DAV header.
  • Paging classes refactored for conformity with WebDAV Ajax Library. PageResults.TotalNumber renamed to TotalItems.
  • Web browser back button does not work when navigating through folders hierarchy on a default handler page. This bug is now fixed.

v7.0.4462-Beta

02 Oct 21:58
Compare
Choose a tag to compare
v7.0.4462-Beta

v7.0.4450-Beta

25 Sep 22:56
Compare
Choose a tag to compare
  • All .NET Core samples now use .NET Core 2.1.
  • Paging and sorting are now supported when listing children. The IItemCollectionAsync.GetChildrenAsync() method now provides parameters to pass offset, page size and results sorting as well as to return total number of items in return object. Default handler page is refactored to support paging and sorting and use new IT Hit WebDAV Ajax Library v7.0 Beta paging functions such Folder.GetPageAsync().
  • Paging is now supported in search results. The ISearchAsync.SearchAsync() method now provides parameters to pass offset, page size. Default handler page is refactored to support paging in search results and use new IT Hit WebDAV Ajax Library v7.0 Beta paging functions.
  • Default handler page is refactored to support upload auto-restore provided in IT Hit WebDAV Ajax Library v7.0 Beta. The upload section can now display error description and status for failed uploads.
  • Default handler page now prevents tab closing in case any uploads are present in the list.
  • The FormatException may be thrown on non-English machines during license validation: "String was not recognized as a valid DateTime.". Now this bug is fixed.

v6.1.4325

28 Jun 01:14
Compare
Choose a tag to compare
  • "Only .NET 4.5.1 and higher is supported." error is displayed in Visual Studio 2017. Now the latest installed .NET Framework version is selected automatically.
  • Microsoft Office Mobile on Android is now supported.
  • Microsoft Office Mobile on Windows 10 is now supported.
  • When a file is copied or moved, the destination file contained source file locks. Now this bug is fixed. All sample servers copy and move implementation code is updated to remove source file locks from destination file after copying.
  • Default handler page in samples and code generated by WebDAV wizards now uses Bootstrap 4.
  • HTML on a default handler page is refactored to support IE 11.
  • Code generated by WebDAV wizards does not compile in Visual Studio 2013, C# 6 code is used: string parentPath = $"/{path.Trim('/')}"; Now the code is refactored to support Visual Studio 2013.

v6.1.4288

13 Apr 00:12
Compare
Choose a tag to compare
  • DavProtocolEditDocument() JavaScript function was called on a default handler page MyCustomHandlerPage.aspx/html if MS-OFBA option is specified in 'Add WebDAV Server Implementation' wizard on Authentication step. Now EditDocument() JavaScript function is called in case of MS-OFBA.
  • Incorrect text description is displayed on Authentication step in case cookies authentication can not be selected in 'Add WebDAV Server Implementation' wizard. Now this bug is fixed.

v6.1.4285

06 Apr 07:02
Compare
Choose a tag to compare
  • DavProtocolEditDocument was always called on a default handler page MyCustomHandlerPage.aspx/html instead of EditDocument() if Basic, Digest, NTLM/Kerberos or anonymous authentication is specified in WebDAV wizards for Visual Studio. Now EditDocument() is called.
  • Protocol installation message for WebDAV Ajax Library in samples and code generated by WebDAV wizard for Visual Studio now contains link to web browser extension installation and activation instructions.
  • wwwroot folder with JS files is created and WebDAV Ajax Library files downloaded from NPM if "Create Custom Handler for GET verb" option on "Extended Features" step is unchecked in WebDAV wizards for Visual Sudio. Now this bug is fixed, the wwwroot folder is not created if this option is unchecked.
  • Broken comments with non-english characters on MyCustomHandlerPage.aspx/html page fixed.