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
Renato "Lond" Cerqueira 4e4f1b0dcb Add option to show only local toots in timeline preview (#6292)
* Add option to show only local toots in timeline preview
Right know, toots from all the known fediverse are shown in the main
page of an instance. That however doesn't reflect the instance itself.
With this option the admin may choose to display only local toots so
that users checking the instance get a better idea of internal
conversations.

* Fix issues pointed by codeclimate and eslint

* Add default message for community timeline

* Update pl.yml
7 years ago
..
activitypub Allow retrieval of private statuses (single or in outbox) using HTTP signatures (#6225) 7 years ago
admin Add option to show only local toots in timeline preview (#6292) 7 years ago
api Fix home regeneration (#6251) 7 years ago
auth CAS + SAML authentication feature (#6425) 7 years ago
concerns Allow retrieval of private statuses (single or in outbox) using HTTP signatures (#6225) 7 years ago
oauth Fix #1165 - before_action was called before protect_from_forgery 8 years ago
settings Redirect to 2FA creation page when otp_secret is not available (#6314) 7 years ago
well_known Make host_meta/webfinger replies cacheable (fixes #6100) (#6101) 7 years ago
about_controller.rb Add option to show only local toots in timeline preview (#6292) 7 years ago
account_follow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
account_unfollow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
accounts_controller.rb Cache JSON of immutable ActivityPub representations (#6171) 7 years ago
application_controller.rb pam authentication (#5303) 7 years ago
authorize_follows_controller.rb Rename ResolveRemoteAccountService to ResolveAccountService (#6327) 7 years ago
emojis_controller.rb Cache JSON of immutable ActivityPub representations (#6171) 7 years ago
follower_accounts_controller.rb Encode custom emojis as resolveable objects in ActivityPub (#5243) 7 years ago
following_accounts_controller.rb Encode custom emojis as resolveable objects in ActivityPub (#5243) 7 years ago
home_controller.rb When web UI URL used while logged out, redirect to static page (#4954) 7 years ago
intents_controller.rb Add protocol handler. Handle follow intents (#4511) 8 years ago
invites_controller.rb Add consumable invites (#5814) 7 years ago
manifests_controller.rb Make Chrome splash screen same color as web UI's background color (#5169) 7 years ago
media_controller.rb Extract authorization policy for viewing statuses (#3150) 8 years ago
media_proxy_controller.rb Fix incomplete account records being read (#4998) 7 years ago
remote_follow_controller.rb Show mastodon on modal (#6129) 7 years ago
shares_controller.rb implement web share target (#6278) 7 years ago
statuses_controller.rb Allow retrieval of private statuses (single or in outbox) using HTTP signatures (#6225) 7 years ago
stream_entries_controller.rb Allow HTTP caching of atom-rendered public toots (OStatus compatibility) (#6207) 7 years ago
tags_controller.rb Redesign public hashtag pages (#5237) 7 years ago