Releases: ITHit/WebDAVServerSamples
Releases · ITHit/WebDAVServerSamples
v9.2.5694-Beta2
v9.2.5694-Beta2
v9.2.5681-Beta2
- Files placed in the root folder during upload, regardless of the current folder. Incorrect target folder specified in JavaScript on a default handler page. Now upload places file(s) into the current folder.
v9.2.5674-Beta2
- G Suite Engine preview functionality is updated. Now the Engine can display preview for PDF, TXT, DOC, XLS, PPT, and other files.
v9.2.5661-Beta2
- Editing via G Suite with editor integrated on a web page is provided in samples. Tabs with document preview and edit are provided.
- Documents printing via WebDAV Ajax Library protocol app in samples on a default GET handler page is provided.
- ITHit.Server.Web module did not add to the project by VS WebDAV wizard and in WebDAV server samples. Now ITHit.Server.Web is properly added.
- WebDAV server samples with SQL back-end and code generated by VS WebDAV wizard incorrect paging in search results. This bug is now fixed.
- WebDAV server samples with SQL back-end and code generated by VS WebDAV wizard full-text search is refactored and optimized.
- Search results error processing is provided in WebDAV server samples.
- Two wwwroot folders created in added to the project by WebDAV Server Implementation wizard. This bug is now fixed.
- Default GET handler page horizontal scrolling fixed on small screens.
v9.2.5604-Beta2
- Microsoft Office documents preview functionality using Google G Suite is provided. Custom GET handler page is refactored to provide a preview panel and table resizing.
- Obsolete VS wizards files removed from ITHitWebDAVServerEngineNet.zip.
- Table horizontal resizing fixed on custom GET handler page in samples.
- Microsoft Office Excel failed to save content after first successful save. Etag did not update during content modification. This bug is now fixed.
- CalDAV Android synchronization does not work. DavContext.UserId is null because OPTIONS requests must be left unauthenticated according to HTTP standard. Now OPTIONS requests are authenticated in case of CalDAV / CardDAV projects.
- Class reference documentation fixed and updated.
v9.1.5460-Beta
v9.1.5460-Beta
v9.1.5311-Beta
v9.1.5311-Beta
v9.0.1208-Beta
v9.0.1208-Beta
v8.1.5257
- .NET Core CalDAV and CardDAV Server wizards for Visual Studio added.
- ITHit.Collab library for .NET Standard 2.0 is provided and published to NuGet.
- WebDAV Server samples with SQL back-end and code generated with WebDAV wizard for Visual Studio did sent UI update notifications when document is updated on server. Now when document is updated on the server the notification is sent to client and UI is updated.
v8.0.5110
- Sample servers and code generated by WebDAV wizards for VS refactored to support C# 8 nullable reference types. Most reference types in sample code are now non-nullable to support both C# 8 and C# 7 and earlier.