summaryrefslogtreecommitdiff
path: root/lib/gitlab/markdown.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow reference format as link hrefDouwe Maan2015-12-011-1/+2
* Autolink first so we don't pick up numeric anchors as issue references.Douwe Maan2015-12-011-3/+2
* Recognize issue/MR/snippet/commit links as references.Douwe Maan2015-11-301-2/+3
* Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-151-0/+2
|\
| * Fix: Images cannot show when projects' path was changeduploads_path_fixValery Sizov2015-10-141-0/+2
* | Pass project to RedactorFilterDouwe Maan2015-10-131-3/+8
* | Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-071-1/+1
|\ \ | |/
| * Fix emoji URLs in Markdown when relative_url_root is usedStan Hu2015-09-061-1/+1
* | Basic support for an Atom-specific rendering pipelineRobert Speicher2015-09-031-51/+60
* | Add post_process method to Gitlab::MarkdownRobert Speicher2015-09-011-0/+22
* | Remove `current_user` context from markdown and gfm helpersRobert Speicher2015-09-011-1/+0
* | Add RedactorFilterRobert Speicher2015-09-011-0/+1
|/
* Move REDCARPET_OPTIONS to a private methodRobert Speicher2015-08-311-14/+16
* Reference filters no longer take a custom class context optionRobert Speicher2015-08-271-1/+0
* Decouple Gitlab::Markdown from the GitlabMarkdownHelperRobert Speicher2015-08-271-8/+54
* Remove the `gfm_with_options` helperrs-remove-gfm_with_optionsRobert Speicher2015-08-121-11/+1
* Reuse HTML Pipeline object in Markdown parserKamil Trzcinski2015-06-301-2/+2
* Add a `pipeline` context option for SanitizationFilterRobert Speicher2015-06-021-0/+3
* Add ExternalLinkFilter to Markdown pipeliners-dont-follow-meRobert Speicher2015-05-271-0/+2
* Subclass TaskList::Filter to fix a bugrs-issue-1645Robert Speicher2015-05-201-2/+2
* Merge branch 'dashboard-references' into 'master'Dmitriy Zaporozhets2015-05-151-7/+9
|\
| * Fix reference links in dashboard activity and ATOM feeds.dashboard-referencesDouwe Maan2015-05-141-7/+9
* | Minor RelativeLinkFilter cleanuprs-relative-link-filterRobert Speicher2015-05-131-2/+2
|/
* RelativeLinkFilter: refactor according to suggestions by @tsigoJakub Jirutka2015-05-111-1/+0
* Extract handling of relative file links to RelativeLinkFilterJakub Jirutka2015-05-111-1/+9
* Remove all references to `parse_tasks`Robert Speicher2015-05-061-28/+3
* Add TaskList::Filter to pipelineRobert Speicher2015-05-061-4/+7
* Update the Gitlab::Markdown docsRobert Speicher2015-04-301-25/+1
* Add Gitlab::Markdown::SanitizationFilterRobert Speicher2015-04-301-31/+3
* Add Gitlab::Markdown::AutolinkFilterRobert Speicher2015-04-301-1/+3
* Add Gitlab::Markdown::TableOfContentsFilterRobert Speicher2015-04-301-0/+5
* Provide autoload paths for filters to prevent circular dependencyRobert Speicher2015-04-231-3/+14
* Update Gitlab::Markdown to use the :new: EmojiFilter :sparkles:Robert Speicher2015-04-211-12/+16
* Add current_user to filter contextRobert Speicher2015-04-201-0/+1
* Run SanitizationFilter before our reference filtersRobert Speicher2015-04-201-2/+7
* Reference filters :sparkles:Robert Speicher2015-04-201-283/+41
* Merge branch 'fix-label-color' into 'master'Dmitriy Zaporozhets2015-04-201-16/+16
|\
| * Fix GFM extractionsVinnie Okada2015-04-171-13/+13
| * Parse GFM references after sanitizingVinnie Okada2015-03-281-3/+3
* | Merge branch 'reference-access-control' into 'master'Dmitriy Zaporozhets2015-04-131-0/+2
|\ \
| * | Don't require user to every gfm call.Douwe Maan2015-04-031-21/+21
| * | Fix errors.Douwe Maan2015-04-021-2/+2
| * | Only allow user to reference objects they have access to.Douwe Maan2015-04-021-18/+20
* | | Merge branch 'username-period' into 'master'Dmitriy Zaporozhets2015-04-021-1/+1
|\ \ \ | |/ / |/| |
| * | Don't allow username to end in period.Douwe Maan2015-03-271-1/+1
| |/
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski2015-03-311-13/+13
|\ \
| * \ Merge branch 'group-information-leak' into 'master'Dmitriy Zaporozhets2015-04-011-1/+1
| |\ \ | | |/ | |/|
| | * Don't leak private group existence by redirecting from namespace controller t...Douwe Maan2015-03-241-1/+1
* | | Use relative URL for Markdown references, except in mails.email-full-urlDouwe Maan2015-03-271-37/+53
|/ /
* | Merge branch 'master' into markdown-tagsVinnie Okada2015-03-241-2/+3
|\ \