Skip to content

FileVista v8.0.8

Compare
Choose a tag to compare
@GleamTech GleamTech released this 23 Jun 11:01
· 49 commits to master since this release

Version 8.0.8 - June 23, 2020

  • Added: "File Extensions" checkbox to "View" ribbon tab of FileManager which can be useful to toggle showing of file extensions on the fly.
    This behaviour is normally controlled in "Application Settings" but now it can also be toggled directly in FileManager UI.

  • Improved: FileUploadeder did not inherit some properties like showFileExtensions and viewCheckboxSelection from its owner FileManager.
    Now whenever you re-open FileUploader, it will reflect those changed properties from FileManager.

  • Fixed: When using a physical root folder with AuthenticatedUser=Windows, intermittent "the handle is invalid" error occured while
    trying to impersonate before accessing PhysicalFileSystem. This happened because the access token retrieved from WindowsIdentity
    was not duplicated and when owner WindowsIdentity went out of scope (garbage collected), its access token was also being disposed.

  • Fixed: "Import Users" dialog was not visually listing users when clicked on "Find All" due to a JS error (although the users were being
    sucessfully retrieved).
    Added tooltips so that long text in columnns and error details can be seen easily.
    When a user import fails "Import result" column will contain more details.
    Prevented error when "Full name" or "Description" columns had long characters (max is 50 and 100 chars respectively).
    These non-vital columns will be truncated when there are more characters than these limits.
    Note that Name and Email columns will still throw error if longer than 50 characters as they cannot be truncated (vital fields)

  • Improved: Document Viewer:

    • Fixed: In mobile viewer, "Cannot delete annotations..." error occured when pressing backspace or del keys inside search field.

    • Improved: Perfected paddings in left side pane and no more unnessary horizontal scrollbar on IE and Edge.