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

Implement 2FA authentication #1054

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

Implement 2FA authentication #1054

wants to merge 10 commits into from

Commits on Jun 10, 2023

  1. Implement 2FA authentication

    ner00 committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    ded07b0 View commit details
    Browse the repository at this point in the history
  2. fix premature encode

    ner00 committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    719d2f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Copy array entry on click

    - Added JavaScript function to auto-select the OTP secret array entry and copy it to the clipboard on click;
    
    - Trimmed down some of the JS code by removing indentation and packing it in one line; this makes it slightly less readable but also keeps it from taking so much vertical space.
    
    - Some minor adjustments.
    ner00 committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    cd25e9e View commit details
    Browse the repository at this point in the history
  2. Remove redundant code

    ner00 committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    f2edf74 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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

Commits on Sep 2, 2023

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

Commits on Oct 8, 2023

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

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    7ce3eb0 View commit details
    Browse the repository at this point in the history
  2. Auto-submit 2FA

    ner00 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    14dd92e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

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