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

Add generic username/password UI to all platforms #871

Merged
merged 8 commits into from
Sep 28, 2022

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    6d078a8 View commit details
    Browse the repository at this point in the history
  2. avn: workaround a macOS window focus bug

    For some reason on macOS windows that are activated are not appearing on
    top, and get lost behind other application windows. The platform
    implementation on macOS is seemingly correctly calling the
    `makeKeyAndOrderFront` native windowing API, but it's not being made
    "key and front".
    
    Setting the "topmost" flag true (and then false again) brings our
    windows to the front, which is what we want.
    mjcheetham committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    4fb392f View commit details
    Browse the repository at this point in the history
  3. avnui: include images in app app views in Avaloina UIs

    Include the images resource across all the Avalonia UI applications.
    mjcheetham committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    2530c28 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. ui: add generic 'basic' credentials UI VM and command

    Add a generic credentials prompt view model and command for collecting
    username/passwords.
    mjcheetham committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    1be714c View commit details
    Browse the repository at this point in the history
  2. ui: add Avalonia-based UI for generic cred prompt

    Add an Avalonia-based UI prompt for the generic/basic credential prompt.
    mjcheetham committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    b141c83 View commit details
    Browse the repository at this point in the history
  3. wpfui: add a WPF-based UI for generic cred prompt

    Add a WPF/Windows UI prompt for the generic/basic username and password
    prompt.
    mjcheetham committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    a1a358a View commit details
    Browse the repository at this point in the history
  4. basic: replace system UI with new UI helper

    Replace calls to the native system UI prompts with shelling out to the
    generic helper UI.
    mjcheetham committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    be9b83d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    feb02ce View commit details
    Browse the repository at this point in the history