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
     

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

2 commits


04 Mar, 2014

1 commit


28 Feb, 2014

1 commit


27 Feb, 2014

1 commit


26 Feb, 2014

2 commits


25 Feb, 2014

2 commits


24 Feb, 2014

1 commit


23 Feb, 2014

1 commit


20 Feb, 2014

1 commit


18 Feb, 2014

3 commits


17 Feb, 2014

1 commit


14 Feb, 2014

1 commit

  • Improve for large groupsImprove for large groups
    
    This merge request is a set of patched to improve application for large groups with more then 100 people.
    
    Pages to be improved:
    :white_check_mark: Group#members page
    :white_check_mark: Project#issues page
    :white_check_mark: Project#merge_requests page
    :white_check_mark: Project#new_issue page
    :white_check_mark: Project#new_mr page
    :white_check_mark: Project#members page
    Dmitriy Zaporozhets
     

13 Feb, 2014

4 commits