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 Add more granular OAuth scopes ()
apps Use raw status code on have_http_status ()
lists Add more granular OAuth scopes ()
push Add REST API for Web Push Notifications subscriptions ()
statuses Lint pass ()
timelines Lint pass ()
accounts_controller_spec.rb Lint pass ()
apps_controller_spec.rb Use raw status code on have_http_status ()
blocks_controller_spec.rb Add more granular OAuth scopes ()
conversations_controller_spec.rb Add conversations API ()
custom_emojis_controller_spec.rb Use raw status code on have_http_status ()
domain_blocks_controller_spec.rb Add more granular OAuth scopes ()
favourites_controller_spec.rb Support min_id-based pagination in REST API ()
filter_controller_spec.rb Add more granular OAuth scopes ()
follow_requests_controller_spec.rb Add more granular OAuth scopes ()
follows_controller_spec.rb Add more granular OAuth scopes ()
instances_controller_spec.rb Use raw status code on have_http_status ()
lists_controller_spec.rb Add more granular OAuth scopes ()
media_controller_spec.rb Add more granular OAuth scopes ()
mutes_controller_spec.rb Make Api::V1::MutesController paginate properly ()
notifications_controller_spec.rb Add more granular OAuth scopes ()
reports_controller_spec.rb Support min_id-based pagination in REST API ()
search_controller_spec.rb Add more granular OAuth scopes ()
statuses_controller_spec.rb Add more granular OAuth scopes ()
streaming_controller_spec.rb Lint pass ()
suggestions_controller_spec.rb Re-add follow recommendations API ()