- Feb 15, 2018
-
-
Douwe Maan authored
-
- Nov 06, 2017
-
-
- Aug 22, 2017
-
-
Yorick Peterse authored
This changes the style of push events that remove tags or branches so they don't display the commit details. This prevents displaying commit details such as: 000000 . --broken encoding Instead we now simply display the header such as: Administrator deleted branch example-branch This is displayed in the same style as events for newly created branches/tags. This commit also ensures that if no commit message is present we simply don't display anything, instead of "--broken encoding". Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36685 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36722
-
- Aug 21, 2017
-
-
Tim Zallmann authored
-
- Aug 02, 2017
-
-
Robert Speicher authored
-
- Apr 28, 2017
-
-
Douwe Maan authored
-
- Apr 06, 2017
-
-
Robert Speicher authored
Remove class from SanitizationFilter whitelist See merge request !2079
-
- Mar 14, 2017
-
-
Douwe Maan authored
-
- Mar 07, 2017
-
-
mhasbini authored
-
- Oct 18, 2016
-
-
Nick Thomas authored
Return a non-html-safe, unescaped String instead of ActiveSupport::SafeBuffer to preserve safety when the output is misused. Currently there's oly one user, which does the right thing. Closes #23311
-
- Aug 09, 2016
-
-
tiagonbotelho authored
-
- Jul 14, 2016
-
-
http://jneen.net/ authored
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 12, 2016
-
-
Robert Speicher authored
-
- Aug 25, 2015
-
-
Robert Speicher authored
-
- Aug 10, 2015
-
-
Stan Hu authored
Refactored HTML parser to avoid duplication of newline parsing. Closes #2235
-
- Mar 10, 2015
-
-
Stan Hu authored
Also preserve code preview color scheme in events dashboard. Assign default colors to all code blocks shown as <pre class="code highlight [color_scheme]"> Closes #1139
-
- Jan 15, 2015
-
-
Stefan Tatschner authored
-
- Oct 13, 2014
-
-
Vinnie Okada authored
Update the `#first_line_in_markdown` method so that the first line of parsed text is displayed more reliably, and the continuation indicators ("...") are displayed in all cases where the note is truncated. Also add Rspec tests for `EventsHelper#event_note`.
-