summaryrefslogtreecommitdiff
path: root/lib/gitlab/markdown.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Fix nested task listsVinnie Okada2015-03-211-2/+3
| |/
* | Fix SanitizationFilter bugsVinnie Okada2015-03-221-1/+2
* | Don't allow style attributes in inline HTMLVinnie Okada2015-03-211-1/+1
* | Change HTML sanitizationVinnie Okada2015-03-191-13/+23
* | Merge branch 'master' into markdown-tagsVinnie Okada2015-03-171-30/+101
|\ \ | |/
| * Merge branch 'atom-xhtml-squashed' into 'master'Douwe Maan2015-03-171-8/+22
| |\
| | * Fix invalid Atom feeds when using emoji, horizontal rules, or images.Christian Walther2015-03-161-8/+22
| * | Use `project_member` instead of `team_member`.Douwe Maan2015-03-151-1/+1
| * | Automatically link commit ranges to compare page.Douwe Maan2015-03-071-1/+27
| * | Support names starting with a digit or _ for projects and usersNicolas Bouilleaud2015-03-021-1/+1
| * | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-6/+10
| |/
| * Add labels notesNikita Verkhovin2015-02-081-2/+16
| * Allow groups to be mentioned.Douwe Maan2015-02-051-2/+9
| * Move repetition to the parent.Marin Jankovski2015-01-261-5/+4
| * Update the issue tracker attribute on issue tracker change.Marin Jankovski2015-01-261-1/+1
| * Do a check which issue tracker is used inside the project.Marin Jankovski2015-01-231-1/+1
| * Use service settings instead of config file settings to present issues.Marin Jankovski2015-01-231-4/+3
| * Remove unused variable user at lib/gitlab/markdownCiro Santilli2014-10-231-1/+1
| * Make sure relative url and asset_host are honored, specs.Marin Jankovski2014-10-101-1/+6
| * Enable markdown pipeline filters from inside gitlab.Marin Jankovski2014-10-091-8/+11
* | Allow HTML tags in user Markdown inputVinnie Okada2014-10-101-0/+5
|/
* Add task lists to issues and merge requestsVinnie Okada2014-10-051-0/+24