Eugen Rochko 67b3b62b98
Improve blocked view of profiles ()
* Revert "Fix filtering of favourited_by, reblogged_by, followers and following ()"

This reverts commit 120544067f.

* Revert "Hide blocking accounts from blocked users ()"

This reverts commit 62bafa20a1.

* Improve blocked view of profiles

- Change "You are blocked" to "Profile unavailable"
- Hide following/followers in API when blocked
- Disable follow button and show "Profile unavailable" on public profile as well
..
accounts Improve blocked view of profiles ()
apps Use raw status code on have_http_status ()
instances Add specs for Api::V1::Instances::PeersController ()
lists Add more granular OAuth scopes ()
polls Add polls ()
push Add REST API for Web Push Notifications subscriptions ()
statuses Lint pass ()
timelines Add scheduled statuses ()
accounts_controller_spec.rb Add REST API for creating an account ()
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 scheduled statuses ()
custom_emojis_controller_spec.rb Use raw status code on have_http_status ()
domain_blocks_controller_spec.rb Add more granular OAuth scopes ()
endorsements_controller_spec.rb Add spec for Api::V1::EndorsementsController ()
favourites_controller_spec.rb Support min_id-based pagination in REST API ()
filters_controller_spec.rb Add polls ()
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 Not to skip executable specs ()
mutes_controller_spec.rb Make Api::V1::MutesController paginate properly ()
notifications_controller_spec.rb Add scheduled statuses ()
polls_controller_spec.rb Add polls ()
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 ()