Eugen Rochko 9110db41c5
Federate pinned statuses over ActivityPub ()
* Federate pinned statuses over ActivityPub

* Display pinned toots in web UI

Fix 

* Fix migration

* Fix tests

* Update outbox_serializer.rb

* Update remove_serializer.rb

* Update add_serializer.rb

* Update fetch_featured_collection_service.rb
..
accounts Ensure that boolean params in the API are parsed for truthiness ()
apps Fix - GET /api/v1/apps/verify_credentials to confirm app works ()
instances Represent numbers by strings in instance activity API ()
lists Add list of lists component to web UI ()
statuses Federate pinned statuses over ActivityPub ()
timelines Add only_media param to public and hashtag timelines API ()
accounts_controller.rb Ensure that boolean params in the API are parsed for truthiness ()
apps_controller.rb Fix - GET /api/v1/apps/verify_credentials to confirm app works ()
blocks_controller.rb Fix pagination in Api::V1::BlocksController ()
custom_emojis_controller.rb Improve admin UI for custom emojis, add copy/disable/enable ()
domain_blocks_controller.rb Clean up for api/base controller ()
favourites_controller.rb Merge queries in Api::V1::FavouritesController ()
follow_requests_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
follows_controller.rb Fix POST /api/v1/follows error when already following ()
instances_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
lists_controller.rb Limit users to 50 lists, remove pagination from lists API ()
media_controller.rb Focal points ()
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 Federated reports ()
search_controller.rb Ensure that boolean params in the API are parsed for truthiness ()
statuses_controller.rb Make PreviewCard records reuseable between statuses ()
streaming_controller.rb Clean up for api/base controller ()