1. 06 Jul, 2016 2 commits
  2. 01 Jul, 2016 5 commits
  3. 30 Jun, 2016 1 commit
  4. 21 Jun, 2016 2 commits
  5. 20 Jun, 2016 1 commit
  6. 17 Jun, 2016 2 commits
  7. 16 Jun, 2016 2 commits
  8. 14 Jun, 2016 2 commits
  9. 13 Jun, 2016 1 commit
  10. 12 Jun, 2016 1 commit
  11. 11 Jun, 2016 1 commit
  12. 09 Jun, 2016 3 commits
  13. 08 Jun, 2016 1 commit
    • Sean McGivern's avatar
      Allow custom text on 'almost there' page · 40b6d906
      Sean McGivern authored
      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
  14. 06 Jun, 2016 1 commit
    • Timothy Andrew's avatar
      Add a `U2fRegistrations` table/model. · 791cc913
      Timothy Andrew authored
      - 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
  15. 03 Jun, 2016 2 commits
  16. 01 Jun, 2016 1 commit
  17. 31 May, 2016 1 commit
  18. 20 May, 2016 1 commit
  19. 19 May, 2016 1 commit
  20. 13 May, 2016 2 commits
  21. 12 May, 2016 1 commit
  22. 11 May, 2016 1 commit
  23. 09 May, 2016 3 commits
  24. 06 May, 2016 1 commit
  25. 29 Apr, 2016 1 commit