]> cat aescling's git repositories - mastodon.git/commit
Adding unified streamable notifications
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 19 Nov 2016 23:33:02 +0000 (00:33 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 20 Nov 2016 18:39:58 +0000 (19:39 +0100)
commitda2ef4d676ff71e6ab3edf8d1a7cee8bf6b6d353
treef73fa34a3323a70d5dcba360f781bce5325e3ed1
parent3838e6836d47797a4e8ca20afa70eebefb68da26
Adding unified streamable notifications
20 files changed:
app/channels/application_cable/channel.rb
app/controllers/api/v1/notifications_controller.rb [new file with mode: 0644]
app/lib/feed_manager.rb
app/mailers/notification_mailer.rb
app/models/notification.rb [new file with mode: 0644]
app/services/favourite_service.rb
app/services/follow_service.rb
app/services/notify_service.rb [new file with mode: 0644]
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/api/v1/notifications/index.rabl [new file with mode: 0644]
app/views/api/v1/notifications/show.rabl [new file with mode: 0644]
config/routes.rb
db/migrate/20161119211120_create_notifications.rb [new file with mode: 0644]
db/schema.rb
spec/fabricators/notification_fabricator.rb [new file with mode: 0644]
spec/mailers/notification_mailer_spec.rb
spec/models/notification_spec.rb [new file with mode: 0644]