Fix #61 - Add list of blocked users to the UI; clean up failed push notifications API
Try to fix Travis CI setup
Showing
- .travis.yml 5 additions, 1 deletion.travis.yml
- Gemfile 0 additions, 1 deletionGemfile
- Gemfile.lock 0 additions, 7 deletionsGemfile.lock
- app/assets/javascripts/components/actions/blocks.jsx 82 additions, 0 deletionsapp/assets/javascripts/components/actions/blocks.jsx
- app/assets/javascripts/components/containers/mastodon.jsx 3 additions, 0 deletionsapp/assets/javascripts/components/containers/mastodon.jsx
- app/assets/javascripts/components/features/blocks/index.jsx 68 additions, 0 deletionsapp/assets/javascripts/components/features/blocks/index.jsx
- app/assets/javascripts/components/reducers/accounts.jsx 8 additions, 0 deletionsapp/assets/javascripts/components/reducers/accounts.jsx
- app/assets/javascripts/components/reducers/user_lists.jsx 13 additions, 1 deletionapp/assets/javascripts/components/reducers/user_lists.jsx
- app/models/device.rb 0 additions, 7 deletionsapp/models/device.rb
- app/services/notify_service.rb 0 additions, 5 deletionsapp/services/notify_service.rb
- app/services/send_push_notification_service.rb 0 additions, 28 deletionsapp/services/send_push_notification_service.rb
- db/migrate/20170205175257_remove_devices.rb 5 additions, 0 deletionsdb/migrate/20170205175257_remove_devices.rb
- db/schema.rb 1 addition, 10 deletionsdb/schema.rb
- spec/fabricators/device_fabricator.rb 0 additions, 3 deletionsspec/fabricators/device_fabricator.rb
- spec/lib/formatter_spec.rb 1 addition, 1 deletionspec/lib/formatter_spec.rb
- spec/models/device_spec.rb 0 additions, 5 deletionsspec/models/device_spec.rb
Loading
Please register or sign in to comment