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: Parse Server option fileUpload.fileExtensions fails to determine file extension if filename contains multiple dots #8754

Merged
merged 7 commits into from
Sep 23, 2023

Commits on Sep 19, 2023

  1. fix: use last index of period to determine extension

    Marc Derhammer committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    09008bf View commit details
    Browse the repository at this point in the history
  2. Added some more testing for bad file extensions and also invalid file…

    …names
    Marc Derhammer committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b2e90ff View commit details
    Browse the repository at this point in the history
  3. Change from split to lastIndexOf

    Marc Derhammer committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    884512d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    c5db899 View commit details
    Browse the repository at this point in the history
  2. Update spec/ParseFile.spec.js

    Co-authored-by: Manuel <[email protected]>
    Signed-off-by: Marc Derhammer <[email protected]>
    MarcDerhammer and mtrezza authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    2cd301f View commit details
    Browse the repository at this point in the history
  3. Update spec/ParseFile.spec.js

    Co-authored-by: Manuel <[email protected]>
    Signed-off-by: Marc Derhammer <[email protected]>
    MarcDerhammer and mtrezza authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    3f26fda View commit details
    Browse the repository at this point in the history