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

Vfs: Add 'availability', a simplified, user-facing pin state #7132

Merged
merged 1 commit into from
Apr 9, 2019

Commits on Apr 9, 2019

  1. Vfs: Add 'availability', a simplified, user-facing pin state #7111

    The idea is that the user's question is "is this folder's data available
    offline?" and not "does this folder have AlwaysLocal pin state?".
    The the answers to the two questions can differ: an always-local
    folder can have subitems that are not always-local and are dehydrated.
    
    The new availability enum intends to describe the answer to the user's
    actual question and can be derived from pin states. If pin states aren't
    stored in the database the way of calculating availability will depend
    on the vfs plugin.
    ckamm committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    88b1a8e View commit details
    Browse the repository at this point in the history