Eugen Rochko 90f12f2e5a
Focal points ()
* Add focus param to media API, center thumbnails on focus point

* Add UI for setting a focal point

* Improve focal point icon on upload item

* Use focal point in upload preview

* Add focalPoint property to ActivityPub

* Don't show focal point button for non-image attachments
..
accounts Fix bug in relationships API introduced by ()
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 Pinned statuses ()
timelines Fix home regeneration ()
accounts_controller.rb Using double splat operator ()
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 Add moderator role and add pundit policies for admin actions ()
search_controller.rb Filter searched toots to be consistent with blocking behaviors ()
statuses_controller.rb Make PreviewCard records reuseable between statuses ()
streaming_controller.rb Clean up for api/base controller ()