]> cat aescling's git repositories - mastodon.git/commit
API for apps to register for push notifications
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 29 Jan 2017 00:30:32 +0000 (01:30 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 29 Jan 2017 00:30:32 +0000 (01:30 +0100)
commit3f075c7794ca7cc6e3c566591e9929859c6c325c
treefd649accdafbb57cf1ac5d7231dd44bd5dd447c8
parent1992575d577bf5b4c408a0104ad310e17846466a
API for apps to register for push notifications
13 files changed:
Gemfile
Gemfile.lock
app/controllers/api/v1/devices_controller.rb [new file with mode: 0644]
app/models/device.rb [new file with mode: 0644]
app/services/notify_service.rb
app/services/send_push_notification_service.rb [new file with mode: 0644]
app/workers/push_notification_worker.rb [new file with mode: 0644]
config/routes.rb
db/migrate/20170129000348_create_devices.rb [new file with mode: 0644]
db/schema.rb
spec/fabricators/device_fabricator.rb [new file with mode: 0644]
spec/fabricators/domain_block_fabricator.rb
spec/models/device_spec.rb [new file with mode: 0644]