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

Implemented TOTP Secret Backend #2492

Merged
merged 48 commits into from
May 4, 2017
Merged

Commits on Mar 5, 2017

  1. Configuration menu
    Copy the full SHA
    f9f4cd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77a1694 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b04ab7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f64f5b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49f3c0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ede55c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f19b57f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff8fe83 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a222fd View commit details
    Browse the repository at this point in the history
  10. Changed field values of period and digits from uint to int, added uin…

    …t conversion of period when generating passwords
    mymercurialsky committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    44b681b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

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

Commits on Mar 7, 2017

  1. Configuration menu
    Copy the full SHA
    7a97efa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd96080 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2b07be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb98943 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. Configuration menu
    Copy the full SHA
    1a7fe62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d59054 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3269056 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2017

  1. Configuration menu
    Copy the full SHA
    fcd0309 View commit details
    Browse the repository at this point in the history
  2. Revert "Removed vendor files for TOTP library"

    This reverts commit fcd0309.
    mymercurialsky committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    6136a0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a122fc View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Configuration menu
    Copy the full SHA
    3825e48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07d5a2f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Configuration menu
    Copy the full SHA
    9d2b862 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0010233 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf3d7a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

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

Commits on Mar 24, 2017

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

Commits on Apr 3, 2017

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

Commits on Apr 4, 2017

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

Commits on Apr 10, 2017

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

Commits on Apr 12, 2017

  1. Configuration menu
    Copy the full SHA
    dda68be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    906b923 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e63357 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0073a9e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

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

Commits on Apr 15, 2017

  1. Cleaned up error formatting, variable names and path names. Also adde…

    …d some additional documentation
    mymercurialsky committed Apr 15, 2017
    Configuration menu
    Copy the full SHA
    2c69681 View commit details
    Browse the repository at this point in the history
  2. Moveed barcode and url output to key creation function and did some a…

    …dditional cleanup based on requested changes
    mymercurialsky committed Apr 15, 2017
    Configuration menu
    Copy the full SHA
    2ce1a45 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2017

  1. Configuration menu
    Copy the full SHA
    8bc9d2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b129fd View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2017

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

Commits on Apr 18, 2017

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

Commits on Apr 23, 2017

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

Commits on Apr 28, 2017

  1. Added errors if generate is true and url or key is passed, removed lo…

    …gger from backend, and revised parameter documentation.
    mymercurialsky committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    8ea74b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec49229 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2017

  1. Added exported variable and ability to disable QR generation, cleaned…

    … up error reporting, changed default skew value, updated documentation and added additional tests
    mymercurialsky committed May 3, 2017
    Configuration menu
    Copy the full SHA
    fbabadd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0023345 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. Cleaned up return statements in path_code, added error handling while…

    … validating codes and clarified documentation for generate parameters in path_keys
    mymercurialsky committed May 4, 2017
    Configuration menu
    Copy the full SHA
    ecff38e View commit details
    Browse the repository at this point in the history