gitlab-org--gitlab-foss/app/views/dashboard/projects
Jacopo b996a82ff4 ProjectsFinder should handle more options
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.
2017-04-06 07:11:37 +02:00
..
_projects.html.haml
_zero_authorized_projects.html.haml ProjectsFinder should handle more options 2017-04-06 07:11:37 +02:00
index.atom.builder Show public RSS feeds to anonymous users 2017-02-28 12:50:57 -08:00
index.html.haml Refactored the user callout class 2017-03-24 16:36:23 +00:00
starred.html.haml Fix wrong message on starred projects filtering 2017-03-09 01:29:11 +00:00