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

Various fixes to database settings #10821

Merged
merged 3 commits into from
Jun 16, 2024
Merged

Commits on Jun 16, 2024

  1. Fix force conversion of KDBX3 if using Quick Unlock

    * Use SHA256 hash of the file path of the database to generate a UUID when using the KDBX3 format. This restores the original behavior of using the file path as the quick unlock lookup key.
    droidmonkey committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    bcb9ca3 View commit details
    Browse the repository at this point in the history
  2. Fix encryption settings behavior

    * Fixes #10558
    droidmonkey committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    d131a95 View commit details
    Browse the repository at this point in the history
  3. Improve overall database settings behavior

    * Fixes #10723 - only display password strength warning when actively editing the password
    * Also improve behavior of minimum quality warning
    * Improve behavior and handling of password changes with the database settings dialog
    * Prevents loss of newly entered password when toggling between elements in the settings page
    * On error, switch to tab that prevents saving database settings for easier correction
    droidmonkey committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    245c709 View commit details
    Browse the repository at this point in the history