Skip to content
Snippets Groups Projects
  1. Mar 19, 2020
  2. Dec 27, 2019
  3. Oct 10, 2019
  4. Sep 23, 2019
  5. Feb 05, 2019
    • Brandon Labuschagne's avatar
      Add last activity to user administration · d279cc94
      Brandon Labuschagne authored
      The columns 'Created on' and 'Last activity' have been
      added to the admin -> users view.
      
      Sorting options have also been added for last activity
      and the search bar has been moved to match the issues
      page.
      d279cc94
  6. Jan 04, 2019
  7. Jun 06, 2018
  8. May 22, 2018
  9. May 10, 2018
  10. Apr 26, 2018
  11. Apr 17, 2018
  12. Apr 13, 2018
  13. Apr 10, 2018
  14. Apr 09, 2018
  15. Feb 13, 2018
  16. Feb 08, 2018
  17. Aug 17, 2017
  18. Jun 05, 2017
  19. Jun 01, 2017
  20. Apr 06, 2017
  21. 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
  22. Dec 31, 2016
  23. Dec 05, 2016
  24. Jul 14, 2016
  25. Jul 08, 2016
  26. Jul 07, 2016
Loading