gitlab-org--gitlab-foss/app/helpers
Dmitriy Zaporozhets a599d8120d Merge branch 'fix/social-account-block' into 'master'
Fix Social Account Block

If you have omniauth enabled, but don't have one of the "Social" providers enabled (GitHub, Twitter, Google), the "Social Accounts" sections shows up, but without icons. This occurred when I was testing Shibboleth. This fixes the issues by checking if there are any `enabled_oauth_providers` rather than if just `Gitlab.config.omniauth.enabled`. Not quite sure how to implement a test for this, but it works :).
2014-03-11 15:02:07 +00:00
..
application_helper.rb Remove extra whitespace 2014-03-10 03:44:49 -04:00
broadcast_messages_helper.rb
commits_helper.rb Add email aliases for users 2014-02-13 22:59:39 -06:00
compare_helper.rb
dashboard_helper.rb Use FilteringService for Dashboard, Group pages 2014-01-15 16:16:45 +02:00
events_helper.rb
gitlab_markdown_helper.rb Blob and tree gfm links to anchors work. 2014-02-23 09:47:52 +01:00
graph_helper.rb
groups_helper.rb Allow access to groups with public projects. 2014-02-20 09:26:38 -06:00
icons_helper.rb
issues_helper.rb Issue box restyle 2014-02-27 21:04:44 +02:00
labels_helper.rb Move labels css to gl_bootstrap. Fixed label rendering 2014-01-03 23:28:00 +02:00
merge_requests_helper.rb Issue box restyle 2014-02-27 21:04:44 +02:00
namespaces_helper.rb
notes_helper.rb use the iid to generate the link_to_merge_request_diff_line_note instead of id 2014-01-18 19:11:42 +01:00
notifications_helper.rb Improve notification settings page 2014-02-17 18:06:24 +02:00
oauth_helper.rb
profile_helper.rb Check if any social providers are enabled. 2014-03-06 21:07:02 -06:00
projects_helper.rb Restyle labels filter to match common style 2014-02-18 20:48:02 +02:00
search_helper.rb Allow access to groups with public projects. 2014-02-20 09:26:38 -06:00
selects_helper.rb Add placeholder support for project_users_select_tag 2014-02-13 16:16:23 +02:00
snippets_helper.rb
submodule_helper.rb Fix submodule_helper specs 2014-02-10 13:02:26 +02:00
tab_helper.rb
tags_helper.rb
tree_helper.rb
visibility_level_helper.rb