gitlab-org--gitlab-foss/app/controllers
Dmitriy Zaporozhets 1065f3d30b Merge branch 'github-org-repos' into 'master'
Fix missing GitHub organisation repositories on import page.

Private repositories belonging to organizations rather than users can't be imported because `client.repos(org.login)` was requesting `/users/:org_login/repos` (which only returns public org repo's), while we need `/orgs/:org_login/repos` (which includes both public and private). The `client.org_repos` method does this.

cc @marin This is a bug in 7.8.x, but I'm not sure if it needs a minor release now or if it can go in 7.9.

See merge request !1683
2015-03-12 17:13:25 +00:00
..
admin Improve user block/unblock UI in admin area 2015-03-09 13:02:06 -07:00
dashboard Add starred projects page to dashboard 2015-03-09 14:12:03 -07:00
explore Add project filter by visibility and tag to explore page 2015-03-10 15:59:14 -07:00
groups group controller refactoring 2015-03-12 17:08:48 +02:00
import Merge branch 'github-org-repos' into 'master' 2015-03-12 17:13:25 +00:00
oauth Application admin scaffold 2015-01-17 15:40:09 -08:00
profiles Move profile groups page to dashboard 2015-03-08 17:03:30 -07:00
projects Remove annoying notice messages when create/update merge request 2015-03-11 16:07:33 -07:00
application_controller.rb Include route helper shortcut in controller 2015-02-26 09:34:20 -08:00
confirmations_controller.rb Try signing in the user after user confirmation is correct and redirect to dashboard, otherwise redirect to signin page 2014-10-02 14:38:26 +02:00
dashboard_controller.rb Remove projects page from dashboard 2015-03-10 16:03:37 -07:00
groups_controller.rb group controller refactoring 2015-03-12 17:08:48 +02:00
help_controller.rb Add GitLab UI development kit 2015-03-08 14:46:22 -07:00
namespaces_controller.rb Rubocop: no trailing newlines 2015-02-02 21:53:27 -08:00
omniauth_callbacks_controller.rb When add new social account - redirect to accounts page and show notice message 2015-02-08 00:53:31 -08:00
passwords_controller.rb Use ruby 1.9 hash syntax 2015-01-23 17:41:10 -08:00
profiles_controller.rb Use shorter map() syntax 2015-02-15 20:50:53 -07:00
projects_controller.rb Update html-pipeline and emoji 2015-03-11 16:05:01 -07:00
registrations_controller.rb Redirect signup page to signin page. 2015-02-05 15:56:28 +01:00
search_controller.rb
sessions_controller.rb Improve application settings and write tests 2015-01-08 09:53:35 -08:00
snippets_controller.rb Link head panel titles to relevant root page. 2015-02-13 14:31:51 +01:00
uploads_controller.rb Reject access to group/project avatar if the user doesn't have access. 2015-03-10 17:13:02 +01:00
users_controller.rb Exclude forks from profile contributions list. 2015-02-24 16:28:23 +01:00