]> cat aescling's git repositories - mastodon.git/commit
Fix #61 - Add list of blocked users to the UI; clean up failed push notifications API
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 5 Feb 2017 18:18:11 +0000 (19:18 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 5 Feb 2017 18:18:11 +0000 (19:18 +0100)
commit920ba5fc4e705ea9418d2cab12e4d2ffd53775de
tree9285c8beb7c1cfb9b85f66df55ed022e4916a311
parent77e13c2bc93fdb633f27f94989ab5770f9ecc3b3
Fix #61 - Add list of blocked users to the UI; clean up failed push notifications API
Try to fix Travis CI setup
16 files changed:
.travis.yml
Gemfile
Gemfile.lock
app/assets/javascripts/components/actions/blocks.jsx [new file with mode: 0644]
app/assets/javascripts/components/containers/mastodon.jsx
app/assets/javascripts/components/features/blocks/index.jsx [new file with mode: 0644]
app/assets/javascripts/components/reducers/accounts.jsx
app/assets/javascripts/components/reducers/user_lists.jsx
app/models/device.rb [deleted file]
app/services/notify_service.rb
app/services/send_push_notification_service.rb [deleted file]
db/migrate/20170205175257_remove_devices.rb [new file with mode: 0644]
db/schema.rb
spec/fabricators/device_fabricator.rb [deleted file]
spec/lib/formatter_spec.rb
spec/models/device_spec.rb [deleted file]