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 migration from old settings configuration files #5141

Merged
merged 9 commits into from
Dec 15, 2022

Commits on Dec 15, 2022

  1. fix migration from old settings configuration files

    Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
    mgallien authored and claucambra committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    39f8521 View commit details
    Browse the repository at this point in the history
  2. Add full list of possible legacy config locations

    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    98be5fd View commit details
    Browse the repository at this point in the history
  3. Replace QDesktopServices datalocation with emulated version of it

    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    5548a41 View commit details
    Browse the repository at this point in the history
  4. Fix includes in accountmanager.cpp

    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    0f9ddcd View commit details
    Browse the repository at this point in the history
  5. Constify config file QFileInfo, create directly in if statement

    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    d8e8a43 View commit details
    Browse the repository at this point in the history
  6. Make checks for config file more concise, warn when file not readable

    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    f4bca99 View commit details
    Browse the repository at this point in the history
  7. Use std::make_unique rather than manually build unique_ptr for oCSett…

    …ings
    
    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    14bd744 View commit details
    Browse the repository at this point in the history
  8. Constify groups variable

    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    3b7bd6d View commit details
    Browse the repository at this point in the history
  9. Fix conflicting definitions in anonymous namespace in Unity build

    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    b0d048b View commit details
    Browse the repository at this point in the history