mastodon/app/controllers
Eugen Rochko cb5b5cb5f7
Slightly reduce RAM usage ()
* No need to re-require sidekiq plugins, they are required via Gemfile

* Add derailed_benchmarks tool, no need to require TTY gems in Gemfile

* Replace ruby-oembed with FetchOEmbedService

Reduce startup by 45382 allocated objects

* Remove preloaded JSON-LD in favour of caching HTTP responses

Reduce boot RAM by about 6 MiB

* Fix tests

* Fix test suite by stubbing out JSON-LD contexts
..
activitypub Federate pinned statuses over ActivityPub ()
admin Improve report layout ()
api Slightly reduce RAM usage ()
auth If login redirects to omniauth, redirect logout to root_path ()
concerns Fix spec for sr-Latn ()
oauth Fix - before_action was called before protect_from_forgery
settings Slightly reduce RAM usage ()
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 Improve require_admin! and require_staff! filters ()
authorize_follows_controller.rb Rename ResolveRemoteAccountService to ResolveAccountService ()
emojis_controller.rb Cache JSON of immutable ActivityPub representations ()
follower_accounts_controller.rb Improve public account cards ()
following_accounts_controller.rb Improve public account cards ()
home_controller.rb Set Referrer-Policy to origin in web UI and public pages of private toots ()
intents_controller.rb Add protocol handler. Handle follow intents ()
invites_controller.rb Add consumable 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 Fix incomplete account records being read ()
remote_follow_controller.rb Show mastodon on modal ()
remote_unfollows.rb Fix follow/unfollow buttons on public profile (fixes ) ()
shares_controller.rb implement web share target ()
statuses_controller.rb Fix "Show more" URL on paginated threads for remote statuses ()
stream_entries_controller.rb Fix "Show more" URL on paginated threads for remote statuses ()
tags_controller.rb Add RSS feeds for end-users ()