]> cat aescling's git repositories - mastodon.git/commit
Fix notifications in UI, added new API for fetching account relationships
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 21 Sep 2016 20:07:18 +0000 (22:07 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 21 Sep 2016 20:07:18 +0000 (22:07 +0200)
commite46abc71cad590c2113247d41feca80d27a557b0
tree7c7947aa82231a1d28fd2240a689ca057550ea1d
parent4bec613897d8835bb78202c7a36691b654f14967
Fix notifications in UI, added new API for fetching account relationships
app/assets/javascripts/components/actions/notifications.jsx
app/assets/javascripts/components/features/ui/containers/notifications_container.jsx
app/assets/javascripts/components/reducers/notifications.jsx
app/controllers/api/accounts_controller.rb
app/models/account.rb
app/views/api/accounts/lookup/index.rabl [deleted file]
app/views/api/accounts/relationships.rabl [new file with mode: 0644]
app/views/api/accounts/show.rabl
config/routes.rb
spec/controllers/api/accounts_controller_spec.rb
spec/spec_helper.rb