An error occurred fetching the project authors.
  1. 23 Feb, 2018 1 commit
  2. 21 Feb, 2018 1 commit
  3. 05 Jan, 2018 1 commit
  4. 03 Jan, 2018 1 commit
    • George Tsiolis's avatar
      Move 2FA disable button · 540a2b67
      George Tsiolis authored
      - Removed disable button from /profile/account
      - Added disable button to /profile/two_factor_auth
      - Changed 2FA breadcrumb from 'User Settings > Account > Account' to 'User Settings > Account > Two-Factor Authentication'
      540a2b67
  5. 02 Nov, 2017 2 commits
  6. 06 Oct, 2017 1 commit
  7. 19 Sep, 2017 1 commit
  8. 17 Aug, 2017 1 commit
    • Jacopo's avatar
      Allow all users to delete their account · 153b48f9
      Jacopo authored
      Previously the user could not delete his own account unless signup was
      enabled in the global settings. This was due to the fact that deleting
      the user would also delete the issues and other items associated to him.
      Deleting an user does not destroy essential data anymore, for this
      reason we removed the `signup_enabled?` check.
      153b48f9
  9. 12 Jul, 2017 1 commit
  10. 07 Jul, 2017 1 commit
  11. 23 Jun, 2017 1 commit
  12. 24 May, 2017 3 commits
  13. 03 May, 2017 1 commit
  14. 06 Apr, 2017 1 commit
  15. 31 Mar, 2017 1 commit
  16. 02 Mar, 2017 1 commit
  17. 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
  18. 02 Feb, 2017 1 commit
  19. 24 Jan, 2017 2 commits
  20. 07 Nov, 2016 2 commits
  21. 14 Oct, 2016 1 commit
  22. 13 Oct, 2016 1 commit
  23. 03 Aug, 2016 2 commits
  24. 30 Jun, 2016 1 commit
  25. 14 Jun, 2016 1 commit
  26. 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
  27. 03 Jun, 2016 2 commits
  28. 20 May, 2016 1 commit
  29. 19 Apr, 2016 1 commit
  30. 11 Mar, 2016 4 commits