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 support for FIDO U2F #3971

Merged
merged 19 commits into from
May 19, 2018
Merged

Add support for FIDO U2F #3971

merged 19 commits into from
May 19, 2018

Commits on May 15, 2018

  1. Add support for U2F

    Signed-off-by: Jonas Franz <info@jonasfranz.software>
    jonasfranz committed May 15, 2018
    Configuration menu
    Copy the full SHA
    008a62e View commit details
    Browse the repository at this point in the history
  2. Add vendor library

    Add missing translations
    
    Signed-off-by: Jonas Franz <info@jonasfranz.software>
    jonasfranz committed May 15, 2018
    Configuration menu
    Copy the full SHA
    a72944b View commit details
    Browse the repository at this point in the history
  3. Minor improvements

    Signed-off-by: Jonas Franz <info@jonasfranz.software>
    jonasfranz committed May 15, 2018
    Configuration menu
    Copy the full SHA
    18b3f09 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Add U2F support for Firefox, Chrome (Android) by introducing a custom…

    … JS library
    
    Add U2F error handling
    
    Signed-off-by: Jonas Franz <info@jonasfranz.software>
    jonasfranz committed May 16, 2018
    Configuration menu
    Copy the full SHA
    acf6728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1966eb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf0aae7 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Add U2F login page to OAuth

    Signed-off-by: Jonas Franz <info@jonasfranz.software>
    jonasfranz committed May 17, 2018
    Configuration menu
    Copy the full SHA
    60f0ae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dcda4d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into u2f

    # Conflicts:
    #	routers/user/setting.go
    jonasfranz committed May 17, 2018
    Configuration menu
    Copy the full SHA
    bc68bef View commit details
    Browse the repository at this point in the history
  4. Move U2F user settings to a separate file

    Signed-off-by: Jonas Franz <info@jonasfranz.software>
    jonasfranz committed May 17, 2018
    Configuration menu
    Copy the full SHA
    2c8120d View commit details
    Browse the repository at this point in the history
  5. Add unit tests for u2f model

    Renamed u2f table name
    
    Signed-off-by: Jonas Franz <info@jonasfranz.software>
    jonasfranz committed May 17, 2018
    Configuration menu
    Copy the full SHA
    77a4d04 View commit details
    Browse the repository at this point in the history
  6. Fix problems caused by refactoring

    Signed-off-by: Jonas Franz <info@jonasfranz.software>
    jonasfranz committed May 17, 2018
    Configuration menu
    Copy the full SHA
    bd47db7 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Add U2F documentation

    Signed-off-by: Jonas Franz <info@jonasfranz.software>
    jonasfranz committed May 18, 2018
    Configuration menu
    Copy the full SHA
    506fbde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cc9eb4 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. Configuration menu
    Copy the full SHA
    20a817c View commit details
    Browse the repository at this point in the history
  2. Remove not needed console.log-s

    Signed-off-by: Jonas Franz <info@jonasfranz.software>
    jonasfranz committed May 19, 2018
    Configuration menu
    Copy the full SHA
    f8e44a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0270ce6 View commit details
    Browse the repository at this point in the history
  4. Add default values to app.ini.sample

    Add FIDO U2F to comparison
    
    Signed-off-by: Jonas Franz <info@jonasfranz.software>
    jonasfranz committed May 19, 2018
    Configuration menu
    Copy the full SHA
    66552e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    378b921 View commit details
    Browse the repository at this point in the history