summaryrefslogtreecommitdiff
path: root/lib/gitlab/email
Commit message (Expand)AuthorAgeFilesLines
* Allow reply-by-email with diff notesDouwe Maan2016-07-061-9/+1
* Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-061-2/+6
* Limit push email diff sizelimit-email-diff-sizeSean McGivern2016-06-171-1/+1
* Syntax-highlight diffs in push emails17464-backport-email-syntax-highlightingSean McGivern2016-05-171-1/+6
* Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-1/+1
* Only generate repository push email onceSean McGivern2016-05-111-3/+1
* Added & use Gitlab::Routing for URL helpersroutingYorick Peterse2016-04-011-1/+1
* Improve and finish the fallback to the In-Reply-To and References header for ...2364-fallback-to-in-reply-to-headerRémy Coutable2016-03-251-5/+5
* Fix #2364. Fall back to In-Reply-To header when reply key not availableDavid Padilla2016-03-251-0/+15
* Avoid using the same name between methods and variablesLin Jen-Shin2016-03-231-7/+7
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-031-1/+1
* Added X-GitLab-... headers to emails from CI and Email On Push servicesAnton Baklanov2016-01-191-0/+1
* Add API project upload endpointDouwe Maan2016-01-071-5/+2
* Mix url helpers in into `RepositoryPush`Grzegorz Bizon2015-12-111-9/+10
* Check if commits are available in `RepositoryPush`Grzegorz Bizon2015-12-081-3/+3
* Duplicate options in `RepositoryPush`Grzegorz Bizon2015-12-081-4/+4
* Add `RepositoryPush` specsGrzegorz Bizon2015-12-081-5/+5
* Fix url helpers in RepositoryPushGrzegorz Bizon2015-12-081-3/+4
* Remove obsolete variables in `repository_push_email`Grzegorz Bizon2015-12-081-3/+14
* Improve Messagee::RepositoryPushGrzegorz Bizon2015-12-081-61/+65
* Refactor RepositoryPush, move to Message namespaceGrzegorz Bizon2015-12-082-116/+120
* Extract repository_push_email to separate classGrzegorz Bizon2015-12-081-0/+116
* Rename reply_by_email to incoming_email to prepare for the future.Douwe Maan2015-09-211-2/+3
* No HTML-only email pleaseDouwe Maan2015-08-212-153/+6
* Block blocked users from replying to threads by email.reply-by-emailDouwe Maan2015-08-211-0/+3
* Fix indentationDouwe Maan2015-08-201-2/+2
* Test Gitlab::Email::Receiver.Douwe Maan2015-08-201-9/+9
* Make error class names more consistent.Douwe Maan2015-08-201-5/+5
* Fix a couple of whoopsy daisies.Douwe Maan2015-08-202-2/+4
* Extract ReplyParser and AttachmentUploader from Receiver.Douwe Maan2015-08-204-0/+362