summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/email
Commit message (Expand)AuthorAgeFilesLines
* Add reply to notes to turn into discussionsHeinrich Lee Yu2019-02-061-5/+21
* Prevent comments by email when issue is lockedHeinrich Lee Yu2019-01-311-0/+37
* Refactoring and review commentsBrett Walker2019-01-033-5/+7
* Use new issue email address formatBrett Walker2019-01-034-24/+97
* Use new merge request email address formatBrett Walker2019-01-032-11/+41
* Use new unsubscribe linkBrett Walker2019-01-031-1/+9
* Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
* Apply patches when creating MR via emailBob Van Landuyt2018-11-071-0/+69
* Add frozen_string_literal: true to email handlersSean McGivern2018-09-035-0/+10
* Extract EE-specific lines from Gitlab::Email::HandlerSean McGivern2018-09-031-1/+1
* Implement action mailer delivery metrics observerGrzegorz Bizon2018-07-161-0/+35
* Move existing email interceptors into the same moduleGrzegorz Bizon2018-07-162-0/+53
* skip email trim when email is creating new issueCameron Crockett2018-05-222-2/+30
* Backport 5480-epic-notifications from EEMario de la Ossa2018-05-076-46/+0
* Fix email handler spec for EEMichael Kozono2018-04-101-2/+8
* Make email handler clearerRiccardo Padovani2018-04-091-0/+24
* Fix quick actions for users who cannot update issues and MRs43334-reply-by-email-did-not-pick-up-unsubscribe-quick-actionSean McGivern2018-03-021-16/+11
* Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-1/+1
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-2/+2
* Use message body for merge request descriptionjprovazn-descriptionJan Provaznik2017-12-111-0/+12
* Clean test path between merge request handler testsjprovazn-testfix2Jan Provaznik2017-12-071-5/+5
* Create merge request from emailJan Provaznik2017-12-052-0/+101
* Prevent new / renamed project from using a repository path that already exist...Gabriel Mazetto2017-08-252-3/+3
* Merge branch '28472-ignore-auto-generated-mails' into 'master'Sean McGivern2017-08-032-17/+8
|\
| * Don't send rejection mails for all auto-generated mails28472-ignore-auto-generated-mailsLin Jen-Shin2017-08-032-17/+8
* | Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-023-3/+3
|/
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-012-2/+2
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-276-6/+6
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-18/+18
* add a spec for no-href link parsinghttp://jneen.net/2017-06-191-0/+4
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-1/+1
* Handle incoming emails from aliases correctly2247-emails-forwarded-to-service-desk-email-don-t-comeSean McGivern2017-05-031-0/+18
* Don't blow up when email has no References headerdont-blow-up-when-email-has-no-references-headerSean McGivern2017-05-011-1/+9
* Add specsDouwe Maan2017-04-051-0/+1
* Merge remote-tracking branch 'upstream/master' into fix-references-header-par...Lin Jen-Shin2017-02-035-6/+67
|\
| * Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-254-4/+4
| * Handles unsubscribe from notifications via emailPawel Chojnacki2017-01-134-3/+64
* | Fix References header parser for Microsoft ExchangeLin Jen-Shin2017-01-201-0/+6
|/
* Revert "allow empty-quotes"http://jneen.net/2016-12-211-17/+2
* allow empty-quoteshttp://jneen.net/2016-12-211-2/+17
* remove trailing whitespace from email bodieshttp://jneen.net/2016-12-211-1/+1
* switch to email_reply_trimmer from discoursehttp://jneen.net/2016-12-211-3/+1
* fix rubocop failureshttp://jneen.net/2016-11-171-1/+0
* add parsing support for incoming html emailhttp://jneen.net/2016-11-171-0/+5
* implements reset incoming email token on issues modal and account page,use-separate-token-for-incoming-emailtiagonbotelho2016-11-071-1/+1
* Use separate email-friendly token for incoming email and let incomingDouwe Maan2016-11-071-3/+3
* Preserve note_type and position for notes from emailsLin Jen-Shin2016-10-201-11/+13
* Disable “issue by email” feature until it uses a different tokenDouwe Maan2016-08-191-1/+1
* Simplify the slash commands DSL to store action blocks instead of creating me...Rémy Coutable2016-08-131-2/+43