- 25 Mar, 2016 2 commits
-
-
Rémy Coutable authored
Improve and finish the fallback to the In-Reply-To and References header for 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
-
David Padilla authored
-
- 03 Mar, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 27 Feb, 2016 1 commit
-
-
Douwe Maan authored
Fixes #12731
-
- 01 Feb, 2016 1 commit
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9265
-
- 29 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 20 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 19 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 18 Jan, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 14 Jan, 2016 8 commits
-
-
Rubén Dávila authored
* Use commit objects instead of IDs when generating diffs * Use proper references when generating MR's source and target * Update broken specs
-
Douglas Barbosa Alexandre authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
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.
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
Artifacts metadata field will be used to store a filename of gzipped file containing metadata definition for given artifacts archive.
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 09 Jan, 2016 1 commit
-
-
Rubén Dávila authored
-
- 07 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 31 Dec, 2015 1 commit
-
-
Rubén Dávila authored
-
- 30 Dec, 2015 1 commit
-
-
Rubén Dávila authored
-
- 24 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 03 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 01 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 21 Aug, 2015 1 commit
-
-
Douwe Maan authored
-
- 20 Aug, 2015 5 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 28 Jul, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
This is to prevent false matches since the Autolink section uses about.gitlab.com as well.
-
- 19 Jul, 2015 1 commit
-
-
Sven Strickroth authored
Signed-off-by: Sven Strickroth <email@cs-ware.de>
-
- 27 May, 2015 1 commit
-
-
Robert Speicher authored
Forces a `rel="nofollow"` attribute on all external links.
-
- 26 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 08 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 06 May, 2015 2 commits
-
-
Robert Speicher authored
It was already working, just want to make sure we don't break it in the future.
-
Robert Speicher authored
-
- 30 Apr, 2015 2 commits
-
-
Robert Speicher authored
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.
-
Robert Speicher authored
-