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

feat(bitwarden): added field for server url during setup for self-hosted servers and others #2246

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 29, 2023

  1. feat(bitwarden): added field for server url during setup for self-hos…

    …ted servers
    
    fix(bitwarden): fixed confusing cache logic that does not cache credential request responses properly
    refactor(prompt): retrofitted the `createPrompt` function with promise
    refactor(prompt): updated `createPrompt` usage for the promise retrofit
    refactor: unwrapped AutofillSetup as individual functions and exported the `initialize` function that is used externally
    refactor: unwrapped PasswordManagers as individual functions and exported functions that are used externally
    refactor: replaced some usages of `var` with `let` and `const`
    UnKnoWn-Consortium committed May 29, 2023
    Configuration menu
    Copy the full SHA
    145af86 View commit details
    Browse the repository at this point in the history
  2. feat(bitwarden): errors from loadSuggestions in getSuggestions ar…

    …e now thrown directly
    
    fix(passwordCapture): renamed typo `handleRecieveCredentials` to `handleReceivedCredentials` and updated usage
    refactor(passwordCapture): updated error handling for `getSuggestions` in `handleReceivedCredentials`
    UnKnoWn-Consortium committed May 29, 2023
    Configuration menu
    Copy the full SHA
    317ab4d View commit details
    Browse the repository at this point in the history
  3. fix(prompt): fixed incorrect usage of the promisified createPrompt

    …in the event handler for `show-prompt`
    UnKnoWn-Consortium committed May 29, 2023
    Configuration menu
    Copy the full SHA
    332110e View commit details
    Browse the repository at this point in the history