1. 09 Nov, 2015 1 commit
    • Stan Hu's avatar
      Merge branch 'fix-infinite-redirect' into 'master' · a76d4d27
      Stan Hu authored
      Only redirect to homepage url when its not the root url
      
      It was possible to create an infi redirect when the user set up the
      `home_page_url` to redirect to the main URL of the gitlab instance.
      
      This fix makes sure this redirect is not possible.
      
      Fixes #1020 
      
      /cc @dblessing 
      
      See merge request !1703
      a76d4d27
  2. 06 Nov, 2015 1 commit
  3. 04 Nov, 2015 4 commits
  4. 31 Oct, 2015 1 commit
    • Douwe Maan's avatar
      Merge branch 'fix-issue-3138' into 'master' · 38039e3a
      Douwe Maan authored
      Force update refs/merge-requests/X/head upon a push to the source branch of a merge request
      
      If a user rebases and does a force push, GitLab would not update the `refs/merge-requests/X/head` link. Using the -f flag forces this to happen.
      
      Closes #3138
      
      See merge request !1683
      38039e3a
  5. 27 Oct, 2015 3 commits
  6. 26 Oct, 2015 7 commits
  7. 24 Oct, 2015 1 commit
  8. 23 Oct, 2015 7 commits
  9. 22 Oct, 2015 13 commits
  10. 21 Oct, 2015 2 commits
    • Robert Speicher's avatar
      Version 8.1.0.rc2 · 62f6e842
      Robert Speicher authored
      62f6e842
    • Dmitriy Zaporozhets's avatar
      Merge branch 'animated-logo' into 'master' · 3fc77261
      Dmitriy Zaporozhets authored
      Animate the logo on hover
      
      The logo is now rendered as pure SVG, rather than image referencing a
      svg. The SVG has an id and the shapes of the logo have a shared class.
      The shapes change their fill color on hover with a transition.
      
      Identical to how it looks on about.gitlab.com
      
      cc @skyruler
      
      See merge request !1557
      3fc77261