An error occurred fetching the project authors.
  1. 23 Jun, 2017 1 commit
  2. 24 May, 2017 3 commits
  3. 03 May, 2017 1 commit
  4. 06 Apr, 2017 1 commit
  5. 31 Mar, 2017 1 commit
  6. 02 Mar, 2017 1 commit
  7. 24 Feb, 2017 1 commit
    • Timothy Andrew's avatar
      Don't allow deleting a ghost user. · 6fdb17cb
      Timothy Andrew authored
      - Add a `destroy_user` ability. This didn't exist before, and was implicit in
        other abilities (only admins could access the admin area, so only they could
        destroy all users; a user can only access their own account page, and so can
        destroy only themselves).
      
      - Grant this ability to admins, and when the current user is trying to destroy
        themselves. Disallow destroying ghost users in all cases.
      
      - Modify the `Users::DestroyService` to check this ability. Also check it in
        views to decide whether or not to show the "Delete User" button.
      
      - Add a short summary of the Ghost User to the bio.
      6fdb17cb
  8. 02 Feb, 2017 1 commit
  9. 24 Jan, 2017 2 commits
  10. 07 Nov, 2016 2 commits
  11. 14 Oct, 2016 1 commit
  12. 13 Oct, 2016 1 commit
  13. 03 Aug, 2016 2 commits
  14. 30 Jun, 2016 1 commit
  15. 14 Jun, 2016 1 commit
  16. 06 Jun, 2016 1 commit
    • Timothy Andrew's avatar
      Implement U2F registration. · 128549f1
      Timothy Andrew authored
      - 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
  17. 03 Jun, 2016 2 commits
  18. 20 May, 2016 1 commit
  19. 19 Apr, 2016 1 commit
  20. 11 Mar, 2016 4 commits
  21. 03 Feb, 2016 1 commit
  22. 22 Jan, 2016 1 commit
  23. 14 Jan, 2016 1 commit
  24. 08 Dec, 2015 1 commit
  25. 02 Dec, 2015 2 commits
  26. 09 Sep, 2015 2 commits
  27. 23 Jul, 2015 1 commit
  28. 19 Jun, 2015 1 commit
  29. 12 Jun, 2015 1 commit