BigW Consortium Gitlab

  1. 22 Sep, 2016 1 commit
  2. 19 Sep, 2016 1 commit
  3. 12 Sep, 2016 1 commit
  4. 09 Sep, 2016 1 commit
  5. 06 Sep, 2016 3 commits
  6. 01 Sep, 2016 1 commit
  7. 30 Aug, 2016 2 commits
  8. 24 Aug, 2016 1 commit
  9. 10 Aug, 2016 1 commit
    • Clean up project destruction · 4955a47c
      Stan Hu authored
      Instead of redirecting from the project service to the service and back to the model,
      put all destruction code in the service. Also removes a possible source of failure
      where run_after_commit may not destroy the project.
  10. 20 Jul, 2016 1 commit
  11. 12 Jul, 2016 9 commits
  12. 11 Jul, 2016 1 commit
  13. 08 Jul, 2016 1 commit
  14. 06 Jul, 2016 2 commits
  15. 01 Jul, 2016 1 commit
  16. 03 Jun, 2016 2 commits
  17. 10 May, 2016 1 commit
    • Restrict starred projects to viewable ones · 97424ea5
      Sean McGivern authored
      `User#starred_projects` doesn't perform any visibility checks. This has
      a couple of problems:
      
      1. It assumes a user can always view all of their starred projects in
         perpetuity (project not changed to private, access revoked, etc.).
      2. It assumes that we'll only ever allow a user to star a project they
         can view. This is currently the case, but bugs happen.
      
      Add `User#viewable_starred_projects` to filter the starred projects by
      those the user either has explicit access to, or are public or
      internal. Then use that in all places where we list the user's starred
      projects.
  18. 09 May, 2016 1 commit
  19. 29 Apr, 2016 1 commit
  20. 13 Apr, 2016 3 commits
  21. 24 Mar, 2016 1 commit
  22. 23 Mar, 2016 1 commit
  23. 13 Mar, 2016 1 commit
  24. 04 Feb, 2016 2 commits