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: FORMS-1138 temp route to move uploads files #1523

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 23, 2024

  1. fix: FORMS-1138 temp route to move uploads files

    A bug left uploaded files in the "uploads" directory in the object storage, when they should have been moved to the "submissions" directory. This temporary route will move the files for a given submission ID.
    WalterMoar committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    58b74f9 View commit details
    Browse the repository at this point in the history
  2. fix: FORMS-1303 add main location to package.json

    Added the "main" setting with a value of "app.js" to the package.json. This is to hopefully influence the CodeQL static checks to recognize the rate limiter applied to all API routes.
    WalterMoar committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8c3f758 View commit details
    Browse the repository at this point in the history