gitlab-org--gitlab-foss/app/controllers
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
..
admin ProjectsFinder should handle more options 2017-04-06 07:11:37 +02:00
ci Remove deprecated legacy CI project status badge 2017-03-01 14:48:44 +01:00
concerns ProjectsFinder should handle more options 2017-04-06 07:11:37 +02:00
dashboard ProjectsFinder should handle more options 2017-04-06 07:11:37 +02:00
explore ProjectsFinder should handle more options 2017-04-06 07:11:37 +02:00
groups ProjectsFinder should handle more options 2017-04-06 07:11:37 +02:00
import Create subgroups if they don't exist while importing projects 2017-04-05 10:09:31 +00:00
oauth Remove duplicated code in Oauth::AuthorizationsController 2017-03-07 14:54:36 +01:00
profiles Prevent users from disconnecting gitlab account from CAS 2017-03-31 18:42:34 +01:00
projects ProjectsFinder should handle more options 2017-04-06 07:11:37 +02:00
sherlock Revert "Prefer leading style for Style/DotPosition" 2017-02-23 09:33:05 -06:00
abuse_reports_controller.rb
application_controller.rb Don't try to find a user by personal_access_token if the token is nil 2017-03-22 17:06:19 +01:00
autocomplete_controller.rb Fix autocomplete in EE when permissions are sent 2017-03-10 11:41:44 +00:00
confirmations_controller.rb
dashboard_controller.rb
groups_controller.rb ProjectsFinder should handle more options 2017-04-06 07:11:37 +02:00
health_check_controller.rb
help_controller.rb Don't perform Devise trackable updates on blocked User records 2017-02-10 11:51:14 -05:00
invites_controller.rb No more and/or 2017-02-21 16:31:14 -06:00
jwt_controller.rb Revert "Prefer leading style for Style/DotPosition" 2017-02-23 09:33:05 -06:00
koding_controller.rb Don't perform Devise trackable updates on blocked User records 2017-02-10 11:51:14 -05:00
notification_settings_controller.rb
omniauth_callbacks_controller.rb Revert "Prefer leading style for Style/DotPosition" 2017-02-23 09:33:05 -06:00
passwords_controller.rb
profiles_controller.rb Update profiles/account view to display new username 2017-03-02 12:33:06 +05:30
projects_controller.rb Add ability to disable Merge Request URL on push 2017-03-17 12:35:39 +00:00
registrations_controller.rb Delete users asynchronously 2017-04-02 05:37:05 -07:00
root_controller.rb Fix the redirect to custom home page URL and move it to RootController 2017-02-27 16:51:23 +01:00
search_controller.rb Refactor SearchController#show 2017-03-31 13:03:55 +00:00
sent_notifications_controller.rb
sessions_controller.rb Fix redirection after login when the referer have params 2017-04-02 18:54:19 +03:00
snippets_controller.rb Revert "Prefer leading style for Style/DotPosition" 2017-02-23 09:33:05 -06:00
uploads_controller.rb Ensure mutable uploads are not cached without revalidation 2017-02-22 20:34:23 +01:00
users_controller.rb ProjectsFinder should handle more options 2017-04-06 07:11:37 +02:00