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 (Collapse)Author
2016-05-07Update SVG sanitizer to conform to SVG 1.1Stan Hu
Use a custom Loofah scrubber since sanitize 2.x transformers are inadequate to handle case-sensitive SVG attributes. sanitize parses documents as HTML instead of XML, which causes all SVG attribute names (e.g. viewBox) to be downcased. * SVG element list: https://www.w3.org/TR/SVG/eltindex.html * SVG attribute list: https://www.w3.org/TR/SVG/attindex.html Closes #14555
2016-03-25Improve and finish the fallback to the In-Reply-To and References header for ↵Rémy Coutable
the reply-by-email feature A few things to note: - The IncomingEmail feature is now enabled even without a correctly-formatted sub-address - Message-ID for new thread mail are kept the same so that subsequent notifications to this thread are grouped in the thread by the email service that receives the notification (i.e. In-Reply-To of the answer == Message-ID of the first thread message) - To maximize our chance to be able to retrieve the reply key, we look for it in the In-Reply-To header and the References header - The pattern for the fallback reply message id is "reply-[key]@[gitlab_host]" - Improve docs thanks to Axil
2016-03-25Fix #2364. Fall back to In-Reply-To header when reply key not availableDavid Padilla
2016-03-03Add support for keyword arguments in label reference methodGrzegorz Bizon
2016-02-27Don't load all of GitLab in mail_roomDouwe Maan
Fixes #12731
2016-02-01Render sanitized SVG imagesStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/9265
2016-01-29Mark inline difference between old and new paths when a file is renamedDouwe Maan
2016-01-20Update testsDouwe Maan
2016-01-20Merge branch 'master' into issue_3945Douwe Maan
2016-01-19Refactor Gitlab::Highlight and fix testsDouwe Maan
2016-01-18Update build artifacts metadata fixture to 0.0.2Grzegorz Bizon
2016-01-15Merge branch 'master' into issue_3945Rubén Dávila
2016-01-15More refactoring from last code review. #3945Rubén Dávila
* Use commit objects instead of IDs when generating diffs * Use proper references when generating MR's source and target * Update broken specs
2016-01-14Add tests for the wiki pipelineDouglas Barbosa Alexandre
2016-01-14Support only valid UTF-8 paths in build artifacts browserGrzegorz Bizon
2016-01-14Change format of artifacts metadata from text to binary 0.0.1Grzegorz Bizon
This changes the format of metadata to handle paths, that may contain whitespace characters, new line characters and non-UTF-8 characters. Now those paths along with metadata in JSON format are stored as length-prefixed strings (uint32 prefix). Metadata file has a custom format: 1. First string field is metadata version field (string) 2. Second string field is metadata errors field (JSON strong) 3. All subsequent fields is pair of path (string) and path metadata in JSON format. Path's metadata contains all fields that where possible to extract from ZIP archive like date of modification, CRC, compressed size, uncompressed size and comment.
2016-01-14Update artifacts metadata fixtureGrzegorz Bizon
2016-01-14Add artifacts metadata uploader filedGrzegorz Bizon
Artifacts metadata field will be used to store a filename of gzipped file containing metadata definition for given artifacts archive.
2016-01-14Seed db with CI build artifacts using a zip archiveGrzegorz Bizon
2016-01-14Add CI build artifacts tarball as a spec fixtureGrzegorz Bizon
2016-01-09Fix broken specs. #3945Rubén Dávila
2016-01-07Milestone reference is a Markdown linkDouwe Maan
2015-12-31Fix broken spec. #3945Rubén Dávila
2015-12-31Fix broken spec and small refactor. #3945Rubén Dávila
2015-12-24Render milestone links as referencesDouwe Maan
2015-12-03Use URL helpers in specsDouwe Maan
2015-12-01Add new references to markdown feature spec.Douwe Maan
2015-08-22No HTML-only email pleaseDouwe Maan
2015-08-20Use heredocs.Douwe Maan
2015-08-20Remove more unused fixtures.Douwe Maan
2015-08-20Removed unused fixtures.Douwe Maan
2015-08-20Test EmailReceiverWorker.Douwe Maan
2015-08-20Start on tests.Douwe Maan
2015-07-29Add RelativeLinkFilter section to Markdown fixtureRobert Speicher
2015-07-29Make links inside ignored elements uniqueRobert Speicher
This is to prevent false matches since the Autolink section uses about.gitlab.com as well.
2015-07-20GoogleCode importer: Do not care about casing of image file extensionsSven Strickroth
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2015-05-27Add ExternalLinkFilter to Markdown pipelineRobert Speicher
Forces a `rel="nofollow"` attribute on all external links.
2015-05-26Use to_reference in Markdown feature specRobert Speicher
2015-05-08Remove class and id attributes from SanitizationFilter whitelistRobert Speicher
2015-05-08Merge branch 'rs-task_list' into 'master'Dmitriy Zaporozhets
Use task_list gem for task lists Task Lists can now be used in comments, and they'll render in previews. :clap: Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2271 See merge request !599
2015-05-07Add Markdown feature specs for markup inside linksRobert Speicher
It was already working, just want to make sure we don't break it in the future.
2015-05-06Add TaskList to Markdown feature specRobert Speicher
2015-04-30Remove special handling for the `&#39;` problemRobert Speicher
While `escape_once` will create this HTML entity, Nokogiri always translates it back before it gets to IssueReferenceFilter, so there should be no danger of erroneous issue links.
2015-04-30Add a feature spec for our entire Markdown parsing stackRobert Speicher
2015-04-15Import Google Code issue assignee when mapped.Douwe Maan
2015-04-04Show Google Code image attachments inline.Douwe Maan
2015-04-03Allow projects to be imported from Google Code.Douwe Maan
2014-06-21Add trailing newline to all text files.Ciro Santilli
Present in the large majority of files of each respective type.
2014-05-23Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso
2013-07-01Ability to edit commentsJack Weeden