1. 23 6月, 2017 1 次提交
  2. 07 4月, 2017 1 次提交
  3. 07 3月, 2017 1 次提交
  4. 16 12月, 2016 1 次提交
    • D
      Add GitLab host to 2FA QR and manual info · 55f224e4
      Drew Blessing 提交于
      The two factor authentication account string only had the user's
      email address. This led to ambiguous entries in two factor
      code generating apps. This adds the GitLab host to the account
      string in the standard format (according to Google). No matter
      the code generator this change disambiguates the entry.
      55f224e4
  5. 19 8月, 2016 1 次提交
    • T
      Allow naming U2F devices. · 16c44a5d
      Timothy Andrew 提交于
      1. Display a list of U2F devices on the `two_factor_auth` page.
      
      2. Allow deleting individual U2F devices.
      
      3. Allow setting a (optional) name for a device (during registration).
      16c44a5d
  6. 14 7月, 2016 2 次提交
  7. 12 7月, 2016 1 次提交
  8. 01 7月, 2016 1 次提交
  9. 16 6月, 2016 2 次提交
  10. 15 6月, 2016 1 次提交
  11. 06 6月, 2016 1 次提交
    • T
      Implement U2F registration. · 128549f1
      Timothy Andrew 提交于
      - Move the `TwoFactorAuthsController`'s `new` action to `show`, since
        the page is not used to create a single "two factor auth" anymore. We
        can have a single 2FA authenticator app, along with any number of U2F
        devices, in any combination, so the page will be accessed after the
        first "two factor auth" is created.
      - Add the `u2f` javascript library, which provides an API to the
        browser's U2F implementation.
      - Add tests for the JS components
      128549f1