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 Customization and previewing of broadcast messages 2013-12-18 17:43:45 -05:00
commits_helper.rb Refactor Parallel Diff feature and add scrollbars 2014-03-27 09:15:25 +13:00
compare_helper.rb Fix bug with showing create merge request button while merge request are disabled in project settings 2013-12-04 11:02:36 +03:00
dashboard_helper.rb Use FilteringService for Dashboard, Group pages 2014-01-15 16:16:45 +02:00
events_helper.rb Add anchors to comments from event feed 2013-12-26 15:11:48 +02:00
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 Remove the dependancy of grit from class Network::Graph 2013-08-20 12:05:23 +09:00
groups_helper.rb Allow access to groups with public projects. 2014-02-20 09:26:38 -06:00
icons_helper.rb Remove colors from icon helpers 2013-12-06 22:14:55 +02:00
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 Select2 tag for namespaces with ajax loading 2013-11-15 15:25:09 +02:00
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 Correct indentation in readme, fixed display of social accounts in profile 2013-05-28 18:00:44 +03:00
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 Restyle snippets 2013-06-05 22:25:27 +03:00
submodule_helper.rb simplify link url 2014-02-28 17:22:07 +01:00
tab_helper.rb Sort dropdown for Dashboard#projects page 2013-12-29 12:58:00 +02:00
tags_helper.rb
tree_helper.rb Add .adoc file extension for AsciiDoc 2014-03-04 16:08:48 -07:00
visibility_level_helper.rb Improve UX of project visiblity level. Improve "Public Access" help page 2013-11-27 13:13:33 +02:00