- 10 Jul, 2014 8 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Prevent html injection Commits page renders commit description with single_format method which allows html tags. So commit message with html tags brokers Commits page. See screenshot ![Screenshot 2014-07-10 11.16.40](https://dev.gitlab.org/uploads/gitlab/gitlabhq/6606e1bac0/Screenshot_2014-07-10_11.16.40.png) See merge request !959
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Group milestones description Fixes #1403 See merge request !958
-
Marin Jankovski authored
Get Reply button as clicked target in notes.js.coffee See issue #401 This is a small fix to properly find the reply button as the click target when an element inside the button is clicked (e.g. in this case, the ``<i class="icon-comment">`` element in the button, using the jQuery ``.closest(...)`` function. Previously, the clicked element was assumed to be the button itself, which caused the comment form to spawn within the button when it was clicked (see the issue for screenshots & other details).
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
- 09 Jul, 2014 13 commits
-
-
Ali Tavakoli authored
This is to fix the issue where the icon-comment icon is clicked in the Reply button of a note; the icon is used as the target and incorrectly assumed to be the button itself, which causes the reply form to spawn inside the button.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Browse file Fixes #1335 See merge request !951
-
Dmitriy Zaporozhets authored
Active highlight This will highlight active page regardless of the action we use. See merge request !957
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
Update highlight.js to 8.1 Pack version including all supported languages. Yay for Haml, Clojure, Go and Erlang support! Fixes #1411. See merge request !956
-
Dmitriy Zaporozhets authored
Also added support for less common languages. All languages from http://highlightjs.org/download/ now supported Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Redirect between tree and blob This checks if on requested non-existing tree path blob exists, redirects to blob path if the file exists, otherwise return not found. See #1369 See merge request !953
-
- 08 Jul, 2014 9 commits
-
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
Fix path regex Fixes #1208 See merge request !955
-
Dmitriy Zaporozhets authored
Because it causes 500 error on every page where link to such project exists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Fix archive corruption * When I click download I trigger archive creation * We don't use tmp storage for uncompleted archive * When I refresh a page - archiving still in progress but file already exists - I get corrupted (unfinished) file * If I wait for few more seconds and click download - I get correct file because archiving operation finished and file is valid This MR fixes issue by bumping `gitlab_git` to newer version. In this version archive created in tmp file and becomes available only when archive operation finished. Fixes #1394 See merge request !954
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Fix LDAP TLS authentication
-
Dmitriy Zaporozhets authored
Don't remove trailing newline when editing a file in web UI editor
-
Dmitriy Zaporozhets authored
gitlab-shell
-
- 07 Jul, 2014 8 commits
-
-
Marco Rondini authored
version change
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Improve email threading This is a follow-up to !112 : it improves email threading, without changing the receiver of the emails. * Subject of answers to an existing thread begins with `Re: ` (required by Mail.app) * Send a 'In-Reply-To' header along the 'References' header
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
Sanitize rake check output Fixes #1206 See merge request !952
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
- 05 Jul, 2014 2 commits
-
-
Dmitriy Zaporozhets authored
Cleaner help page Focus on documentation. Move quick help section to right. Remove unnecessary styling See merge request !950
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-