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: Interview Export Errors #90

Merged
merged 5 commits into from Mar 4, 2024
Merged

Fix: Interview Export Errors #90

merged 5 commits into from Mar 4, 2024

Commits on Feb 29, 2024

  1. fix: security issues with programatic download

    adds fetch and blob so that the browser can explicitly fetch the file before download
    buckhalt committed Feb 29, 2024
    Copy the full SHA
    c621c41 View commit details
    Browse the repository at this point in the history
  2. Revert "fix: security issues with programatic download"

    This reverts commit c621c41.
    buckhalt committed Feb 29, 2024
    Copy the full SHA
    0c7c15b View commit details
    Browse the repository at this point in the history
  3. fix: export errors

    need to use blob within exportinterviews like other exports
    buckhalt committed Feb 29, 2024
    Copy the full SHA
    0498592 View commit details
    Browse the repository at this point in the history
  4. fix: access control checks errors

    when stack is too big it exceeds file size for endpoint
    buckhalt committed Feb 29, 2024
    Copy the full SHA
    fd1893f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Revert "fix: access control checks errors"

    This reverts commit fd1893f.
    buckhalt committed Mar 1, 2024
    Copy the full SHA
    223f181 View commit details
    Browse the repository at this point in the history