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

Merge #1

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

Merge #1

wants to merge 46 commits into from

Commits on Dec 23, 2022

  1. Add functionality to create compliant OTP URIs (#34)

    * Add OTPUri class
    
    * Add newlines to end of files
    
    Co-authored-by: Mees van Dijk <[email protected]>
    mees- and Mees van Dijk committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    52a093b View commit details
    Browse the repository at this point in the history
  2. refactor OtpUri some

    kspearrin committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    01999d7 View commit details
    Browse the repository at this point in the history
  3. rename OtpUri

    kspearrin committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    d363a57 View commit details
    Browse the repository at this point in the history
  4. OtpUri tests

    kspearrin committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    9c361d3 View commit details
    Browse the repository at this point in the history
  5. .net 5 support + small refactoring (#33)

    I added .net 5 to projects TargetFrameworks and did a small refactoring changes
    
    Co-authored-by: Caterina Novak <[email protected]>
    Caterina Novak and kateryna-novak committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    2d5dffd View commit details
    Browse the repository at this point in the history
  6. refactoring

    kspearrin committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    c0d4b5a View commit details
    Browse the repository at this point in the history
  7. build status

    kspearrin committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    b4a15ac View commit details
    Browse the repository at this point in the history
  8. bump version

    kspearrin committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    9b2e079 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    kspearrin committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    2bd90dd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a9f3111 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6bfb02a View commit details
    Browse the repository at this point in the history
  12. snk signing key

    kspearrin committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    347afe7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    92ab19d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2778bd3 View commit details
    Browse the repository at this point in the history
  15. package icon

    kspearrin committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    be11196 View commit details
    Browse the repository at this point in the history
  16. change to EscapeDataString

    kspearrin committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    168f5cf View commit details
    Browse the repository at this point in the history
  17. fix OTP uri example

    kspearrin committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    6c05715 View commit details
    Browse the repository at this point in the history
  18. package readme

    kspearrin committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    d84651e View commit details
    Browse the repository at this point in the history
  19. update dist path

    kspearrin committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    159b4c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Update README.md

    kspearrin committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    505c3e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Add support for .NET 7 (#42)

    Change support for .NET 4.5 to .NET 4.8
    DSC-bdavis committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    675daf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a62bf1 View commit details
    Browse the repository at this point in the history
  3. update target frameworks

    kspearrin committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    e3b5613 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    af9e4bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7af3a19 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. OTP properties (#49)

    Co-authored-by: miloush <[email protected]>
    miloush and miloush committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d2afcc6 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. accessible TOTP window start (#50)

    Co-authored-by: miloush <[email protected]>
    miloush and miloush committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0ac3c31 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. update to .net 8

    kspearrin committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    887f3f1 View commit details
    Browse the repository at this point in the history
  2. appveyor fixes

    kspearrin committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    924d771 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Update README.md (#51)

    fix a typo
    doggy8088 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    14a0a1c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. remove forced truncation to 6 digits (#31)

    Co-authored-by: Kyle Spearrin <[email protected]>
    tmiranda and kspearrin committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    7b7da32 View commit details
    Browse the repository at this point in the history
  2. added 6 digit tests

    kspearrin committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    df2abdd View commit details
    Browse the repository at this point in the history
  3. add base32 comments

    kspearrin committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    8ed6a96 View commit details
    Browse the repository at this point in the history
  4. update libs

    kspearrin committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    4f22810 View commit details
    Browse the repository at this point in the history
  5. cleanup syntax

    kspearrin committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    48475df View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. bump version

    kspearrin committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8246823 View commit details
    Browse the repository at this point in the history
  2. GeneratePackageOnBuild

    kspearrin committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1f63a82 View commit details
    Browse the repository at this point in the history
  3. Create action workflow

    kspearrin committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a5b437f View commit details
    Browse the repository at this point in the history
  4. workflows

    kspearrin committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    65758d7 View commit details
    Browse the repository at this point in the history
  5. rename nuget workflow

    kspearrin committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    78ee49e View commit details
    Browse the repository at this point in the history
  6. NUGET_AUTH_TOKEN env

    kspearrin committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    04e1b8c View commit details
    Browse the repository at this point in the history
  7. restore signing key

    kspearrin committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    08f8fab View commit details
    Browse the repository at this point in the history
  8. remove appveyor

    kspearrin committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    16f92e2 View commit details
    Browse the repository at this point in the history
  9. github action badge

    kspearrin committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    bcffc90 View commit details
    Browse the repository at this point in the history
  10. link badge

    kspearrin committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c7545fa View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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