summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/email/handler
Commit message (Expand)AuthorAgeFilesLines
* Backport 5480-epic-notifications from EEMario de la Ossa2018-05-074-4/+0
* 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
* 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-051-0/+84
* Prevent new / renamed project from using a repository path that already exist...Gabriel Mazetto2017-08-251-1/+1
* Merge branch '28472-ignore-auto-generated-mails' into 'master'Sean McGivern2017-08-031-9/+0
|\
| * Don't send rejection mails for all auto-generated mails28472-ignore-auto-generated-mailsLin Jen-Shin2017-08-031-9/+0
* | Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-022-2/+2
|/
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-273-3/+3
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-1/+1
* Add specsDouwe Maan2017-04-051-0/+1
* Merge remote-tracking branch 'upstream/master' into fix-references-header-par...Lin Jen-Shin2017-02-033-4/+65
|\
| * Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-253-3/+3
| * Handles unsubscribe from notifications via emailPawel Chojnacki2017-01-133-2/+63
* | Fix References header parser for Microsoft ExchangeLin Jen-Shin2017-01-201-0/+6
|/
* 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
* raise UnknownIncomingEmail when there's no mail_key:Lin Jen-Shin2016-06-201-2/+2
* Split tests into their own classesLin Jen-Shin2016-05-242-0/+195