An error occurred fetching the project authors.
  1. 06 Aug, 2020 1 commit
  2. 23 Jun, 2020 1 commit
  3. 15 May, 2020 1 commit
  4. 16 Jan, 2020 1 commit
  5. 09 Jan, 2020 1 commit
  6. 24 Oct, 2019 1 commit
  7. 30 Jul, 2018 1 commit
  8. 04 May, 2018 2 commits
    • Bob Van Landuyt's avatar
      Make the user dropdown reusable · ce39b1b2
      Bob Van Landuyt authored
      We will reuse the the dropdown, but exclude some menu items based on
      permissions.
      
      So moving the menu to a partial, and adding checks for each menu item here.
      ce39b1b2
    • Bob Van Landuyt's avatar
      Make the user dropdown reusable · 17b25bd2
      Bob Van Landuyt authored
      We will reuse the the dropdown, but exclude some menu items based on
      permissions.
      
      So moving the menu to a partial, and adding checks for each menu item here.
      17b25bd2
  9. 27 Jul, 2017 2 commits
  10. 26 Jul, 2017 2 commits
  11. 28 Jun, 2017 1 commit
  12. 27 Jun, 2017 1 commit
  13. 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
  14. 23 Feb, 2017 1 commit
    • Timothy Andrew's avatar
      Don't allow deleting a ghost user. · d71973ad
      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.
      d71973ad