23 Apr, 2014

1 commit

  • 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.
    Dmitriy Zaporozhets
     

15 Apr, 2014

8 commits


14 Apr, 2014

10 commits


13 Apr, 2014

1 commit


12 Apr, 2014

1 commit


11 Apr, 2014

5 commits


10 Apr, 2014

4 commits


09 Apr, 2014

10 commits