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

Use chunking in web upload #26306

Closed
wants to merge 6 commits into from
Closed

Use chunking in web upload #26306

wants to merge 6 commits into from

Commits on Jul 14, 2017

  1. Enable chunking for bigger files in web upload

    Vincent Petry committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    caba170 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Only enable web UI chunk upload for non-public page

    Vincent Petry committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    6ef4403 View commit details
    Browse the repository at this point in the history
  2. Overwrite file with final MOVE in chunked upload

    Vincent Petry committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    a9f0e8a View commit details
    Browse the repository at this point in the history
  3. Add hidden appconfig option for chunk size

    Because some people will want to tweak it and changing a hard-coded
    value would cause integrity check errors.
    Vincent Petry committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    f8fe538 View commit details
    Browse the repository at this point in the history
  4. Delete uploads transfer folder on failure

    Vincent Petry committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    06e8579 View commit details
    Browse the repository at this point in the history
  5. Properly pass X-OC-Mtime on final MOVE

    Vincent Petry committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    41aa28d View commit details
    Browse the repository at this point in the history