mastodon/app/controllers
Eugen Rochko 6b9e03e002
Add API method to remove a suggestion ()
DELETE /api/v1/suggestions/:account_id

When blocking, remove suggestion from both sides. Muting not affected,
since muting is supposed to be invisible to the target.
..
activitypub Better pagination for ActivityPub outbox ()
admin Add admin setting to enable OG previews for sensitive media ()
api Add API method to remove a suggestion ()
auth If signed in, redirect autofollow invite to profile page ()
concerns Typo in signature verification failure logging ()
oauth Ensure push subscription is immediately removed when application is revoked ()
settings Allow selecting default posting language instead of auto-detect ()
well_known Make host_meta/webfinger replies cacheable (fixes ) ()
about_controller.rb Add option to show only local toots in timeline preview ()
account_follow_controller.rb Restful refactor of accounts/ routes ()
account_unfollow_controller.rb Restful refactor of accounts/ routes ()
accounts_controller.rb Add RSS feeds for end-users ()
application_controller.rb Catch ActionController::UnknownFormat and return HTTP 406 ()
authorize_follows_controller.rb Rename ResolveRemoteAccountService to ResolveAccountService ()
emojis_controller.rb Cache JSON of immutable ActivityPub representations ()
filters_controller.rb Keyword/phrase filtering ()
follower_accounts_controller.rb Add preference to hide following/followers lists ()
following_accounts_controller.rb Add preference to hide following/followers lists ()
home_controller.rb Set Referrer-Policy to origin in web UI and public pages of private toots ()
intents_controller.rb Add tests for intents_controller ()
invites_controller.rb Add autofollow option to invites ()
manifests_controller.rb Make Chrome splash screen same color as web UI's background color ()
media_controller.rb Save video metadata and improve video OpenGraph tags ()
media_proxy_controller.rb Raise Mastodon::RaceConditionError if Redis lock failed ()
remote_follow_controller.rb Improve embeds ()
remote_unfollows_controller.rb Add tests for remote_unfollows_controller ()
shares_controller.rb Add REST API for Web Push Notifications subscriptions ()
statuses_controller.rb Improve embeds ()
stream_entries_controller.rb Fix "Show more" URL on paginated threads for remote statuses ()
tags_controller.rb Add RSS feeds for end-users ()