BigW Consortium Gitlab

  1. 11 Oct, 2016 1 commit
  2. 10 Oct, 2016 1 commit
  3. 07 Oct, 2016 1 commit
    • Add markdown cache columns to the database, but don't use them yet · e94cd6fd
      Nick Thomas authored
      This commit adds a number of _html columns and, with the exception of Note,
      starts updating them whenever the content of their partner fields changes.
      
      Note has a collision with the note_html attr_accessor; that will be fixed later
      
      A background worker for clearing these cache columns is also introduced - use
      `rake cache:clear` to set it off. You can clear the database or Redis caches
      separately by running `rake cache:clear:db` or `rake cache:clear:redis`,
      respectively.
  4. 04 Oct, 2016 2 commits
  5. 28 Sep, 2016 1 commit
  6. 19 Sep, 2016 1 commit
  7. 01 Sep, 2016 1 commit
  8. 24 Aug, 2016 1 commit
  9. 09 Aug, 2016 1 commit
  10. 04 Aug, 2016 1 commit
  11. 20 Jul, 2016 1 commit
  12. 19 Jul, 2016 1 commit
  13. 13 Jul, 2016 1 commit
  14. 12 Jul, 2016 4 commits
  15. 11 Jul, 2016 2 commits
  16. 08 Jul, 2016 1 commit
  17. 01 Jul, 2016 1 commit
  18. 29 Jun, 2016 1 commit
  19. 27 Jun, 2016 1 commit
  20. 13 Jun, 2016 1 commit
  21. 03 Jun, 2016 2 commits
  22. 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.
  23. 25 Apr, 2016 1 commit
  24. 13 Apr, 2016 3 commits
  25. 24 Mar, 2016 1 commit
  26. 23 Mar, 2016 1 commit
  27. 19 Mar, 2016 1 commit
  28. 13 Mar, 2016 1 commit
  29. 06 Mar, 2016 1 commit
  30. 19 Jan, 2016 1 commit
  31. 07 Jan, 2016 1 commit
  32. 03 Jan, 2016 1 commit