mastodon/app/controllers/settings
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
..
exports Remove exports/base controller in favor of shared concern ()
two_factor_authentication Redirect to 2FA creation page when otp_secret is not available ()
applications_controller.rb Use checkboxes for application scope setting ()
deletes_controller.rb setting-for-account-deletable ()
exports_controller.rb Account archive download ()
follower_domains_controller.rb Slightly reduce RAM usage ()
imports_controller.rb Simplify render in controllers ()
migrations_controller.rb Fix - Prevent nested migrated accounts, or migrations to self ()
notifications_controller.rb Add option to block direct messages from people you don't follow ()
preferences_controller.rb Add preference to always display sensitive media ()
profiles_controller.rb Add bio fields ()
sessions_controller.rb Add feature to revoke sessions ()
two_factor_authentications_controller.rb Fix - Accept backup codes for disabling 2FA ()