- 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
-
Stan Hu authored
Upgrade gitlab_git to 7.2.14 to ignore CRLFs in .gitmodules Closes #2262 See merge request !1171
-
- 17 Aug, 2015 11 commits
-
-
Stan Hu authored
Closes #2262
-
Douwe Maan authored
Remove the `gfm_with_options` helper It was redundant because `gfm` also took options. See merge request !1152
-
Douwe Maan authored
-
Douwe Maan authored
Fix bug where backslashes in inline diffs could be dropped This MR fixes a bug in inline diff generation causing backslashes to be dropped. For example, the input: ``` input.to_s.sub(/[\r\n].+/,'').sub(/\\[rn].+/, '').strip ``` The second backslash is dropped in the second `sub` statement: ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/16e513894f7ecda1b111fe7d43e7f388/image.png) With this fix, it looks like: ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/90fd635a937a68f1b2403740ebc75e3a/image.png) Closes #2253 See merge request !1143
-
Douwe Maan authored
Improve error message display when project fails to import Follow-up to !1134. New screenshot: ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/c1a8ffa30ab3b78010e16cf65c2ff438/image.png) See merge request !1138
-
Dmitriy Zaporozhets authored
Revert "Fix for #9527"
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Installation and update guides for 7.14 cc @rspeicher See merge request !1168
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Douwe Maan authored
-
- 16 Aug, 2015 2 commits
-
-
Robert Speicher authored
Require Ruby 2.1.0 in `gitlab:app:check` task See merge request !1165
-
Robert Speicher authored
[ci skip]
-
- 15 Aug, 2015 4 commits
-
-
Robert Schilling authored
Update changelog for MR !1124 @dzaporozhets See merge request !1164
-
Sven Strickroth authored
Signed-off-by: Sven Strickroth <email@cs-ware.de>
-
Robert Speicher authored
Bump omniauth-saml to 1.4.1 Updates a vulnerable `ruby-saml` dependency. - https://github.com/onelogin/ruby-saml/commit/9853651b96b99653ea8627d757d46bfe62ab6448 - https://github.com/onelogin/ruby-saml/pull/247 See merge request !1162
-
Robert Speicher authored
Updates a vulnerable `ruby-saml` dependency. - https://github.com/onelogin/ruby-saml/commit/9853651b96b99653ea8627d757d46bfe62ab6448 - https://github.com/onelogin/ruby-saml/pull/247
-
- 14 Aug, 2015 1 commit
-
-
Stan Hu authored
Fix redirection after sign in when using auto_sign_in_with_provider Logic for redirect path moved to a filter. This allows it to run properly when the auto_sign_in_with_provider filter takes control. See merge request !1146
-