]> cat aescling's git repositories - mastodon.git/commit
Add API for retrieving blocked accounts
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 29 Dec 2016 19:12:32 +0000 (20:12 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 29 Dec 2016 19:12:32 +0000 (20:12 +0100)
commit49834a6e7f06301a5bcc17b8771ed4513622b6a8
treef0e48340e59700ace604701f25345c1532875c4b
parent8724094ed0e531f4435bf2784c9c1b7176acd764
Add API for retrieving blocked accounts
15 files changed:
.rubocop.yml
app/controllers/api/v1/blocks_controller.rb [new file with mode: 0644]
app/helpers/api/oembed_helper.rb [deleted file]
app/helpers/api/v1/follow_requests_helper.rb [deleted file]
app/helpers/authorize_follow_helper.rb
app/helpers/stream_entries_helper.rb
app/models/block.rb
app/views/api/v1/blocks/index.rabl [new file with mode: 0644]
app/workers/processing_worker.rb
app/workers/salmon_worker.rb
config/routes.rb
spec/controllers/api/v1/accounts_controller_spec.rb
spec/controllers/api/v1/blocks_controller_spec.rb [new file with mode: 0644]
spec/controllers/api/v1/timelines_controller_spec.rb
spec/helpers/api/oembed_helper_spec.rb [deleted file]