You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/controllers/settings
Eugen Rochko cb5b5cb5f7
Slightly reduce RAM usage (#7301)
* 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
7 years ago
..
exports Remove exports/base controller in favor of shared concern (#3444) 8 years ago
two_factor_authentication Redirect to 2FA creation page when otp_secret is not available (#6314) 7 years ago
applications_controller.rb Use checkboxes for application scope setting (#4671) 7 years ago
deletes_controller.rb setting-for-account-deletable (#3852) 8 years ago
exports_controller.rb Account archive download (#6460) 7 years ago
follower_domains_controller.rb Slightly reduce RAM usage (#7301) 7 years ago
imports_controller.rb Simplify render in controllers (#2144) 8 years ago
migrations_controller.rb Fix #6022 - Prevent nested migrated accounts, or migrations to self (#6026) 7 years ago
notifications_controller.rb Add option to block direct messages from people you don't follow (#5669) 7 years ago
preferences_controller.rb Add preference to always display sensitive media (#6448) 7 years ago
profiles_controller.rb Add bio fields (#6645) 7 years ago
sessions_controller.rb Add feature to revoke sessions (#4259) 8 years ago
two_factor_authentications_controller.rb Fix #4026 - Accept backup codes for disabling 2FA (#4382) 8 years ago