- 19 Oct, 2016 1 commit
-
-
Rémy Coutable authored
Fix the file path to a default Nginx file that needs to be deleted for the GitLab web gui to be browsed. Changing it from: `/etc/sites-enabled/default` to `/etc/nginx/sites-enabled/default` ## Are there points in the code the reviewer needs to double check? If we are expecting older versions than Ubuntu 16.04 with Nginx 1.10.0 to be the most common use case for a 7.14 source install, then maybe Nginx used to create this file in the place where the README says and in that case we would leave it. The tests are failing but it can't be because of this change ## Why was this MR needed? When trying to install V7.14 from source on Ubuntu 16.04 with Nginx 1.10.0, the README says to delete a file that exists in a different place from where the README points to. Closes #7 See merge request !6220
-
- 06 Sep, 2016 1 commit
-
-
De Wet Blomerus authored
-
- 10 Sep, 2015 1 commit
-
-
Robert Speicher authored
-
- 09 Sep, 2015 1 commit
-
-
Robert Speicher authored
-
- 08 Sep, 2015 2 commits
-
-
Robert Speicher authored
-
Douwe Maan authored
-
- 05 Sep, 2015 2 commits
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9577
-
Robert Speicher authored
-
- 25 Aug, 2015 4 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Stan Hu authored
This button worked when viewing merge requests because the JavaScript stripped the .html in the Ajax request. However, it left the .html suffix in the compare branch view.
-
Dmitriy Zaporozhets authored
Improve abuse reports management * Link to user profile instead of user admin page * One button for remove user and report * Remove user and report without page reloading Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1196
-
- 24 Aug, 2015 3 commits
-
-
Robert Speicher authored
[ci skip]
-
- 22 Aug, 2015 1 commit
-
-
Robert Speicher authored
-
- 21 Aug, 2015 6 commits
-
-
Stan Hu authored
-
Douwe Maan authored
-
Robert Speicher authored
-
Douwe Maan authored
(cherry picked from commit 77e508d8)
-
Jacob Vosmaer authored
The change in baa15792 broke backup restore fucnctionality. This would not lead to data loss, but it prevented the restore script from working. This bug exists only in 7.14.0 release candidate versions, not in 7.13. Reported in https://github.com/gitlabhq/gitlabhq/issues/9571 .
-
- 20 Aug, 2015 2 commits
-
-
Stan Hu authored
Closes #2305
-
Patricio Cano authored
-
- 19 Aug, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 18 Aug, 2015 11 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
Fix infinite loop when SAML was incorrectly configured. See merge request !1170
-
Robert Speicher authored
Fix gitlab:env:info rake task. Found doing QA. See merge request !1169
-
Stan Hu authored
-
Dmitriy Zaporozhets authored
Clear cache to prevent listing deleted branches after MR removes source branch Closes #2272 See merge request !1160
-
Stan Hu authored
disallow irrelevant pages by defaults in robots
-
Stan Hu authored
capitalize URL in "Home page URL"
-
Ben Bodenmiller authored
-
Ben Bodenmiller authored
Update default robots.txt rules to disallow irrelevant pages that search engines should not care about. This will still allow important pages like the files, commit details, merge requests, issues, comments, etc. to be crawled.
-
Stan Hu authored
-
- 17 Aug, 2015 3 commits
-
-
Douwe Maan authored
Remove the `gfm_with_options` helper It was redundant because `gfm` also took options. See merge request !1152
-
Douwe Maan authored