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

sharestorageprovider: Stat resource when resolving share by path #4561

Merged
merged 3 commits into from
Mar 7, 2024

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    a1c4d78 View commit details
    Browse the repository at this point in the history
  2. fix(sharesstorageprovider): Remove unneeded code

    We're already using a State based filter in the ListReceivedShares request.
    No need to manually check for that again.
    rhafer committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1daff38 View commit details
    Browse the repository at this point in the history
  3. fix(sharestorageprovider): Stat resource when resolving share by path

    When resolving a received shared by mountpath, make sure that the
    shared resource actually exists. This avoids issues with dangling shares
    for already delete resources using the same mountpoint.
    
    Fixes: owncloud/ocis#7895
    rhafer committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f0e891b View commit details
    Browse the repository at this point in the history