An error occurred fetching the project authors.
  1. 02 Mar, 2016 3 commits
  2. 01 Mar, 2016 5 commits
    • Douwe Maan's avatar
      Merge branch 'rel-url-fix' into 'master' · 58e247d8
      Douwe Maan authored
      Fix relative URL
      
      See https://github.com/gitlabhq/gitlabhq/issues/10053
      
       1. Same configuration way for relative URL like with Omnibus
       2. Loading the relative configuration from Rakefile as Rails do not load initializers for `asset:precompile`
      
      First point has another positive side effect: no collisions (due to git controlled `application.rb`) any more during the upgrades of source based installations and relative url configuration
      
       - [x] tests on the source based installation
       - [x] tests on the centos&ubuntu omnibus packages
      
      Fixes: gitlab-org/gitlab-ce#13730, gitlab-org/gitlab-ce#13727, gitlab-org/omnibus-gitlab#1143 and https://github.com/gitlabhq/gitlabhq/issues/10053
      
      See merge request !2979
      58e247d8
    • Douwe Maan's avatar
      Merge branch 'rs-improve-grace-period' into 'master' · c05bb007
      Douwe Maan authored
      Don't show any "2FA required" message if it's not actually required
      
      Prior, if the user had enabled and then disabled 2FA, they would be
      shown a "You must enable Two-factor Authentication for your account."
      message when going back to re-activate it, even if 2FA enforcement was
      disabled.
      
      See merge request !3014
      c05bb007
    • Dmitriy Zaporozhets's avatar
      Merge branch 'issue_13648' into 'master' · e11ab453
      Dmitriy Zaporozhets authored
      Improve implementation to check read access to forks and add pagination.
      
      Fixes #13648
      
      The following optimizations where made:
      
      - Pagination was added.
      - Code to check for read permissions to forks was optimized, in the past we were doing too many queries for each project.
      
      See merge request !2991
      e11ab453
    • Douwe Maan's avatar
      Merge branch 'issue_13621' into 'master' · 9052086d
      Douwe Maan authored
      Don't repeat labels listed on Labels tab.
      
      Fixes #13622
      
      See merge request !2924
      9052086d
    • Douwe Maan's avatar
      Merge branch '11489-branded-appearance-to-ce' into 'master' · 5a3c5ace
      Douwe Maan authored
      Branded appearance to CE
      
      Closes #11489
      
      The difference with the EE version is only that there is no distinction between light and dark logos, though this wasn't used anyway. If this is fine, I'll create a MR on EE too.
      
      TODO:
      - [x] Copy docs
      - [x] Make new screenshots
      - [ ] Remove Custom Welcome message feature?
      
      @rymai: I was unsure what labels to add to ping you, so I just ping you like this :wink:
      
      /cc @DouweM
      
      See merge request !2927
      5a3c5ace
  3. 26 Feb, 2016 2 commits
    • Robert Speicher's avatar
      Merge branch 'fix-todos' into 'master' · 70090bd8
      Robert Speicher authored
      Does not create a Todo when commenting on commit or project snippet
      
      Closes #13733
      
      See merge request !2964
      70090bd8
    • Jacob Schatz's avatar
      Merge branch 'feature/jschatz1/sidebar-sizing' into 'master' · b0864a9f
      Jacob Schatz authored
      Sidebar overlaps content when screen is below 1200px.
      
      When screen is below 1200px, the sidebar overlaps.
      When screen is above 1200px, the sidebar pushes content out.
      z-index change to make sure hamburger stays on top.
      Fixes #12717
      ![screensize](/uploads/9a21fa06d583a49d6ebbf1ada34c6792/screensize.gif)
      
      ![screensize-small](/uploads/7c25f46e962248a40840562a01c83f8f/screensize-small.gif)
      
      Also sorry I couldn't get the collapse button in the screen cap. It's there.
      
      See merge request !2620
      b0864a9f
  4. 24 Feb, 2016 11 commits
  5. 23 Feb, 2016 4 commits
  6. 22 Feb, 2016 3 commits
  7. 21 Feb, 2016 3 commits
  8. 19 Feb, 2016 5 commits
  9. 18 Feb, 2016 2 commits
    • Kamil Trzciński's avatar
      Merge branch 'fix/ci-first-job-allow-failure' into 'master' · bdbe892e
      Kamil Trzciński authored
      Fix CI builds scheduler when first build in stage is allowed to fail
      
      This fixes an edge case in CI builds scheduler when first build in stage was marked as allowed to fail.
      
      Closes #3192
      
      See merge request !2869
      bdbe892e
    • Douwe Maan's avatar
      Merge branch 'see-and-sort-on-vote-count-mr-issues' into 'master' · 7dddd45e
      Douwe Maan authored
      Add ability to see and sort on vote count from Issues and MR lists
      
      Fixes #3763
      
      * Sort options
      
      ![Sort Options](/uploads/df6543d574d4df8bf7e4496a876e2930/sort.png)
      
      * Most popular
      
      ![Most popular](/uploads/bb92cc2fbef7b6b806dcdf8c52778fdd/most-popular.png)
      
      * Least popular
      
      ![Least popular](/uploads/7988ed451922c81dc228419b5edbd7cd/least-popular.png)
      
      See merge request !2781
      7dddd45e
  10. 13 Feb, 2016 1 commit
  11. 12 Feb, 2016 1 commit
    • Ben Boeckel's avatar
      Fix relative links in other markup formats · e919b5a4
      Ben Boeckel authored
      - Apply the RelativeLinkFilter filter to other formats, e.g.,
        reStructuredText so links from the Files view or the Project view work
      - Remove the AsciidocPipeline pipeline
      
      Fixes #3533.
      e919b5a4