05 Jun, 2014

1 commit


03 Jun, 2014

2 commits


02 Jun, 2014

2 commits


30 May, 2014

1 commit


29 May, 2014

2 commits


28 May, 2014

2 commits


26 May, 2014

2 commits


23 May, 2014

1 commit


22 May, 2014

1 commit


08 May, 2014

1 commit


06 May, 2014

1 commit


02 May, 2014

1 commit


29 Apr, 2014

1 commit


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
     

17 Apr, 2014

1 commit


15 Apr, 2014

1 commit


12 Apr, 2014

1 commit


11 Apr, 2014

2 commits


04 Apr, 2014

1 commit


02 Apr, 2014

1 commit


01 Apr, 2014

1 commit


27 Mar, 2014

1 commit


26 Mar, 2014

1 commit


24 Mar, 2014

1 commit


19 Mar, 2014

1 commit


17 Mar, 2014

2 commits


14 Mar, 2014

1 commit


12 Mar, 2014

1 commit


11 Mar, 2014

1 commit

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

10 Mar, 2014

1 commit


09 Mar, 2014

2 commits


06 Mar, 2014

1 commit