Skip to content

Releases: ITHit/WebDAVServerSamples

v12.1.11742

30 May 23:14

Choose a tag to compare

  • "Pause upload/Resume upload" button on a default page did not sync with individual files upload status. Now the button properly changes status according to files upload status.
  • Installer certificate updated.
  • WebDAV Server Application wizards for Visual Studio now generate projects with SSL enabled by default.

v12.1.11708

03 May 22:12

Choose a tag to compare

  • If the If-Match header sent by the WebDAV client contains * and a file has a eTag, the 412 Precondition Failed error is always returned. This bug is now fixed.

v12.1.11690

21 Feb 20:56

Choose a tag to compare

  • The following message is displayed when opening document from the server with Azure AD authentication, generated by Add WebDAV Server Implementation wizard in Visual Studio 2022: "Your organization policies are preventing us from completing this action for you. For more info please contact your help desk". This bug is now fixed.
  • Add WebDAV Server implementation VS Start Action step does set the default start action path. This bug is now fixed.
  • The Newtonsoft Json.NET module replaced with the native .NET Json serialization module.
  • If websockets disconnect now websockets reconnect automatically on a default handler page in JavaScript code.
  • If LogFlagsEnum.LogGetResponseBody is set to true the CalDAV/CardDAV samples and code generated by wizard returned empty default handler page . This bug is now fixed.
  • After running Ajax Integration tests Solution Explorer tree in Visual Studio failed to display solution content (Visual Studio des not support long path). Now the all test path is excluded in Visual Studio.
  • If document is locked with exclusive lock (the file is open in MS Office) G Suite Edit button is now disabled.
  • Tooltip user names that locked the document and shared/exclusive information added on the lock icon on the default handler page.

v12.0.11241

07 Jan 01:06

Choose a tag to compare

  • WebDAV Server Application VB wizard for Visual Studio 2019 failed with the "Win32Exception: The system cannot find the file specified" exception. This bug is now fixed.

v12.0.11230

29 Dec 21:51

Choose a tag to compare

  • WebDAV server sample and code generated by WebDAV wizard with Azure authentication returned 404 Not Found error when log-in timed out. This bug is now fixed.
  • WebDAV server sample and code generated by WebDAV wizard with Windows authentication failed with "No service for type 'Microsoft.AspNetCore.Authentication.IAuthenticationService' has been registered" error if the server is hosted in Kestrel. Now this bug is fixed.

v12.0.11051-Beta

08 Dec 01:21

Choose a tag to compare

  • Add WebDAV Add WebDAV Server Implementation wizards are now supported by Visual Studio 2022.
  • Adding WebDAV implementation to C#10 projects generated in Visual Studio 2022 is now supported.

v12.0.10992-Beta

22 Nov 20:35

Choose a tag to compare

  • Visual Studio 2022 is now supported by WebDAV Server wizards.
  • WebDAV wizards for Visual Studio can now target .NET 6.
  • 'All WebDAV Server samples now use .NET 5.

v11.3.10765

16 Nov 18:50

Choose a tag to compare

  • Changes made in GSuite are not saved to the storage in some environments. The IFileAsync.WriteAsync() method is not called on some platforms. Now, this bug is fixed.

v11.3.10719

12 Oct 21:23

Choose a tag to compare

  • Ajax Multiple files download added on a default handler page.
  • Web sockets implementation refactored in WebDAV Server samples. Now a separate event is being sent by the server for each operation: created, updated, deleted, moved, locked and unlocked.
  • "System.Reflection.TargetParameterCountException: Number of parameters specified does not match the expected number." exception is thrown when Google make a POST request to /GNotifications. This bug is now fixed.

v11.2.10474

02 Aug 09:55

Choose a tag to compare

  • A parameter to configure GSuite GoogleNotificationsRelativeUrl was added.