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

Greenfield: Rename API key redirect params; switch to POST body #1898

Merged
merged 17 commits into from
Sep 17, 2020

Commits on Sep 15, 2020

  1. Rename user param to userId in API key redirect

    This way it is clearer what to expect and it also make the parameteer easier to consume.
    dennisreimann committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    dc5dc45 View commit details
    Browse the repository at this point in the history
  2. Post redirect: Allow form url and prettify page

    - Form URL as alternative to controller/action for external URLs
    - Making it look nice and add explanation for non-JS case
    dennisreimann committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    3b97a50 View commit details
    Browse the repository at this point in the history
  3. APIKeys: Minor view updates

    fix
    dennisreimann committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    5350d8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00ff804 View commit details
    Browse the repository at this point in the history
  5. UI: Minor update to confirm view

    Tidies it up and adapts to the newly added ConfirmAPIKeys view.
    dennisreimann committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    bb8e1b1 View commit details
    Browse the repository at this point in the history
  6. APIKeys: Update delete view

    Structures the information in title and description better.
    dennisreimann committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    1da7cc5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    164cffc View commit details
    Browse the repository at this point in the history
  8. Upgrade ChromeDriver

    dennisreimann committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    e48f42c View commit details
    Browse the repository at this point in the history
  9. Test fixes

    dennisreimann committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    2df6616 View commit details
    Browse the repository at this point in the history
  10. Clean up PostRedirect view

    By adding missing forgery token
    dennisreimann committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    1387606 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    237a56d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0075c13 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Update BTCPayServer/wwwroot/swagger/v1/swagger.template.authorization…

    ….json
    
    Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
    dennisreimann and Kukks committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    99aaa6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5e5324 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15e5b62 View commit details
    Browse the repository at this point in the history
  4. Add debug flag

    dennisreimann committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    c87316b View commit details
    Browse the repository at this point in the history
  5. Remove debug flags

    dennisreimann committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    80fce29 View commit details
    Browse the repository at this point in the history