1. 08 7月, 2016 1 次提交
    • D
      Added setting to set new users by default as external · a0a9494e
      Dravere 提交于
      As requested by the issue #14508 this adds an option in the application
      settings to set newly registered users by default as external. The
      default setting is set to false to stay backward compatible.
      a0a9494e
  2. 06 7月, 2016 3 次提交
  3. 05 7月, 2016 1 次提交
  4. 30 6月, 2016 2 次提交
  5. 28 6月, 2016 1 次提交
  6. 20 6月, 2016 3 次提交
  7. 16 6月, 2016 3 次提交
  8. 15 6月, 2016 5 次提交
  9. 14 6月, 2016 6 次提交
  10. 11 6月, 2016 1 次提交
  11. 10 6月, 2016 3 次提交
  12. 09 6月, 2016 2 次提交
  13. 08 6月, 2016 2 次提交
  14. 07 6月, 2016 1 次提交
  15. 06 6月, 2016 2 次提交
    • D
      Add workhorse controller and API helpers · 8c3ba8d6
      Douwe Maan 提交于
      8c3ba8d6
    • T
      Add a `U2fRegistrations` table/model. · 791cc913
      Timothy Andrew 提交于
      - To hold registrations from U2F devices, and to authenticate them.
      - Previously, `User#two_factor_enabled` was aliased to the
        `otp_required_for_login` column on `users`.
      - This commit changes things a bit:
          - `User#two_factor_enabled` is not a method anymore
          - `User#two_factor_enabled?` checks both the
            `otp_required_for_login` column, as well as `U2fRegistration`s
          - Change all instances of `User#two_factor_enabled` to
            `User#two_factor_enabled?`
      - Add the `u2f` gem, and implement registration/authentication at the
        model level.
      791cc913
  16. 03 6月, 2016 2 次提交
  17. 02 6月, 2016 1 次提交
  18. 01 6月, 2016 1 次提交