An error occurred fetching the project authors.
- 30 Nov, 2015 1 commit
-
-
Douwe Maan authored
-
- 14 Oct, 2015 1 commit
-
-
Valery Sizov authored
-
- 13 Oct, 2015 1 commit
-
-
Douwe Maan authored
-
- 06 Sep, 2015 1 commit
-
-
Stan Hu authored
Also adds the ability to run rspecs with relative_url_defined on the enviornment. For example: RELATIVE_URL_ROOT=/gitlab rspec Closes #1728
-
- 03 Sep, 2015 1 commit
-
-
Robert Speicher authored
-
- 01 Sep, 2015 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
These helpers are no longer dependent on the current user state. Hooray!
-
Robert Speicher authored
-
- 31 Aug, 2015 1 commit
-
-
Robert Speicher authored
There wasn't really a reason to have them as a constant, and we were getting "already defined" warnings which are always annoying.
-
- 27 Aug, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
This module is now the sole source of knowledge for *how* we render Markdown (and GFM).
-
- 13 Aug, 2015 1 commit
-
-
Robert Speicher authored
It was redundant because `gfm` also took options.
-
- 30 Jun, 2015 1 commit
-
-
Kamil Trzcinski authored
The patches reduces pressure on GC and reduces markdown processing time
-
- 02 Jun, 2015 1 commit
-
-
Robert Speicher authored
When this option is `:description`, we use a more restrictive whitelist. This is used for Project and Group description fields.
-
- 27 May, 2015 1 commit
-
-
Robert Speicher authored
Forces a `rel="nofollow"` attribute on all external links.
-
- 20 May, 2015 1 commit
-
-
Robert Speicher authored
Instead of using a fork, we subclass the filter and only apply the `task-list` class to list items that actually are task lists. Closes #1645 See https://github.com/github/task_list/pull/60
-
- 14 May, 2015 1 commit
-
-
Douwe Maan authored
-
- 13 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 11 May, 2015 2 commits
-
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
- 06 May, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 30 Apr, 2015 4 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
This just extends the HTML::Pipeline::SanitizationFilter with our custom whitelist.
-
Robert Speicher authored
-
Robert Speicher authored
Removes header and table of contents processing from Redcarpet renderer.
-
- 23 Apr, 2015 1 commit
-
-
Robert Speicher authored
-
- 21 Apr, 2015 1 commit
-
-
Robert Speicher authored
Removes emoji-centric tests from GFM specs
-
- 20 Apr, 2015 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Commit ranges, commits, external issues, issues, labels, merge requests, snippets, users.
-
- 18 Apr, 2015 1 commit
-
-
Vinnie Okada authored
Extract and re-insert links after sanitizing user markup.
-
- 03 Apr, 2015 1 commit
-
-
Douwe Maan authored
-
- 02 Apr, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 28 Mar, 2015 1 commit
-
-
Vinnie Okada authored
Parse GFM references - labels, issues, MRs, etc. - after calling the HTML Pipeline `SanitizationFilter` so that we can use non-whitelisted attributes like `style`.
-
- 27 Mar, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 24 Mar, 2015 1 commit
-
-
Douwe Maan authored
-
- 23 Mar, 2015 1 commit
-
-
Vinnie Okada authored
Return a `SafeBuffer` instead of a `String` from the `#gfm_with_options` method so that Rails doesn't escape our markup. Also add `<span>` to the sanitization whitelist to avoid breaking syntax highlighting in code blocks.
-