Eugen Rochko 774ac47373
Add conversations API ()
* Add conversations API

* Add web UI for conversations

* Add test for conversations API

* Add tests for ConversationAccount

* Improve web UI

* Rename ConversationAccount to AccountConversation

* Remove conversations on block and mute

* Change last_status_id to be a denormalization of status_ids

* Add optimistic locking
..
accounts Support min_id-based pagination in REST API ()
apps Fix - GET /api/v1/apps/verify_credentials to confirm app works ()
instances Represent numbers by strings in instance activity API ()
lists Fix low-hanging rubocop gripes ()
push Fix 404 for GET /api/v1/push/subscription ()
statuses Add more granular OAuth scopes ()
timelines Support min_id-based pagination in REST API ()
accounts_controller.rb Add more granular OAuth scopes ()
apps_controller.rb Fix - GET /api/v1/apps/verify_credentials to confirm app works ()
blocks_controller.rb Add more granular OAuth scopes ()
conversations_controller.rb Add conversations API ()
custom_emojis_controller.rb Improve admin UI for custom emojis, add copy/disable/enable ()
domain_blocks_controller.rb Add more granular OAuth scopes ()
endorsements_controller.rb Add API endpoint to list featured accounts (fixes ) ()
favourites_controller.rb Support min_id-based pagination in REST API ()
filters_controller.rb Add option to not consider word boundaries when processing keyword filtering ()
follow_requests_controller.rb Self-notify on accepting follow requests ()
follows_controller.rb Add more granular OAuth scopes ()
instances_controller.rb Cache instance info ()
lists_controller.rb Fix low-hanging rubocop gripes ()
media_controller.rb Add more granular OAuth scopes ()
mutes_controller.rb Make Api::V1::MutesController paginate properly ()
notifications_controller.rb Support min_id-based pagination in REST API ()
reports_controller.rb Ensure only toots from the reported users are reported ()
search_controller.rb Add more granular OAuth scopes ()
statuses_controller.rb Unuse ActiveRecord::Base#cache_key ()
streaming_controller.rb Clean up for api/base controller ()
suggestions_controller.rb Add API method to remove a suggestion ()