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

Tus upload #261

Merged
merged 23 commits into from Jun 19, 2017
Merged

Tus upload #261

merged 23 commits into from Jun 19, 2017

Commits on Jun 14, 2017

  1. Move code for object creation into separate functions

    We want to use the same code in the TUS upload implementation.
    buchi committed Jun 14, 2017
    Copy the full SHA
    5859b40 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c1bf334 View commit details
    Browse the repository at this point in the history
  3. Fix first error status codes #79 #261

    csenger authored and buchi committed Jun 14, 2017
    Copy the full SHA
    c72e84d View commit details
    Browse the repository at this point in the history
  4. Fix first tests #79 #261

    csenger authored and buchi committed Jun 14, 2017
    Copy the full SHA
    d4d0581 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bc19552 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    844cd45 View commit details
    Browse the repository at this point in the history
  7. Add changelog entry

    buchi committed Jun 14, 2017
    Copy the full SHA
    3c120e1 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    2d27c46 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    7b2417f View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    3bd100d View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    e8f7f36 View commit details
    Browse the repository at this point in the history
  12. Spelling fix

    jaroel authored and buchi committed Jun 14, 2017
    Copy the full SHA
    b342269 View commit details
    Browse the repository at this point in the history
  13. Add TUS upload documentation

    jaroel authored and buchi committed Jun 14, 2017
    Copy the full SHA
    ef33885 View commit details
    Browse the repository at this point in the history
  14. fix travis

    jaroel authored and buchi committed Jun 14, 2017
    Copy the full SHA
    df7f120 View commit details
    Browse the repository at this point in the history
  15. Stabalize urls in documentation

    jaroel authored and buchi committed Jun 14, 2017
    Copy the full SHA
    b73766e View commit details
    Browse the repository at this point in the history
  16. Implement @upload-replace endpoint

    The TUS specification does not define a way to replace an existing file, e.g.
    by using the PUT method. Thus we implement an additional POST endpoint that can
    be used to replace an existing file and conforms to the specs.
    buchi committed Jun 14, 2017
    Copy the full SHA
    3aa5bb8 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    77a2b8f View commit details
    Browse the repository at this point in the history
  18. Update TUS docs.

    tisto committed Jun 14, 2017
    Copy the full SHA
    d415922 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. Copy the full SHA
    bebbfd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

  1. Copy the full SHA
    22b02da View commit details
    Browse the repository at this point in the history
  2. Fix permissions for PATCH/HEAD methods in @tus-upload endpoint

    Creating a new content item requires 'Add portal content', while replacing a
    file of an existing content item requires 'Modify portal content' permission.
    buchi committed Jun 16, 2017
    Copy the full SHA
    bbb3704 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2017

  1. Add examples for @tus-replace

    buchi committed Jun 17, 2017
    Copy the full SHA
    fe3c958 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9264324 View commit details
    Browse the repository at this point in the history