- 21 Apr, 2015 11 commits
-
-
Dmitriy Zaporozhets authored
Fix some issues with Google Code importer Thanks, @mrtux, for reporting all of these. See merge request !551
-
Dmitriy Zaporozhets authored
Update gitlab-grack to 2.0.1 to get unicorn to stop creating zombies. Addresses #1461 and private issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2253. This regression was introduced between 7.9 and the 7.10 rcs, so no changelog item for 7.10 proper. cc @JobV @jacobvosmaer See merge request !546
-
Douwe Maan authored
Fix "Cannot move project" error message from popping up after a successful transfer The JavaScript click handlers were never being removed, leading to duplicate requests when attempting to transfer a project to another namespace. The first transfer would succeed but the subsequent ones would fail, leading to the error message saying, "Cannot move project". ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/0c9f61294291514e0c2a48c204b6a1aa/image.png) I attempted to write a unit test for this, but it was taking me too long to get it right. Closes #1448 and #1128 See merge request !548
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 20 Apr, 2015 21 commits
-
-
Stan Hu authored
Multiple event handlers were firing, causing multiple form submissions. Closes #1448 and #1128
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Bootlint integration
-
Dmitriy Zaporozhets authored
Clean up code around commit mentions. Builds upon !527. See merge request !528
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Revert disallowing usernames to end in period. cc @JobV @jacobvosmaer See merge request !545
-
Jeroen van Baarsen authored
improve new project options
-
Douwe Maan authored
-
Ben Bodenmiller authored
* Simplify new repo commands * Include directions for how to add an existing folder that is either already a repo or not yet a repo Replaces #7918.
-
Dmitriy Zaporozhets authored
Remove access control for uploaded images to fix broken images in emails Replaces !530. > This MR removes the access control for uploaded images. This is needed to display the images in emails again. > > The previous solution to base64 encode the images had to be reverted, because not all email clients supported it. > > If possible this should go into the 7.10 release. See merge request !533
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Ignore submodules that are defined in .gitmodules but are checked in as directories. Pulls in gitlab_git 7.1.10 which contains gitlab-org/gitlab_git!26. Fixes #1439 and https://github.com/gitlabhq/gitlabhq/issues/9140 See merge request !540
-
Dmitriy Zaporozhets authored
Fixed typo in deploy html
-
Jeroen van Baarsen authored
do not prepend relative_url_root to avatar
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Parse GFM references after sanitizing Parse GFM references - labels, issues, MRs, etc. - after calling the HTML Pipeline `SanitizationFilter` so that we can use non-whitelisted attributes like `style`. See #2188. See merge request !1745
-
hellerve authored
-
Dmitriy Zaporozhets authored
Fix label color input. Because `value` was set, every label color would render as purple in the form. Introduced by 83b5a9ae between 7.9 and 7.10, so no changelog item. See merge request !538
-
Leo Antunes authored
The commit.author.icon variable contains a full URL, which gets broken when prepended by the relative_url_root setting (generating hrefs like "/gitlabhttps://...".
-
Marin Jankovski authored
-
Marin Jankovski authored
-
- 19 Apr, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Let Bootstrap's tab JS handle history Closes #2219 See merge request !1784
-
Dmitriy Zaporozhets authored
Revert and re-fix image rendering in help pages Closes #2212 See merge request !1765
-
- 18 Apr, 2015 1 commit
-
-
Vinnie Okada authored
Extract and re-insert links after sanitizing user markup.
-
- 17 Apr, 2015 5 commits
-
-
Patricio Cano authored
Add the text "Add your ssh key to an application" with link to http://wiki.eclip… …se.org/EGit/User_Guide#Eclipse_SSH_Configuration Add text "Add your ssh key to an application" with link to http://wiki.eclipse.org/EGit/User_Guide#Eclipse_SSH_Configuration Add on document http://doc.gitlab.com/ce/ssh/README.html Reference: https://twitter.com/elraro21/status/585146770709151747 See merge request !1774
-
Robert Speicher authored
Closes #2219
-
Douwe Maan authored
-
Douwe Maan authored
Fix Resource Owner Password Authentication Flow
-
Roshan Gautam authored
-