1. 09 Sep, 2021 1 commit
  2. 01 Sep, 2021 1 commit
    • Nils Goroll's avatar
      Improve partial local writes · 1c980ecc
      Nils Goroll authored
      If we can only save part of the request body locally, there is no need to discard
      all of it.
      
      Yet, if checksums are enabled, we will still fail later with a 413.
      1c980ecc
  3. 31 Aug, 2021 1 commit
    • Nils Goroll's avatar
      Fix behavior for empty file with .done(url) · 515e0395
      Nils Goroll authored
      If we set a done url (which is sent in Content-Location or Location for
      a 301) with an empty file (POST with Upload-Length: 0), we would trigger
      the two removed assertions. They are bad because a zero sized upload
      is legit and can have a Content-Location.
      515e0395
  4. 23 Mar, 2021 1 commit
  5. 22 Mar, 2021 1 commit
  6. 22 Feb, 2021 2 commits
  7. 16 Jan, 2021 2 commits
  8. 04 Jan, 2021 1 commit
  9. 03 Jan, 2021 5 commits
  10. 09 Dec, 2020 2 commits
  11. 17 Sep, 2020 2 commits
  12. 16 Sep, 2020 3 commits
  13. 15 Sep, 2020 2 commits
  14. 08 Sep, 2020 10 commits
  15. 07 Sep, 2020 4 commits
  16. 06 Sep, 2020 1 commit
  17. 04 Sep, 2020 1 commit
    • Nils Goroll's avatar
      rework .done() behaviour · 43c292fc
      Nils Goroll authored
      - use the new dedicated field to store the location such that we can
        still properly send metadata with responses to HEAD requests
      
      - always send the location, not just for GET 301s
      
      - no need to generate a 410 as long as we still have the metadata
      
      - retire TUS_REDIRECT type, we do not need it (files with a redirect
        remain intact).
      43c292fc