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

Feature/admin zip upload on reset #335

Merged
merged 11 commits into from
Oct 24, 2023
Merged

Commits on Oct 20, 2023

  1. add project reset status. Add FinishReset api which extracts the zip …

    …into the repo and does a bit of cleanup after it's done
    hahn-kev authored and myieye committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    fff1344 View commit details
    Browse the repository at this point in the history
  2. add tus upload support with basic example

    hahn-kev authored and myieye committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    d6fee01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    878d367 View commit details
    Browse the repository at this point in the history
  4. add file type restrictions and an accept prop on the upload component…

    … to specify file picker type.
    hahn-kev authored and myieye committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    86585a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5c6696 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e240e1b View commit details
    Browse the repository at this point in the history
  7. implement better error handling for uploads using app error codes and…

    … problem details. Translate any static strings and pull out some zip upload specific configuration into props for TusUpload.svelte
    hahn-kev authored and myieye committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    05d3e94 View commit details
    Browse the repository at this point in the history
  8. Project reset fixups

    myieye committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    daa3504 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a8e66c View commit details
    Browse the repository at this point in the history
  10. Svelte code formatting

    myieye committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    9d6e562 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e9402d View commit details
    Browse the repository at this point in the history