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
     

18 Mar, 2014

1 commit


17 Mar, 2014

1 commit


14 Mar, 2014

5 commits


13 Mar, 2014

2 commits


12 Mar, 2014

1 commit


11 Mar, 2014

2 commits


10 Mar, 2014

1 commit


06 Mar, 2014

1 commit


05 Mar, 2014

2 commits


03 Mar, 2014

1 commit


28 Feb, 2014

1 commit


26 Feb, 2014

3 commits


25 Feb, 2014

7 commits


24 Feb, 2014

2 commits

  • Jacob Carlborg
     
  • Public Groups
    
    This is the initial work (meaning no tests) for making groups public if they have a public project (or internal for logged in users). This allows issues and merge requests to be viewed, but _not_ group membership. As part of this I have also added back the link in the public project title section (it was removed as it didn't make sense before).
    
    This addesses the following suggestions/issues:
    
    http://feedback.gitlab.com/forums/176466-general/suggestions/5314461-groups-containing-one-or-more-public-projects-shou
    Issue #32
    https://github.com/gitlabhq/gitlabhq/issues/5203
    as well as a few closed issues.
    
    This also changes the public user page to only show groups that are accessible to the user in some manner.
    Dmitriy Zaporozhets
     

20 Feb, 2014

2 commits


18 Feb, 2014

3 commits


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

3 commits