unarist 1896a154f5 Fix response of unreblog/unfavourite APIs ()
Both APIs process asynchronously, so reblogged/favourited fields in the response should be set to `false` manually.
..
accounts Add attribute for default privacy to verify credentials ()
statuses Fix response of unreblog/unfavourite APIs ()
timelines Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
accounts_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
apps_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
blocks_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
domain_blocks_controller.rb Clean up for api/base controller ()
favourites_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
follow_requests_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
follows_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
instances_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
media_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
mutes_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
notifications_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
reports_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
search_controller.rb Fix - Require authentication for search API ()
statuses_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
streaming_controller.rb Clean up for api/base controller ()