Skip to content
Snippets Groups Projects
  1. Feb 13, 2018
  2. Feb 08, 2018
  3. Dec 15, 2017
  4. Aug 18, 2017
  5. Jun 05, 2017
  6. May 03, 2017
  7. Feb 24, 2017
    • 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.
      Unverified
      6fdb17cb
  8. Jan 24, 2017
  9. Dec 31, 2016
  10. Aug 02, 2016
  11. Mar 13, 2016
    • Zeger-Jan van de Weg's avatar
      External Users · 42fcd388
      Zeger-Jan van de Weg authored
      The user has the rights of a public user execpt it can never create a project,
       group, or team. Also it cant view internal projects.
      42fcd388
  12. Jan 12, 2016
  13. Jan 08, 2016
  14. Jan 07, 2016
  15. Oct 16, 2015
  16. Oct 15, 2015
  17. Aug 05, 2015
  18. Jul 10, 2015
  19. Jul 02, 2015
  20. Jun 23, 2015
  21. Jun 22, 2015
  22. Jun 19, 2015
  23. May 28, 2015
  24. Apr 30, 2015
  25. Apr 14, 2015
  26. Mar 15, 2015
  27. Mar 14, 2015
  28. Mar 10, 2015
  29. Mar 09, 2015
  30. Feb 14, 2015
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  31. Dec 30, 2014
  32. Dec 29, 2014
  33. Dec 04, 2014
  34. Oct 03, 2014
  35. Oct 02, 2014
  36. Sep 14, 2014
  37. Aug 25, 2014
Loading