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

[WIP] Create new KeepassHTTP KeyAcceptDialog #850

Closed

Commits on Dec 12, 2017

  1. Create new KeepassHTTP KeyAcceptDialog

    * !WIP!
    * Creates a new dialog widget for accepting keys - needed for keepassxreboot#838
    
    For keepassxreboot#838, keepassxreboot#530
    duk3luk3 committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    0eb07ad View commit details
    Browse the repository at this point in the history
  2. Insert KeepassHTTP Auth Key into multiple DBs

    Basic implementation of allowing user to select which DBs to insert
    KeepassHTTP Authentication Keys into.
    
    For keepassxreboot#535
    duk3luk3 committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    62dc9d8 View commit details
    Browse the repository at this point in the history
  3. Handle empty key name edit

    Disables the "OK" button when the key name edit is empty.
    This avoids saving a KeepassHTTP key with empty key name, which causes
    problems later.
    duk3luk3 committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    840c04e View commit details
    Browse the repository at this point in the history
  4. Clean up

    TODO: Squash
    duk3luk3 committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    8562fb1 View commit details
    Browse the repository at this point in the history
  5. Move open db check from server to keyaccept dialog

    To improve multi-db handling, we can move the checking for open
    (unlocked) databases to the key accept dialog.
    
    This means that even if the selected db is not open, the key can be
    stored in another db as selected by the user.
    
    This commit also adds a check for selected db's to the key accept dialog
    so the dialog cannot be submitted if no db's to store the key are
    selected.
    duk3luk3 committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    e124348 View commit details
    Browse the repository at this point in the history
  6. Make strings translateable

    Wrap strings presented to user in tr() for localization
    duk3luk3 committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    b860e4c View commit details
    Browse the repository at this point in the history
  7. Formatting

    Run clang-format and replace NULLs in all files touched by the PR
    duk3luk3 committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    e97dacb View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2017

  1. Configuration menu
    Copy the full SHA
    64689ae View commit details
    Browse the repository at this point in the history