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

[stable27] SFTP improvements #40487

Merged
merged 9 commits into from
Sep 20, 2023
Merged

[stable27] SFTP improvements #40487

merged 9 commits into from
Sep 20, 2023

Commits on Sep 18, 2023

  1. clear sftp stat cache when opening a write stream

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and backportbot-nextcloud[bot] committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7065891 View commit details
    Browse the repository at this point in the history
  2. fix error during sftp stream close

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and backportbot-nextcloud[bot] committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0a219b1 View commit details
    Browse the repository at this point in the history
  3. sftp optimize file_put_contents, writeStream and copy

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and backportbot-nextcloud[bot] committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    6ab32b0 View commit details
    Browse the repository at this point in the history
  4. more optimized getPermissions/getMetaData

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and backportbot-nextcloud[bot] committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    02a50bd View commit details
    Browse the repository at this point in the history
  5. implement fseek for sftp read stream

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and backportbot-nextcloud[bot] committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    373bd09 View commit details
    Browse the repository at this point in the history
  6. add sftp ci test

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and backportbot-nextcloud[bot] committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e9227c2 View commit details
    Browse the repository at this point in the history
  7. psalm suppress

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and backportbot-nextcloud[bot] committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b48f118 View commit details
    Browse the repository at this point in the history
  8. sftp psalm fixes

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and backportbot-nextcloud[bot] committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    656fd51 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. improve s3 error handling

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0a5ebef View commit details
    Browse the repository at this point in the history