summaryrefslogtreecommitdiff
path: root/lib/gitlab/markdown.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix external commit linksVinnie Okada2014-10-051-0/+1
* Fix external issue linksVinnie Okada2014-10-051-3/+4
* Fix ReferenceExtractorVinnie Okada2014-10-031-3/+5
* Implement cross-project Markdown referencesVinnie Okada2014-10-031-31/+59
* Factor out Emoji parsing using html-pipeline-gitlabRobert Schilling2014-09-261-23/+13
* Merge pull request #7147 from zzet/patch-12Marin Jankovski2014-09-081-6/+10
|\
| * fix link_to by @bwrsandmanAndrew Kumanyaev2014-08-201-1/+1
| * Update markdown.rbAndrew Kumanyaev2014-08-181-1/+1
| * Update markdown reference to external issuesAndrew Kumanyaev2014-06-231-4/+8
* | Move checking of recepients to a service.Marin Jankovski2014-06-231-5/+3
* | Show @all in autocomplete list.Marin Jankovski2014-06-231-1/+6
|/
* Fix mistake in reference_jira_issue methodAndrew Kumanyaev2014-06-181-1/+1
* links to issues on main dashboardskv2014-05-261-35/+62
* Add support for Jira ticket mentions in format JIRA-123.Marin Jankovski2014-05-131-4/+16
* Add to changelog.Marin Jankovski2014-03-251-1/+1
* Allow referencing an existing user.Marin Jankovski2014-03-251-2/+2
* Use new gems methods.Marin Jankovski2014-03-201-1/+1
* JIRA project identifiers may also contain dashes '-'Daniel Lorch2014-03-141-1/+1
* Allow markdown tablesDmitriy Zaporozhets2013-08-261-1/+1
* Searching for issue/mr by iid in markdownDmitriy Zaporozhets2013-08-201-1/+1
* Fix broken user link in emailDmitriy Zaporozhets2013-08-041-1/+1
* Markdown now support users from groupsDmitriy Zaporozhets2013-06-221-1/+1
* Changed regex to support Jira issue numbering formatPedro Guridi2013-05-271-1/+2