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

Fix crash when updating enabled File Provider domains (macOS VFS) #6833

Merged
merged 6 commits into from
Jun 25, 2024

Commits on Jun 25, 2024

  1. Take AccountPtr by reference in accountstate constructor

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    fd4ddfd View commit details
    Browse the repository at this point in the history
  2. Remove overwrought loadFromSettings method from AccountState

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    74a7824 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1689f7b View commit details
    Browse the repository at this point in the history
  4. Use accountfwd header for account forward declaration in account head…

    …er itself, preventing conflicting decls
    
    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    07d5e40 View commit details
    Browse the repository at this point in the history
  5. Prevent crash when updating file provider domains if the account for …

    …which a file provider domain was configured no longer exists
    
    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    fc2e687 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73fc23f View commit details
    Browse the repository at this point in the history