gitlab-org--gitlab-foss/app/views
Douwe Maan 4a2320a7b0 Merge branch 'new-issue-by-email' into 'master'
Implement #3243 New Issue by email

So we extend Gitlab::Email::Receiver for this new behaviour,
however we might want to split it into another class for better
testing it.

Another issue is that, currently it's using this to parse project
identifier:

    Gitlab::IncomingEmail.key_from_address

Which is using:

    Gitlab.config.incoming_email.address

for the receiver name. This is probably `reply` because it's used
for replying to a specific issue. We might want to introduce another
config for this, or just use `reply` instead of `incoming`.

I'll prefer to introduce a new config for this, or just change
`reply` to `incoming` because it would make sense for replying to
there, too.

The email template used in tests were copied and modified from:
`emails/valid_reply.eml` which I hope is ok.

/cc @DouweM #3243

See merge request !3363
2016-07-28 16:46:23 +00:00
..
abuse_report_mailer
abuse_reports
admin Profile requests when a header is passed 2016-07-26 20:06:09 +02:00
award_emoji Move award_menu_url variable into gon object. 2016-06-09 03:37:40 +03:00
ci/lints Clean up some unused templates imported from GitLab CI 2016-06-26 15:02:49 +09:00
dashboard navbar_icon was renamed to custom_icon in: 2016-07-15 16:53:22 +08:00
devise Add a U2F feature spec for multiple devices owned by the same user. 2016-07-14 08:19:09 +05:30
discussions Add Discussion model to represent MR/diff discussion 2016-07-20 16:18:18 -06:00
doorkeeper
email_rejection_mailer
emojis Upgrade Gemojione from 2.6.1 to 3.0.1. 2016-07-18 10:40:16 -06:00
errors Update permissons links to new page 2016-07-14 11:04:03 +01:00
events Merge branch 'hide-project-name-in-project-activities' into 'master' 2016-07-21 09:42:22 +00:00
explore Update New Snippet buttons. 2016-07-08 13:21:20 -06:00
groups Add light border to rounded avatars 2016-07-22 16:47:44 +03:00
help Merge branch 'lbennett/gitlab-ce-18120-focus-filter-shortcut' into 'master' 2016-07-14 14:32:36 +00:00
import Remove inline scripts from import pages. 2016-07-26 14:58:01 -06:00
invites
issues Add more information into RSS fead for issues 2016-06-13 09:41:34 -07:00
kaminari/gitlab Upgrade Kaminari from 0.16.3 to 0.17.0. 2016-05-31 14:14:16 -06:00
layouts Profile requests when a header is passed 2016-07-26 20:06:09 +02:00
notify Don't fail when a LegacyDiffNote didn't store the right diff 2016-07-15 17:32:49 -05:00
profiles Merge branch 'rename-js-files' into 'master' 2016-07-20 12:26:53 +00:00
projects Merge branch 'new-issue-by-email' into 'master' 2016-07-28 16:46:23 +00:00
repository_check_mailer
search renamed path to link 2016-06-23 12:44:50 +01:00
shared remove search_id for label dropdown filter 2016-07-24 09:36:08 +08:00
sherlock Use better_errors editor links in sherlock 2016-06-06 18:27:26 -04:00
snippets Use btn-danger for delete button. 2016-07-08 13:21:20 -06:00
u2f Don't allow clicking on "Setup New U2F Device" unless an authenticator app has been set up. 2016-06-15 08:16:11 +05:30
users Replace namespace-specific application.js files with namespace-bundle.js files. 2016-07-15 14:42:28 -06:00