summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/email
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the /title slash commandRémy Coutable2016-08-131-2/+13
* Support slash commands in noteable description and notesRémy Coutable2016-08-131-0/+9
* Introduce Compare model in the codebase.Paco Guzman2016-08-031-4/+7
* Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-031-2/+2
* Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-262-2/+0
|\
| * Get rid of `is_image` in FileUploaderRémy Coutable2016-07-192-2/+0
* | raise UnknownIncomingEmail when there's no mail_key:Lin Jen-Shin2016-06-201-2/+2
* | Add missing require in testsLin Jen-Shin2016-06-151-0/+1
* | Merge branch 'master' into new-issue-by-emailLin Jen-Shin2016-06-151-1/+1
|\ \ | |/
| * Syntax-highlight diffs in push emails17464-backport-email-syntax-highlightingSean McGivern2016-05-171-1/+1
* | Split tests into their own classesLin Jen-Shin2016-05-244-233/+239
* | Merge the places where exceptions could be raisedLin Jen-Shin2016-05-241-0/+8
* | Use the authentication_token for finding the userLin Jen-Shin2016-05-201-3/+3
* | Rename reply_key to mail_keyLin Jen-Shin2016-05-201-11/+11
* | Actually there's no such caseLin Jen-Shin2016-05-201-9/+0
* | Give ProjectNotFound when the project is not readableLin Jen-Shin2016-05-181-2/+2
* | so we use separate classes to handle different tasksLin Jen-Shin2016-05-181-14/+14
* | Report better errors. TODO: Enable skipped testLin Jen-Shin2016-05-161-5/+20
* | Create a new issue via: incoming+group/project+AUTH_TOKEN@...Lin Jen-Shin2016-05-161-1/+19
* | Alloy empty reply for new issues, but not responseLin Jen-Shin2016-05-161-1/+15
* | Implement #3243 New Issue by emailLin Jen-Shin2016-05-161-12/+54
* | Fix a typoLin Jen-Shin2016-05-161-1/+1
|/
* Only generate repository push email onceSean McGivern2016-05-111-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-8/+18
* Fix #2364. Fall back to In-Reply-To header when reply key not availableDavid Padilla2016-03-251-0/+13
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-031-1/+1