1. 10 6月, 2016 3 次提交
  2. 09 6月, 2016 1 次提交
    • S
      Allow custom text on 'almost there' page · 40b6d906
      Sean McGivern 提交于
      Add a new application setting, after_sign_up_text. This is text to be
      rendered as Markdown and shown on the 'almost there' page after a user
      signs up, but before they've confirmed their account.
      
      Tweak the styles for that page so that centered lists look reasonable.
      40b6d906
  3. 08 6月, 2016 2 次提交
  4. 07 6月, 2016 1 次提交
  5. 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
  6. 01 6月, 2016 1 次提交
  7. 31 5月, 2016 2 次提交
  8. 30 5月, 2016 1 次提交
  9. 26 5月, 2016 1 次提交
  10. 20 5月, 2016 3 次提交
  11. 14 5月, 2016 1 次提交
  12. 12 5月, 2016 3 次提交
  13. 10 5月, 2016 3 次提交
  14. 09 5月, 2016 1 次提交
  15. 06 5月, 2016 2 次提交
  16. 30 4月, 2016 1 次提交
  17. 29 4月, 2016 1 次提交
  18. 21 4月, 2016 3 次提交
  19. 20 4月, 2016 1 次提交
  20. 19 4月, 2016 1 次提交
    • Y
      Configuring of points per UDP packet · 229f3ce9
      Yorick Peterse 提交于
      This allows users to configure the number of points stored in a single
      UDP packet. This in turn can be used to reduce the number of UDP packets
      being sent at the cost of these packets being somewhat larger.
      
      The default setting is 1 point per packet so nothing changes for
      existing users.
      229f3ce9
  21. 18 4月, 2016 1 次提交
  22. 13 4月, 2016 4 次提交
  23. 12 4月, 2016 1 次提交