26 Mar, 2014

3 commits


25 Mar, 2014

8 commits


24 Mar, 2014

4 commits


22 Mar, 2014

3 commits


21 Mar, 2014

1 commit


20 Mar, 2014

1 commit

  • Currently this method responds with `text/html`. It is kind of unusable
    if you open it in a browser. The browser thinks it is HTML and renders
    it as HTML, meaning new lines are dropped. So it's very hard to
    distinguish where the key starts and where it ends.
    
    This commit changes the content type header to `text/plain`.
    Dmitry Medvinsky
     

19 Mar, 2014

6 commits


18 Mar, 2014

1 commit


17 Mar, 2014

4 commits


16 Mar, 2014

1 commit


14 Mar, 2014

1 commit


13 Mar, 2014

1 commit


12 Mar, 2014

1 commit


11 Mar, 2014

2 commits

  • Streamline the content of notification emails
    
    In notification emails, the actual content of the email is often buried under several blocks of chrome — and may even be truncated or completely missing. Ideally, the notification emails would be like *real emails*: a short message of meaningful text, sent from the author of the change that triggered the notification.
    
    This MR includes the following changes to notification emails:
    
    * Remove much of the chrome (e.g. the "GitLab" header)
    * Emphasize the content (no more small, grayed-out content)
    * Add missing informations to the emails (issue description in "new issue" email, file name in "diff comment" email)
    * Add a consistent "View in GitLab" link in the footer
    * The assignee is displayed only if someone is assigned
    * Fix a rendering bug when viewing emails with [Zimbra](http://www.zimbra.com/)
    
    We use these patches at [Capitaine Train](http://www.capitainetrain.com), and it has been a surprisingly big productivity boost for us.
    
    ![Before and after](http://f.cl.ly/items/3n0P2c2v1P0y011c0D3e/Before%20and%20After.png)
    Dmitriy Zaporozhets
     
  • LDAP code from EE
    Dmitriy Zaporozhets
     

10 Mar, 2014

2 commits


09 Mar, 2014

1 commit