Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix for: File picker is not working for virtual UNC directories + improvements #13

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Sep 16, 2020

  1. Simple code reformat

    Wojciech Tengler committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    b3a5327 View commit details
    Browse the repository at this point in the history
  2. Separate two helpful methods: CreateFileTreeNode and CreateFolderTree…

    …Node for simplicity and improved debuging
    Wojciech Tengler committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    a5edec1 View commit details
    Browse the repository at this point in the history
  3. UNC path bugfix and refactoring (variables naming consistency)

    Wojciech Tengler committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    5288e90 View commit details
    Browse the repository at this point in the history
  4. More logical implementation of methods in controller

    Wojciech Tengler committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    cc53c03 View commit details
    Browse the repository at this point in the history
  5. Remove unnecesary filtering by star

    Wojciech Tengler committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    1ae949c View commit details
    Browse the repository at this point in the history
  6. Bugfix: Allow expand folder in tree when filter is applied and direct…

    …ory has another directories but no files children.
    
    We don't need to filter directories which don't contain files because better is to show empty directory without expand arrow next to them.
    Aditional StringSplitOptions.RemoveEmptyEntries flag used and simplicity filter checking.
    Wojciech Tengler committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    a568ff3 View commit details
    Browse the repository at this point in the history
  7. We don't need FilePickerApiControler for two methods used only by tre…

    …e, so we can rename FolderTreeControler to more consistency name FilePickerTreeController
    Wojciech Tengler committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    f093d0f View commit details
    Browse the repository at this point in the history
  8. Icon add inside anchor

    Wojciech Tengler committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    0b63596 View commit details
    Browse the repository at this point in the history
  9. Remove unnecesary files=true parameter

    Wojciech Tengler committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    fc36e69 View commit details
    Browse the repository at this point in the history
  10. Additional new line

    Wojciech Tengler committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    ac18775 View commit details
    Browse the repository at this point in the history
  11. Sorting for more user friendly files picking

    Wojciech Tengler committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    05df54d View commit details
    Browse the repository at this point in the history
  12. Icon for selected files

    Wojciech Tengler committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    fb56701 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'hotfix/VirtualDirectoriesFix'

    Wojciech Tengler committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    acfb7ae View commit details
    Browse the repository at this point in the history
  14. Merge tag 'VirtualDirectoriesFix' into develop

    Wojciech Tengler committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    6b14932 View commit details
    Browse the repository at this point in the history
  15. Small performance improvement

    Wojciech Tengler committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    e7b7e30 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e69f064 View commit details
    Browse the repository at this point in the history
  17. Another small improvement

    Wojciech Tengler committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    4f45326 View commit details
    Browse the repository at this point in the history
  18. Another optimization (file or folder picker, global variables associa…

    …ted with paths, MapPath optimization)
    Wojciech Tengler committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    957d18e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Cosmetic improvements in tree controller (methods order, new method G…

    …etVirtualPath)
    Wojciech Tengler committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    145c3aa View commit details
    Browse the repository at this point in the history