Releases: ITHit/WebDAVServerSamples
Releases · ITHit/WebDAVServerSamples
v12.1.11742
- "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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- A parameter to configure GSuite GoogleNotificationsRelativeUrl was added.