BigW Consortium Gitlab

  1. 21 Jun, 2017 1 commit
  2. 12 Jun, 2017 1 commit
  3. 25 May, 2017 1 commit
  4. 06 Apr, 2017 1 commit
    • ProjectsFinder should handle more options · b996a82f
      Jacopo authored
      Extended ProjectFinder in order to handle the following options:
       - current_user - which user use
       - project_ids_relation: int[] - project ids to use
       - params:
         -  trending: boolean
         -  non_public: boolean
         -  starred: boolean
         -  sort: string
         -  visibility_level: int
         -  tags: string[]
         -  personal: boolean
         -  search: string
         -  non_archived: boolean
      
      GroupProjectsFinder now inherits from ProjectsFinder.
      Changed the code in order to use the new available options.
  5. 16 Mar, 2017 1 commit
  6. 13 Feb, 2017 1 commit
  7. 03 Feb, 2017 1 commit
  8. 03 Jun, 2016 2 commits
  9. 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.
  10. 19 Mar, 2016 1 commit
  11. 10 Mar, 2016 1 commit
  12. 04 Mar, 2016 1 commit
  13. 03 Mar, 2016 3 commits
  14. 02 Mar, 2016 1 commit
  15. 09 Feb, 2016 2 commits
  16. 05 Feb, 2016 1 commit
  17. 04 Feb, 2016 3 commits
  18. 03 Feb, 2016 1 commit
  19. 26 Jan, 2016 1 commit
  20. 01 Oct, 2015 1 commit
  21. 08 Sep, 2015 1 commit
    • Clean up overlap between dashboard and explore. · 5d785457
      Douwe Maan authored
      - Split up SnippetsController into separate dashboard and explore sections.
      - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
  22. 30 Apr, 2015 1 commit
  23. 20 Apr, 2015 1 commit
  24. 09 Mar, 2015 1 commit