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
2020-01-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-22Fix invalid byte sequencePatrick Derichs
2019-10-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-02Fix upload URLs in MarkdownHeinrich Lee Yu
2019-08-21Avoid exposing unaccessible repo data upon GFM processingOswaldo Ferreira
2019-07-03Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski
2019-07-02Merge branch 'security-DOS_issue_comments_banzai' into 'master'Marin Jankovski
2019-06-29Fix attachments using the wrong URLs in e-mailsStan Hu
2019-06-20Do not rewrite relative links for system notesMario de la Ossa
2019-06-14Fix DOS when rendering issue/MR commentsMario de la Ossa
2019-04-09Update comments about N + 1 Gitaly callsZeger-Jan van de Weg
2019-02-22Only allow 30 RPCs per test case to GitalyZeger-Jan van de Weg
2019-01-23Fix 404s for snippet uploads when relative URL root usedStan Hu
2018-09-29Prevent Error 500s with invalid relative linksStan Hu
2018-07-23Enable frozen strings in lib/banzai/filter/*.rbStan Hu
2018-03-11Manually escape '#' when building relative uris, fixes #42459Jan
2018-01-18Correctly escape UTF-8 path elements for uploadsNick Thomas
2018-01-11Ensure that emails contain absolute, rather than relative, links to user uploadsNick Thomas
2017-12-23Gracefully handle garbled URIs in MarkdownStan Hu
2017-12-22Use relative URLs when linking to uploaded filesNick Thomas
2017-08-01Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto
2017-07-24Resolve "Lazy load images on the Frontend"Tim Zallmann
2016-12-12Avoid escaping relative links in Markdown twice (!7940)winniehell
2016-10-24Escape ref and path for relative links (!6050)winniehell
2016-08-10Merge branch 'relative-link-filter-ref' into 'master' Robert Speicher
2016-08-05Ignore URLs starting with // (!5677)winniehell
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-26Ensure relative paths for video are rewritten as we do for imagesRémy Coutable
2016-07-20Enable Style/MultilineTernaryOperator rubocop copGrzegorz Bizon
2016-06-21Optimize Banzai::Filter::RelativeLinkFilterAlejandro Rodríguez
2016-03-24Remove redundant `require`s from Banzai filesRobert Speicher
2016-01-14Prevent circular reference error in BanzaiDouwe Maan
2015-12-30Support a single directory traversal in RelativeLinkFilterRobert Speicher
2015-12-15Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan