Send a notification email when a new email address is added
Changelog: added
显示
- app/helpers/emails_helper.rb 17 个添加, 0 个删除app/helpers/emails_helper.rb
- app/mailers/emails/profile.rb 11 个添加, 0 个删除app/mailers/emails/profile.rb
- app/mailers/previews/notify_preview.rb 4 个添加, 0 个删除app/mailers/previews/notify_preview.rb
- app/services/emails/base_service.rb 4 个添加, 0 个删除app/services/emails/base_service.rb
- app/services/emails/create_service.rb 1 个添加, 0 个删除app/services/emails/create_service.rb
- app/services/notification_service.rb 7 个添加, 0 个删除app/services/notification_service.rb
- app/views/notify/new_email_address_added_email.erb 5 个添加, 0 个删除app/views/notify/new_email_address_added_email.erb
- app/views/notify/new_email_address_added_email.haml 6 个添加, 0 个删除app/views/notify/new_email_address_added_email.haml
- doc/user/profile/notifications.md 21 个添加, 20 个删除doc/user/profile/notifications.md
- locale/gitlab.pot 15 个添加, 0 个删除locale/gitlab.pot
- spec/mailers/emails/profile_spec.rb 23 个添加, 0 个删除spec/mailers/emails/profile_spec.rb
- spec/requests/api/users_spec.rb 8 个添加, 4 个删除spec/requests/api/users_spec.rb
- spec/services/emails/create_service_spec.rb 29 个添加, 0 个删除spec/services/emails/create_service_spec.rb
- spec/services/notification_service_spec.rb 11 个添加, 0 个删除spec/services/notification_service_spec.rb
加载中
想要评论请 注册 或 登录