]> cat aescling's git repositories - mastodon.git/commit
Adding e-mail notifications about mentions, follows, favourites and reblogs. Fixing...
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 19 Mar 2016 18:20:07 +0000 (19:20 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 19 Mar 2016 18:20:07 +0000 (19:20 +0100)
commit2b116131d78460e5cbb8eacc30aaaf04106ea0fa
tree62ff3751b4f94b36335d5bd7d45374e024cd1d19
parente2b846f630cae00096a42dffeff759d0ef8e1c3e
Adding e-mail notifications about mentions, follows, favourites and reblogs. Fixing another mention recording bug
15 files changed:
app/mailers/application_mailer.rb [new file with mode: 0644]
app/mailers/notification_mailer.rb [new file with mode: 0644]
app/services/fan_out_on_write_service.rb
app/services/favourite_service.rb
app/services/process_feed_service.rb
app/services/process_interaction_service.rb
app/services/process_mentions_service.rb
app/services/reblog_service.rb
app/views/layouts/mailer.text.erb [new file with mode: 0644]
app/views/notification_mailer/favourite.text.erb [new file with mode: 0644]
app/views/notification_mailer/follow.text.erb [new file with mode: 0644]
app/views/notification_mailer/mention.text.erb [new file with mode: 0644]
app/views/notification_mailer/reblog.text.erb [new file with mode: 0644]
spec/mailers/notification_mailer_spec.rb [new file with mode: 0644]
spec/mailers/previews/notification_mailer_preview.rb [new file with mode: 0644]