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 truncating existing files #4448

Merged
merged 12 commits into from
Jan 11, 2024

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    bbe92e1 View commit details
    Browse the repository at this point in the history
  2. Directly finish 0-byte uploads when initiating

    The TUS handler will not finish the upload for us, that's usually
    already done in the TUS POST request already, which we bypass by doing
    the InitiateFileUpload flow.
    aduffeck committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c90c0b0 View commit details
    Browse the repository at this point in the history
  3. Add changelog

    aduffeck committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    7c346ff View commit details
    Browse the repository at this point in the history
  4. Fix linter issues

    aduffeck committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    a5f9fa7 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    aduffeck committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    717c1c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2908c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    c560fa9 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    aduffeck committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b8abd72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1b3eab View commit details
    Browse the repository at this point in the history
  4. Update internal/http/services/owncloud/ocdav/put.go

    Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    aduffeck and butonic committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9d42599 View commit details
    Browse the repository at this point in the history
  5. Add test

    aduffeck committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    275e6a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    51cb2d7 View commit details
    Browse the repository at this point in the history