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

[stable18] Use the correct mountpoint to calculate #21773

Merged
merged 5 commits into from
Jul 9, 2020

Commits on Jul 9, 2020

  1. Use the correct mountpoint to calculate

    If we use the owners mount point this results in null. And then the rest
    of the checks get called with null. Which doesn't work.
    
    Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
    rullzer authored and backportbot[bot] committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    bb9da25 View commit details
    Browse the repository at this point in the history
  2. Add more integration tests for resharing permissions

    Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
    danxuliu authored and backportbot[bot] committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    52aa0ef View commit details
    Browse the repository at this point in the history
  3. ensure mounts are scanned during tests

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and backportbot[bot] committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    2eb61b4 View commit details
    Browse the repository at this point in the history
  4. ensure home storage is initialized on first setup

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and backportbot[bot] committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    cc35da4 View commit details
    Browse the repository at this point in the history
  5. better cleanup in share tests

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and backportbot[bot] committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    498a1d0 View commit details
    Browse the repository at this point in the history