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

Improve bulk upload and add a config switch for it #33697

Merged
merged 9 commits into from
Aug 30, 2022

Commits on Aug 25, 2022

  1. Add fileid and permissions to response of bulk upload

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    be7082e View commit details
    Browse the repository at this point in the history
  2. Add bulkupload.enabled configuration switch

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    5ae185a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Call the correct functions to get BulkUpload metadata to return

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    e34f2c4 View commit details
    Browse the repository at this point in the history
  2. Move Dav fileid and permissions logic into OCP\Util to be able to use…

    … it for BulkUpload
    
    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    b3cd9b5 View commit details
    Browse the repository at this point in the history
  3. Fix OCP\Util documentation blocks

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    d90b314 View commit details
    Browse the repository at this point in the history
  4. Fix Capabilities tests for dav application

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    9874557 View commit details
    Browse the repository at this point in the history
  5. Flip bulkupload.enabled default value to true

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    7f80dcc View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Move dav utils functions to OCP\Files\DavUtil

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    4f3b323 View commit details
    Browse the repository at this point in the history
  2. Add DavUtil to autoloader

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    30bfd5f View commit details
    Browse the repository at this point in the history