An error occurred fetching the project authors.
  1. 23 Nov, 2016 1 commit
  2. 11 Nov, 2016 1 commit
  3. 08 Nov, 2016 1 commit
  4. 04 Nov, 2016 1 commit
  5. 11 Oct, 2016 1 commit
  6. 10 Oct, 2016 1 commit
  7. 07 Oct, 2016 1 commit
    • Nick Thomas's avatar
      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.
      e94cd6fd
  8. 04 Oct, 2016 2 commits
  9. 28 Sep, 2016 1 commit
  10. 19 Sep, 2016 1 commit
  11. 01 Sep, 2016 1 commit
  12. 24 Aug, 2016 1 commit
  13. 09 Aug, 2016 1 commit
  14. 04 Aug, 2016 1 commit
  15. 20 Jul, 2016 1 commit
  16. 19 Jul, 2016 1 commit
  17. 13 Jul, 2016 1 commit
  18. 12 Jul, 2016 4 commits
  19. 11 Jul, 2016 2 commits
  20. 08 Jul, 2016 1 commit
  21. 01 Jul, 2016 1 commit
  22. 29 Jun, 2016 1 commit
  23. 27 Jun, 2016 1 commit
  24. 13 Jun, 2016 1 commit
  25. 03 Jun, 2016 2 commits
  26. 10 May, 2016 1 commit
    • Sean McGivern's avatar
      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.
      97424ea5
  27. 25 Apr, 2016 1 commit
  28. 13 Apr, 2016 3 commits
  29. 24 Mar, 2016 1 commit
  30. 23 Mar, 2016 1 commit
  31. 19 Mar, 2016 1 commit
  32. 13 Mar, 2016 1 commit