gitlab-org--gitlab-foss/app/helpers
Dmitriy Zaporozhets 3295a4db9d Merge branch 'email_in_gravatar_urls' into 'master'
allow passing user's email address in custom Gravatar urls

Some custom avatar systems use the user's email address rather than its hash. This merge request will allow the administrator to configure gitlab-ce to use the user's email address gravatar.plain_url and  gravatar.ssl_url in the config file like this:

```
gravatar:
    enabled: true
    plain_url: "http://company.com/avatar/?mail=%{email}&size=%{size}"
    ssl_url: "https://company.com/avatar/?mail=%{email}&size=%{size}"
```

It's a only a 2 word patch.
2014-04-23 08:52:15 +00:00
..
application_helper.rb allow using the user's email address as a http parameter in gravatar urls for custom avatar systems. For example: 2014-04-12 23:10:45 +02:00
broadcast_messages_helper.rb
commits_helper.rb Refactor Parallel Diff feature and add scrollbars 2014-03-27 09:15:25 +13:00
compare_helper.rb
dashboard_helper.rb
events_helper.rb
gitlab_markdown_helper.rb Wiki will show relative links related to the wiki gollum repository. 2014-03-17 13:06:19 +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 Determine label color based on lowercase name 2014-04-11 19:06:27 +02:00
merge_requests_helper.rb Better title suggestion for new MR 2014-04-02 14:16:37 +03: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 Fix "project-name" span classname typo 2014-04-11 16:00:58 -06: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 simplify link url 2014-02-28 17:22:07 +01:00
tab_helper.rb
tags_helper.rb
tree_helper.rb Add .adoc file extension for AsciiDoc 2014-03-04 16:08:48 -07:00
visibility_level_helper.rb