Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-07Enable more frozen string in lib/**/*.rbgfyoung
2018-09-08Resolve "Process urls with spaces in all markdown processing"Brett Walker
2018-09-07Resolve "Wiki page attachments not rendered properly"Brett Walker
2018-09-07Use ResourceLabelEvent for tracking label changesJan Provaznik
2018-08-21Resolve "Wiki: links with spaces in the url render incorrectly with CommonMark"Brett Walker
2018-08-10Merge branch '28930-add-project-reference-filter' into 'master'Sean McGivern
2018-07-30Allow users to set a statusBob Van Landuyt
2018-07-13Extract EE-specific lines from Banzai pipelinesSean McGivern
2018-06-30A working implementation of a project reference filter which links project re...Reuben Pereira
2018-06-29Remove unused asset host logic from GfmPipeline and EmojiFilter specDouwe Maan
2018-05-18Resolve "Expand API: Render an arbitrary Markdown document"blackst0ne
2018-04-04Add banzai filter to detect commit message trailers and properly link the usersOmar Mekky
2018-03-20move render_gfm into behaviors directoryMike Greiling
2018-01-29Add Colors to GitLab Flavored MarkdownTony Rom
2017-12-22Use relative URLs when linking to uploaded filesNick Thomas
2017-11-22Add support of MermaidVitaliy @blackst0ne Klachkov
2017-11-06Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López
2017-09-12Remove ImageLazyLoadFilter from EmailPipelineRobert Speicher
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
2017-07-24Resolve "Lazy load images on the Frontend"Tim Zallmann
2017-05-24Fix LaTeX formatting for AsciiDoc wikiJarka Kadlecova
2017-05-10Merge branch 'bvl-security-9-1-markup-pipeline'Robert Speicher
2017-04-07Add indication for closed or merged issuables in GFMAdam Buckland
2017-04-06Merge branch '30125-markdown-security'Robert Speicher
2017-03-16remove all references to the .es6 in our config files and documentationMike Greiling
2017-02-03PlantUML support for MarkdownHoracio Sanson
2017-01-17Add more SyntaxHighlightFilter and MathFilter testsDouwe Maan
2017-01-17Improve specDouwe Maan
2017-01-17Copying a rendered issue/comment will paste into GFM textareas as actual GFMDouwe Maan
2016-12-14Render math in Asciidoc and Markdown with KaTeX using code blocksMunken
2016-12-09Working inline math filterMunken
2016-10-16Add RTL support to markdown rendererEbrahim Byagowi
2016-10-10HTMLEntityFilter -> HtmlEntityFilterNick Thomas
2016-10-07Enable CacheMarkdownField for the remaining modelsNick Thomas
2016-07-19Use a more powerful query to match videos in img tagsRémy Coutable
2016-07-19First support of videos in issues, MRs and notesEric Hayes
2016-07-10Add blockquote fence syntax to MarkdownDouwe Maan
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-24Support for rendering/redacting multiple documentsYorick Peterse
2016-06-13Fix description and GFM pipelines conflictingSean McGivern
2016-05-26Split Markdown rendering & reference gatheringYorick Peterse
2016-05-18Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler
2016-04-07Merge branch 'patch/fix-markdown-preview-wikis' into 'master' Robert Speicher
2016-04-06Ensure correct filter order to validate with our markdown specGabriel Mazetto
2016-04-06Fixed WikiPipeline and specsGabriel Mazetto
2016-04-05Wrap images in discussions and wikis with a link to the image source using Im...connorshea
2016-04-01Added WikiLinkFilterGabriel Mazetto
2016-03-24Remove redundant `require`s from Banzai filesRobert Speicher
2016-03-05Add YamlFrontMatterFilter to the PreProcessPipelineRobert Speicher
2016-03-03Add a PreProcessPipelineRobert Speicher