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
2017-12-06Refactor banzai to support referencing from group contextJarka Kadlecova
2017-08-08Re-enable SqlInjection and CommandInjectionBrian Neel
2017-07-24Support both internal and external issue trackersJarka Kadlecova
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-02-08Create directly_addressed Todos when mentioned in beginning of a lineErshad Kunnakkadan
2016-05-26Split Markdown rendering & reference gatheringYorick Peterse
2016-03-19Improvements in issue move feaure (refactoring)Grzegorz Bizon
2016-03-17Move reference unfolder for GFM to separate classGrzegorz Bizon
2016-01-14Prevent circular reference error in BanzaiDouwe Maan
2016-01-05Merge branch 'master' into milestone-refDouwe Maan
2015-12-24Only allow group/project members to mention `@all`Douwe Maan
2015-12-24Render milestone links as referencesDouwe Maan
2015-12-18Backport JIRA serviceDrew Blessing
2015-12-15Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan
2015-11-19Move Markdown filters and pipelines into folders.Douwe Maan
2015-10-22Slight refactoringDouwe Maan
2015-10-21Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan
2015-10-18Fix bug where a push would only create cross references from the first commit.Douwe Maan
2015-10-15Merge branch 'master' into rs-redactor-filterDouwe Maan
2015-10-14Cache rendered contents of issues, MRs and notesDouwe Maan
2015-10-14Use Gitlab::Markdown for Asciidoc and ReferenceExtractor pipelinesDouwe Maan
2015-10-14Enable caching of Gitlab::Markdown rendered resultDouwe Maan
2015-10-14Use Gitlab::Markdown.render with :pipeline option rather than different methodsDouwe Maan
2015-10-14Explicitly only parse references by specified filterDouwe Maan
2015-10-14Have Issue#participants load all users mentioned in notes using a single queryDouwe Maan
2015-10-14Code cleanupDouwe Maan
2015-10-13Allow ReferenceExtractor to efficiently load references from multiple texts a...Douwe Maan
2015-10-12Simplify code around (cross)-referencesDouwe Maan
2015-10-07Refactor reference gathering to use a dedicated filterDouwe Maan
2015-09-01Require gitlab/markdown in ReferenceExtractorRobert Speicher
2015-08-28Decouple Gitlab::Markdown from the GitlabMarkdownHelperRobert Speicher
2015-06-02Ignore references in blockquotes.Douwe Maan
2015-06-02Actually ignore references in code blocks etc.Douwe Maan
2015-04-25DRY up ReferenceExtractorRobert Speicher
2015-04-25Refactor ReferenceExtractor to use pipeline filtersRobert Speicher
2015-04-23Merge branch 'issue-body-code-mentions' into 'master'Dmitriy Zaporozhets
2015-04-21Fix bug causing `@whatever` inside code blocks to sometimes be picked up as a...Douwe Maan
2015-04-20Add permission check to ReferenceExtractor's user mentionsRobert Speicher
2015-04-20Remove Gitlab::Markdown from Gitlab::ReferenceExtractorRobert Speicher
2015-04-13Merge branch 'reference-access-control' into 'master'Dmitriy Zaporozhets
2015-04-10Be more explicit about which "Markdown" ReferenceExtractor includesRobert Speicher
2015-04-03Refactor ReferenceExtractor.Douwe Maan
2015-04-02Fix errors.Douwe Maan
2015-04-02Don't allow full access to guests in ReferenceExtractorDouwe Maan
2015-04-02Refactor Mentionable mentioned users to use ReferenceExtractor.Douwe Maan
2015-04-02Only allow user to reference objects they have access to.Douwe Maan
2015-04-02Slightly refactor ReferenceExtractor.Douwe Maan
2015-03-20Disable reference creation for comments surrounded by code/preformatted blocksStan Hu
2015-03-07Automatically link commit ranges to compare page.Douwe Maan
2015-02-11Add ExternalIssue base model to make issue referencing more robust for extern...Marin Jankovski