-
- Downloads
Merge branch 'weimeng-email-routing' into 'master'
Add group-level email routing See merge request gitlab-org/gitlab-ce!25299
No related branches found
No related tags found
Showing
- app/assets/javascripts/profile/profile.js 1 addition, 0 deletionsapp/assets/javascripts/profile/profile.js
- app/assets/stylesheets/pages/notifications.scss 28 additions, 0 deletionsapp/assets/stylesheets/pages/notifications.scss
- app/controllers/profiles/groups_controller.rb 24 additions, 0 deletionsapp/controllers/profiles/groups_controller.rb
- app/mailers/emails/issues.rb 2 additions, 2 deletionsapp/mailers/emails/issues.rb
- app/mailers/emails/members.rb 1 addition, 2 deletionsapp/mailers/emails/members.rb
- app/mailers/emails/merge_requests.rb 1 addition, 1 deletionapp/mailers/emails/merge_requests.rb
- app/mailers/emails/notes.rb 1 addition, 1 deletionapp/mailers/emails/notes.rb
- app/mailers/emails/pages_domains.rb 4 additions, 4 deletionsapp/mailers/emails/pages_domains.rb
- app/mailers/emails/projects.rb 5 additions, 5 deletionsapp/mailers/emails/projects.rb
- app/mailers/emails/remote_mirrors.rb 1 addition, 1 deletionapp/mailers/emails/remote_mirrors.rb
- app/mailers/notify.rb 13 additions, 3 deletionsapp/mailers/notify.rb
- app/models/group.rb 12 additions, 2 deletionsapp/models/group.rb
- app/models/namespace.rb 2 additions, 2 deletionsapp/models/namespace.rb
- app/models/notification_recipient.rb 5 additions, 17 deletionsapp/models/notification_recipient.rb
- app/views/profiles/emails/index.html.haml 4 additions, 2 deletionsapp/views/profiles/emails/index.html.haml
- app/views/profiles/notifications/_group_settings.html.haml 14 additions, 9 deletionsapp/views/profiles/notifications/_group_settings.html.haml
- app/views/profiles/notifications/show.html.haml 2 additions, 3 deletionsapp/views/profiles/notifications/show.html.haml
- app/views/shared/notifications/_button.html.haml 7 additions, 5 deletionsapp/views/shared/notifications/_button.html.haml
- changelogs/unreleased/weimeng-email-routing.yml 5 additions, 0 deletionschangelogs/unreleased/weimeng-email-routing.yml
- config/routes/profile.rb 5 additions, 1 deletionconfig/routes/profile.rb
Please register or sign in to comment