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

fix: check the file type being uploaded before performing upload #2584

Merged
merged 12 commits into from
Jul 27, 2023

Commits on Jul 4, 2023

  1. Check the file type being uploaded before performing upload

    Signed-off-by: Martin Musale <[email protected]>
    musale committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    0238221 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    ec5e666 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    1a3ac7e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    61bc978 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    3da8547 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    13601d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Narrow down the DataTransferItem types using in operator

    This is by checking if the  or  instance methods are in the uploadFileItem object. Falsey value is cast to File type
    
    Signed-off-by: Martin Musale <[email protected]>
    musale committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1d649f3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix-file-upload-btn' of github.com:microsoftgraph/micro…

    …soft-graph-toolkit into fix-file-upload-btn
    musale committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b1b4c31 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:microsoftgraph/microsoft-graph-tool…

    …kit into fix-file-upload-btn
    musale committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b3a73b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62c832c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    84526d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    0570ae4 View commit details
    Browse the repository at this point in the history