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
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
..
activitypub Federate pinned statuses over ActivityPub (#6610) 7 years ago
admin Improve report layout (#7188) 7 years ago
api Slightly reduce RAM usage (#7301) 7 years ago
auth If login redirects to omniauth, redirect logout to root_path (#6694) 7 years ago
concerns Fix spec for sr-Latn (#7203) 7 years ago
oauth
settings Slightly reduce RAM usage (#7301) 7 years ago
well_known
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Add RSS feeds for end-users (#7259) 7 years ago
application_controller.rb Improve require_admin! and require_staff! filters (#7018) 7 years ago
authorize_follows_controller.rb
emojis_controller.rb
follower_accounts_controller.rb
following_accounts_controller.rb
home_controller.rb Set Referrer-Policy to origin in web UI and public pages of private toots (#7162) 7 years ago
intents_controller.rb
invites_controller.rb
manifests_controller.rb
media_controller.rb
media_proxy_controller.rb
remote_follow_controller.rb
remote_unfollows.rb Fix follow/unfollow buttons on public profile (fixes #7036) (#7040) 7 years ago
shares_controller.rb
statuses_controller.rb Fix "Show more" URL on paginated threads for remote statuses (#7285) 7 years ago
stream_entries_controller.rb Fix "Show more" URL on paginated threads for remote statuses (#7285) 7 years ago
tags_controller.rb Add RSS feeds for end-users (#7259) 7 years ago