gitlab-org--gitlab-foss/app/controllers/explore
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
..
application_controller.rb Don't perform Devise trackable updates on blocked User records 2017-02-10 11:51:14 -05:00
groups_controller.rb Add filter and sorting to dashboard groups page 2017-03-01 15:39:59 +02:00
projects_controller.rb ProjectsFinder should handle more options 2017-04-06 07:11:37 +02:00
snippets_controller.rb Use the configured Kaminari "per page" default 2016-03-19 17:37:54 -04:00