summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'improve-abuse-reports' into 'master'improve-abuse-reports-stableDmitriy Zaporozhets2015-08-255-8/+39
* 7.14.1 is (about to be) releasedRobert Speicher2015-08-241-1/+1
* Fix Error 500 in API when accessing a group that has an avatarStan Hu2015-08-243-1/+4
* Only include base URL in OmniAuth full_host parameterStan Hu2015-08-243-10/+23
* Version 7.14.0v7.14.0Robert Speicher2015-08-211-1/+1
* List the current user first in issuable dropdownsStan Hu2015-08-212-2/+2
* Fix bug preventing invite by e-mailStan Hu2015-08-219-9/+41
* Check permissions on target project in merge request create service.Douwe Maan2015-08-211-2/+8
* Version 7.14.0.rc3v7.14.0.rc3Robert Speicher2015-08-211-1/+1
* Fix bug where non-project members of the target project could set labels on n...Douwe Maan2015-08-212-1/+2
* Do not delete the SQL dump too earlyJacob Vosmaer2015-08-211-2/+3
* Fix blame view line groupingsStan Hu2015-08-203-19/+86
* Improved 2FA warning message about lost codesPatricio Cano2015-08-201-1/+3
* Version 7.14.0.rc2v7.14.0.rc2Robert Speicher2015-08-191-1/+1
* Use File.join instead of Rails.root.join in HelpControllerRobert Speicher2015-08-191-2/+4
* Version 7.14.0.rc1v7.14.0.rc1Robert Speicher2015-08-181-1/+1
* Merge branch 'fix-authhash-infinite-loop' into 'master'Robert Speicher2015-08-183-20/+31
|\
| * Fix infinite loop when SAML was incorrectly configured.fix-authhash-infinite-loopDouwe Maan2015-08-173-20/+31
* | Merge branch 'fix-rake-info' into 'master'Robert Speicher2015-08-181-2/+1
|\ \
| * | Fix gitlab:env:info rake task.fix-rake-infoDouwe Maan2015-08-171-2/+1
| |/
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceStan Hu2015-08-184-1/+21
|\ \
| * \ Merge branch 'mr-source-branch-clear-cache' into 'master'Dmitriy Zaporozhets2015-08-184-0/+20
| |\ \
| | * | Clear cache to prevent listing deleted branches after MR removes source branchStan Hu2015-08-144-0/+20
| * | | Fix incorrect CHANGELOG versionStan Hu2015-08-171-1/+1
* | | | Merge pull request #9564 from bbodenmiller/robots.txtStan Hu2015-08-182-1/+63
|\ \ \ \
| * | | | disallow irrelevant pages by default in robotsBen Bodenmiller2015-08-172-1/+63
| |/ / /
* | | | Merge pull request #9436 from bbodenmiller/patch-4Stan Hu2015-08-182-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | capitalize URL in "Home page URL"Ben Bodenmiller2015-08-172-2/+2
|/ / /
* | | Merge branch 'bump-gitlab-git' into 'master'Stan Hu2015-08-183-3/+4
|\ \ \
| * | | Upgrade gitlab_git to 7.2.14 to ignore CRLFs in .gitmodulesStan Hu2015-08-173-3/+4
|/ / /
* | | Merge branch 'rs-remove-gfm_with_options' into 'master'Douwe Maan2015-08-173-14/+4
|\ \ \
| * | | Remove the `gfm_with_options` helperrs-remove-gfm_with_optionsRobert Speicher2015-08-123-14/+4
* | | | Merge branch 'fix-backslashes-inline-diff' into 'master'Douwe Maan2015-08-173-2/+45
|\ \ \ \
| * | | | Fix bug where backslashes in inline diffs could be droppedStan Hu2015-08-113-2/+45
* | | | | Merge branch 'code-import-error-ui-improvements' into 'master'Douwe Maan2015-08-171-1/+1
|\ \ \ \ \
| * | | | | Improve error message display when project fails to importStan Hu2015-08-111-1/+1
* | | | | | Merge pull request #9565 from gitlabhq/revert-9528-Fixed_alignment_issueDmitriy Zaporozhets2015-08-171-12/+1
|\ \ \ \ \ \
| * | | | | | Revert "Fix for #9527"Dmitriy Zaporozhets2015-08-171-12/+1
|/ / / / / /
* | | | | | Merge branch 'installation-update-guides' into 'master'Dmitriy Zaporozhets2015-08-173-14/+143
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Create update guides for 7.14installation-update-guidesDmitriy Zaporozhets2015-08-172-12/+141
| * | | | | Update installation guide with 7.14Dmitriy Zaporozhets2015-08-171-2/+2
|/ / / / /
* | | | | Merge branch 'rs-check-ruby-version' into 'master'Robert Speicher2015-08-161-1/+1
|\ \ \ \ \
| * | | | | Require Ruby 2.1.0 in `gitlab:app:check` taskRobert Speicher2015-08-151-1/+1
|/ / / / /
* | | | | Merge branch 'changelog-1124' into 'master'Robert Schilling2015-08-151-0/+1
|\ \ \ \ \
| * | | | | Update changelog for MR !1124Sven Strickroth2015-08-151-0/+1
|/ / / / /
* | | | | Merge branch 'rs-gem-security' into 'master'Robert Speicher2015-08-152-7/+7
|\ \ \ \ \
| * | | | | Bump omniauth-saml to 1.4.1rs-gem-securityRobert Speicher2015-08-142-7/+7
|/ / / / /
* | | | | Merge branch 'fix/redirect_after_sign_in' into 'master'Stan Hu2015-08-142-18/+22
|\ \ \ \ \
| * | | | | Fix redirection after sign in when using auto_sign_in_with_providerAlex Lossent2015-08-122-18/+22
* | | | | | Merge branch 'mysql_insecure_password_warnings' into 'master'Stan Hu2015-08-141-2/+5
|\ \ \ \ \ \