Skip to content

v1.0.0.3019-Alpha

Choose a tag to compare

@ITHitBuild ITHitBuild released this 01 Oct 21:05
· 89 commits to master since this release
  • Synchronization service from the user file system to remote storage is implemented in the Virtual File System sample.
  • ETags comparison is refactored and fixed in the Virtual File System Sample. Remote storage ETag and user file system ETag are now compared during the user file system to remote storage upload operation.
  • Conflicts between the user file system and the remote storage are now properly processed in the Virtual File System Sample. The conflict icon is displayed in the Windows File Manager. A ConflictException is provided by the Engine.
  • If the move or rename operation was performed when the Virtual File System sample was not running, the delete-create sequence occurred in the remote storage (potentially deleting file history and attached data). Now move/rename in remote storage is performed when the app starts, during the synchronization process. 
  • MS Office documents saving refactored in the Virtual File System sample. ETags and all custom data on MS Office documents during MS Office transactional save are preserved now.
  • MS Office lock file (~$file.docx) detection is fixed and refactored in the Virtual File System Sample.
  • When a non-empty folder is deleted in the user file system in the Virtual File System sample, the respective folder deletion failed in remote storage. Now, this bug is fixed.