Skip to content

Releases: ITHit/WebDAVServerSamples

v10.2.9105

11 Nov 21:04
Compare
Choose a tag to compare
  • In case both WebDAV Engine and GSuite Engine are used in ASP.NET project, the 'Access-Control-Allow-Origin' header contains multiple values. This bug is now fixed.
  • Azure Data Lake WebDAV Server sample now supports indexing and full-text search inside Microsoft Office documents.

v10.2.9037

02 Nov 21:50
Compare
Choose a tag to compare
  • Azure Data Lake WebDAV Server sample updated to use the latest Data Lake client library. The sample is now using Azure.Storage.Files.DataLake v12.4.0.

v10.2.8997

21 Oct 18:44
Compare
Choose a tag to compare
v10.2.8997

v10.2.8991

19 Oct 22:42
Compare
Choose a tag to compare
  • ASP.NET Core WebDAV server sample with Azure Blob / Data Lake Storage back-end now supports both cookies authentication and basic authentication. MS Office can now edit documents without the protocol application installation on the client machine.
  • ASP.NET CalDAV and CardDAV server samples are now replaced with ASP.NET Core samples.
  • Windows authentication in CalDAV/CardDAV server samples with file system back-end is now replaced with Basic authentication.

v10.1.9137

05 Oct 21:46
Compare
Choose a tag to compare
  • ITHit.Collab library failed to validate the license file. The "ITHit.Collab.InvalidLicenseException: The license is obsolete. Your license works with updates issued before <date>." exception was thrown. This bug is now fixed.

v10.1.9124

24 Sep 20:37
Compare
Choose a tag to compare
  • Mac OS X could not open URLs that contain characters that can have multiple representations in Unicode. Mac OS is sending requests encoded with Unicode Form D. If the file or folder name was created using Unicode Form C or any other normalization form URLs were considered non-equal. For example, the server sample code can not find URLs that contain 'ắ' character. Now Unicode Form C (NFC) normalization is used during URLs comparison in all WebDAV samples.

v10.1.8967

20 Jul 21:26
Compare
Choose a tag to compare
  • Search in WebDAV sample servers with file system back-end does not return results if the search phrase contains underscore (“_”) or percent ("%") charachters. This bug is now fixed.
  • Azure Blob/Data Lake WebDAV sample refactored. 
  • ITHit.Collab library can not deserialize some custom properties. This bug is now fixed.

v10.1.8954

07 Jul 21:21
Compare
Choose a tag to compare
  • A new WebDAV server sample with Azure Data Lake storage is provided. The sample keeps documents content, locks and custom properties in Azure Data Lake. 

v10.1.8941

06 Jul 23:51
Compare
Choose a tag to compare
v10.1.8941

v10.0.7062

13 Jun 00:23
Compare
Choose a tag to compare
  • The search failed in WebDAV server samples with file system back-end if search snippet contained control characters or permanently undefined Unicode characters. Now such characters are removed before returning the snippet to the client.