Move the “Show why” button inline
Implement feature to add filtered phrases to content warnings
Implement option to completely hide filtered toots
Add options to configure filtering behavior
Add a way to know why a status has been filtered, and show it anyway
Do not keep polls pre-filled in thread mode
Fix report dialog crashing when a toot gets deleted
Fixes #1155
Merge pull request #1152 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Re-add route for direct timeline
Fix support for HTTP proxies (#11245)
* Disable incorrect check for hidden services in Socket
Hidden services can only be accessed with an HTTP proxy, in which
case the host seen by the Socket class will be the proxy, not the
target host.
Hidden services are already filtered in `Request#initialize`.
* Use our Socket class to connect to HTTP proxies
Avoid the timeout logic being bypassed
* Add support for IP addresses in Request::Socket
* Refactor a bit, no need to keep the DNS resolver around
Only scroll to the compose form if it's not horizontally in the viewport (#11246)
Avoids jumping the scroll around vertically when giving it focus and
editing long toots.
Fix option to send e-mail notification about account action always being true (#11242)
Fix HTTP requests to IPv6 hosts (#11240)
Allow serializing local-only toots in backup service
Fixes #1153
Remove deprecated REST API `GET /api/v1/statuses/:id/card` (#11213)
Remove deprecated REST API `POST /api/v1/notifications/dismiss?id=:id` (#11214)