Merge branch 'feature/email-aliases' into 'master'
Add email aliases for users
Email aliases are used to associate commits with users. The emails are not verified and don't have to be valid email addresses. They are assigned on a first come, first serve basis.
This addresses http://feedback.gitlab.com/forums/176466-general/suggestions/3692666-ability-to-have-multiple-email-address.
Showing
app/models/email.rb
0 → 100644
app/observers/email_observer.rb
0 → 100644
app/views/notify/new_email_email.html.haml
0 → 100644
app/views/notify/new_email_email.text.erb
0 → 100644
app/views/profiles/emails/index.html.haml
0 → 100644
db/migrate/20140209025651_create_emails.rb
0 → 100644
features/profile/emails.feature
0 → 100644
features/steps/profile/profile_emails.rb
0 → 100644
spec/observers/email_observer_spec.rb
0 → 100644
spec/support/valid_commit_with_alt_email.rb
0 → 100644
Please
register
or
sign in
to comment