Skip to content

Chunked Uploads | Fix Upload Authentication

What does this MR do and why?

  • Use Crafty's JWT authentication method for file uploads

  • Splice files on the frontend to accept chunked uploads as well as bulk uploads

  • Provide feedback on all upload pages

  • Consolidate and improve speed on uploads.

  • Resolves #263 (closed)

  • Resolves #314 (closed)

  • Resolves #353 (closed)

  • Resolves #352 (closed)

  • Eliminates the need for #179 (closed)

This has been tested through Cloudflare and works. There appears to be some sort of rate limit that will pause the requests for 10-20 seconds every x chunks, but the upload finishes successfully. They may just take longer through CF because of this apparent rate limit.

Screenshots or screen recordings

image

How to set up and validate locally

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

  • Have you checked this doesn't interfere/conflict/duplicate someone elses work?
  • Have you fully tested your changes?
  • Have you resolved any lint issues?
  • Have you assigned a reviewer?
  • Have you applied correct labels?
Edited by Andrew

Merge request reports

Loading