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-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
2016-07-16Merge branch 'mentioned-user-tooltip' into 'master' Douwe Maan
2016-07-15use %(...) and %[...] in favor of %<...>http://jneen.net/
2016-07-15Display tooltip for mentioned users and groups (!5261)winniehell
2016-07-14bugfix: don't error in css_classeshttp://jneen.net/
2016-07-14without line anchors, this is just the plain HTML formatterhttp://jneen.net/
2016-07-14kill the :cssclass optionhttp://jneen.net/
2016-07-14add the wrapping back in for the banzai filterhttp://jneen.net/
2016-07-13ObjectRenderer doesn't crash when no objects to cache with Rails.cache.read_m...Paco Guzman
2016-07-12Object renderer read_multi rendered entries from CachePaco Guzman
2016-07-12Optimize system note visibility checking by hiding notes thatStan Hu
2016-07-10Merge branch 'blockquote-fence-filter' into 'master' Robert Speicher
2016-07-10Add more comments to regexDouwe Maan
2016-07-10Add blockquote fence syntax to MarkdownDouwe Maan
2016-07-08Re-use queries in reference parsersYorick Peterse
2016-07-06Use CGI.unescapeHTML rather than doing the gsub with a mapDouglas Barbosa Alexandre
2016-07-06Move `unescape_html_entities` from LabelsHelper to Label modelDouglas Barbosa Alexandre
2016-07-06Render references for labels that name contains ?, or &Douglas Barbosa Alexandre
2016-07-05Merge branch 'update-gemoji' into 'master' Robert Speicher
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon