Skip to content

Releases: ITHit/WebDAVServerSamples

v9.2.5694-Beta2

16 Nov 10:09
Compare
Choose a tag to compare
v9.2.5694-Beta2

v9.2.5681-Beta2

11 Nov 21:21
Compare
Choose a tag to compare
  • 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

07 Nov 23:22
Compare
Choose a tag to compare
  • 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

31 Oct 22:05
Compare
Choose a tag to compare
  • 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

22 Oct 23:20
Compare
Choose a tag to compare
  • 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

08 Oct 23:07
Compare
Choose a tag to compare
v9.1.5460-Beta

v9.1.5311-Beta

19 Sep 22:37
Compare
Choose a tag to compare
v9.1.5311-Beta

v9.0.1208-Beta

03 Sep 23:03
Compare
Choose a tag to compare
v9.0.1208-Beta

v8.1.5257

12 Jul 17:07
Compare
Choose a tag to compare
  • .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

23 Jun 09:10
Compare
Choose a tag to compare
  • 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.