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 to disallow invalid characters in filenames #142

Merged
merged 9 commits into from
Oct 30, 2023
Merged

Commits on Oct 19, 2023

  1. fix to disallow invalid characters in filenames

    Signed-off-by: Amber Torrise <[email protected]>
    Amber Torrise committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8aacd85 View commit details
    Browse the repository at this point in the history
  2. increasing readability and using .some

    Signed-off-by: Amber Torrise <[email protected]>
    Amber Torrise committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1ae9a6f View commit details
    Browse the repository at this point in the history
  3. moving isValidFileName into Utilities

    Signed-off-by: Amber Torrise <[email protected]>
    Amber Torrise committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    fbe99e5 View commit details
    Browse the repository at this point in the history
  4. update changelog

    Signed-off-by: Amber Torrise <[email protected]>
    Amber Torrise committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b042d62 View commit details
    Browse the repository at this point in the history
  5. lint

    Signed-off-by: Amber Torrise <[email protected]>
    Amber Torrise committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    900c90f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    140da26 View commit details
    Browse the repository at this point in the history
  7. making code more concise. found out about charCodeAt :/

    Signed-off-by: Amber Torrise <[email protected]>
    Amber Torrise committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    331fb3f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. addressing qi's comment and creating unit test

    Signed-off-by: Amber Torrise <[email protected]>
    Amber Torrise committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    464e154 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. removing await

    Signed-off-by: Amber Torrise <[email protected]>
    Amber Torrise committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    bb38206 View commit details
    Browse the repository at this point in the history