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
2016-10-16Add RTL support to markdown rendererEbrahim Byagowi
2016-10-14Use module_function in Banzai::RendererYorick Peterse
2016-10-13Convert UTF-8 Emoji to Gitlab emojiJohan H
2016-10-11Convert unicode emojis to images.henrik
2016-10-10HTMLEntityFilter -> HtmlEntityFilterNick Thomas
2016-10-07Enable CacheMarkdownField for the remaining modelsNick Thomas
2016-10-07Use CacheMarkdownField for notesNick Thomas
2016-10-07Add markdown cache columns to the database, but don't use them yetNick Thomas
2016-10-05Merge branch 'kradydal/gitlab-ce-20989-disable-all-for-non-project-members'Rémy Coutable
2016-10-04Removed puts code :see_no_evil:Phil Hughes
2016-10-04Adds v-pre to code blocks in commentsPhil Hughes
2016-10-03Fix test, add author attribute to all testsKatarzyna Kobierska
2016-10-03Prevent rendering the link when the author has no accessKatarzyna Kobierska
2016-10-01Replace talk_list patch with a patched forkJared Deckard
2016-09-30Use `Module#prepend` instead of `alias_method_chain`Andre Guedes
2016-09-28AbstractReferenceFilter caches current project_ref on RequestStore when activePaco Guzman
2016-09-28Avoid database queries on Banzai::ReferenceParser::BaseParser for nodes witho...Paco Guzman
2016-09-23Fix the leak mentioned in 504a3b5 by another wayAhmad Sherif
2016-09-23Revert "Fix a memory leak caused by Banzai::Filter::SanitizationFilter"Ahmad Sherif
2016-09-14Fix URLs with anchors in wikiQingping Hou
2016-09-01Merge branch 'js-tooltips-for-mentions' into 'master' Robert Speicher
2016-09-01Use JavaScript tooltips for mentions (!5301)winniehell
2016-08-30remove Ability.abilitieshttp://jneen.net/
2016-08-14Fix a memory leak caused by Banzai::Filter::SanitizationFilterAhmad Sherif
2016-08-10Merge branch 'relative-link-filter-ref' into 'master' Robert Speicher
2016-08-06Enable Style/EmptyLinesAroundClassBody copGabriel Mazetto
2016-08-06Enable Style/EmptyLinesAroundModuleBody copGabriel Mazetto
2016-08-05Ignore URLs starting with // (!5677)winniehell
2016-08-04Merge branch 'syntax-highlight-filter-performance' into 'master' Rémy Coutable
2016-08-03Improve performance of SyntaxHighlightFilterYorick Peterse
2016-08-03Improve AutolinkFilter#text_parse performanceYorick Peterse
2016-08-02Do not look up commit again when it is passed to RelativeLinkFilter (!5455)winniehell
2016-08-02Add support for relative links starting with ./ or / to RelativeLinkFilter (!...winniehell
2016-07-29Merge branch 'ability-batch-issue-checking' into 'master' Robert Speicher
2016-07-29Merge branch 'rubocop/enable-access-modifiers-cops' into 'master' Robert Speicher
2016-07-29Method for returning issues readable by a userYorick Peterse
2016-07-26Ensure relative paths for video are rewritten as we do for imagesRémy Coutable
2016-07-21Retrieve rendered HTML from cache in one requestAhmad Sherif
2016-07-21Merge branch '4142-show-inline-video' into 'master' Rémy Coutable
2016-07-20Enable Style/MultilineTernaryOperator rubocop copGrzegorz Bizon
2016-07-20Remove VideoJS and clean the integrationRémy Coutable
2016-07-19Use a more powerful query to match videos in img tagsRémy Coutable
2016-07-19Remove duplication, useless rescue, and avoid using ActionViewRémy Coutable
2016-07-19First support of videos in issues, MRs and notesEric Hayes
2016-07-19Fix method visiblity in emoji filter classGrzegorz Bizon
2016-07-19Fix methods visibility in markdown filter classGrzegorz Bizon
2016-07-19Make banzai module that handles markdown singletonGrzegorz Bizon
2016-07-18Don't parse Rinku returned value to DocFragment when it didn't change the ori...Paco Guzman
2016-07-16Merge branch 'syntax-highlight-unknown-language' into 'master' Robert Speicher
2016-07-16Don't fail to highlight when Rouge doesn't have a lexerDouwe Maan