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

feat: Move to ZipFolderPlugin for downloading multiple-nodes #48098

Merged
merged 6 commits into from
Sep 28, 2024

Commits on Sep 28, 2024

  1. feat(dav): New ZipFolderPlugin which allows to download folders usi…

    …ng GET requests
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    d66e16b View commit details
    Browse the repository at this point in the history
  2. fix: Allow Streamer to specify type in constructor instead of magin…

    … UA handling
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    2f66bd5 View commit details
    Browse the repository at this point in the history
  3. feat(files): Make the files download action use WebDAV zip download

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    0f6760c View commit details
    Browse the repository at this point in the history
  4. feat(files_sharing): Make ShareController download route use the DA…

    …V `ZipFolderPlugin`
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    e9d5906 View commit details
    Browse the repository at this point in the history
  5. chore: Drop unused legacy OC_Files

    It is replaced with the Sabre `ZipFolderPlugin` and apps should use the `OCP\AppFramework\Http\StreamResponse`.
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    eb69e89 View commit details
    Browse the repository at this point in the history
  6. chore: compile assets

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    ca8d576 View commit details
    Browse the repository at this point in the history