Releases: ITHit/WebDAVServerSamples
Releases · ITHit/WebDAVServerSamples
v5.6.3515
- ITHit.Collab.dll now supprts .NET Framework 4.5.
- Error the "The type or namespace name 'Collab' does not exist in the namespace 'ITHit'" occurred in CalDAV /CardDAV samples and in code generated by wizard if .NET 4.5.2 or earlier is selected. Now this bug is fixed.
- Icon column is shown on small screens in MyCustomHandlerPage.aspx/html. The content stretches beyond the screen if the file name is too long. Now the file name is it is truncated with CSS ellipsis.
- The "The name 'HttpContext' does not exist in the current context in UsersFolder.cs" error in case of CalDAV with file system back end. The System.Web namespace is added UsersFolder.cs.
- C# and VB examples in class reference documentation for CalDAV/CardDAV refactored and fixed.
v5.6.3502
- .NET Framework 4.5.1 is now supported by the following packages: ITHit.WebDAV.Server, ITHit.WebDAV.Server.Core, ITHit.WebDAV.Server.Web, ITHit.WebDAV.Server.HttpListener, ITHit.WebDAV.Server.Owin.
- MS Office 2016 on Mac OS X does not work with Basic & Digest authentication. "Word cannot open the document: user does not have access privileges" error is displayed. Now OPTIONS request requires authentication only if User-Agent header starts with "Microsoft Office".
- Sample code in documentation refactored.
v5.5.3491
- Visual Basic examples in class reference documentation are provided.
- CalDAV/CardDAV comments added in Visual Basic samples.
- Digest authentication does not work in Visual Basic samples. This bug is now fixed.
- VB HttpListener samples and code generated by wizard contained references to .cs files in project file in Windows service description. Now this bug is fixed.
- Files and folders with '+' character did not work in ASP.NET Core with File System back-end sample. '+' char tests fail. Now web.config is added to this sample to allow '+' character.
- Web Sockets does not work with HTTPS/SSL. Now ws/wss is automatically set in JavaScript on MyCustomHandlerPage.aspx.
- Blank page is displayed when running project generated with Visual Basic HttpListener CalDAV/CardDAV Server wizard. Now this bug is fixed.
v5.5.3486
- Visual Basic WebDAV, CalDAV and CardDAV samples provided.
- Visual Basic WebDAV, CalDAV and CardDAV wizards for Visual Studio 2017 and 2015 provided.
- Samples and code generated by WebDAV wizards for Visual Studio now provide notifications via WebSockets. The sample web UI is now refreshed in case of any changes on the server. Lock icon is displayed over locked MS Office documents.
- Full-featured WebDAV ASP.NET Core Application wizard is provided, all options are available now.
- MaxBackups and FileSize properties added to DefaultLoggerImpl class.
- Samples renamed and refactored.
- ITHit.WebDAV.Server.Core, ITHit.WebDAV.Server.WebListener, ITHit.WebDAV.Server.Web, ITHit.WebDAV.Server.Owin, ITHit.WebDAV.Server.HttpListener packages were missing from source codes packages and from documentation. Now this bug is fixed.
- Exception in samples if UseBasicAuth() or UseDigestAuth() is called in ASP.NET Core samples. Now this bug is fixed.
- If Visual Studio 2017 was installed without Visual Studio 2015 WebDAV wizards failed to start. Now this bug is fixed.
- ntdll.dll not found exception if running ITHit.WebDAV.Server package on Mono on Mac OS X. Now this bug is fixed.
- StackOverflowException is thrown if if request or response stream was disposed in user interfaces implementation. CalDAV & CardDAV samples with SQL back-end throw StackOverflowException. Now this bug is fixed.
- ArgumentException: "The drive name does not exist." in IFolderAsync.GetAvailableBytesAsync() and IFolderAsync.GetUsedBytesAsync() implementation in ASP.NET & HttpListener samples with file system back-end on Mono on Mac OS X. Now this bug is fixed.
- OverflowException: Arithmetic operation resulted in an overflow.In OSXExtendedAttribute.cs in method GetExtendedAttributeAsync() in ASP.NET & HttpListener samples with file system back-end on Mono on Mac OS X. Now this bug is fixed.