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
2018-02-04 06:00:10 +01:00
..
activitypub Allow retrieval of private statuses (single or in outbox) using HTTP signatures (#6225) 2018-02-02 10:19:59 +01:00
admin Add option to show only local toots in timeline preview (#6292) 2018-02-04 06:00:10 +01:00
api
auth CAS + SAML authentication feature (#6425) 2018-02-04 05:42:13 +01:00
concerns Allow retrieval of private statuses (single or in outbox) using HTTP signatures (#6225) 2018-02-02 10:19:59 +01:00
oauth
settings
well_known
about_controller.rb Add option to show only local toots in timeline preview (#6292) 2018-02-04 06:00:10 +01:00
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb
application_controller.rb pam authentication (#5303) 2018-02-02 10:18:55 +01:00
authorize_follows_controller.rb
emojis_controller.rb
follower_accounts_controller.rb
following_accounts_controller.rb
home_controller.rb
intents_controller.rb
invites_controller.rb
manifests_controller.rb
media_controller.rb Extract authorization policy for viewing statuses (#3150) 2017-05-29 18:22:22 +02:00
media_proxy_controller.rb
remote_follow_controller.rb
shares_controller.rb implement web share target (#6278) 2018-01-17 17:08:10 +01:00
statuses_controller.rb Allow retrieval of private statuses (single or in outbox) using HTTP signatures (#6225) 2018-02-02 10:19:59 +01:00
stream_entries_controller.rb Allow HTTP caching of atom-rendered public toots (OStatus compatibility) (#6207) 2018-02-02 10:54:04 +01:00
tags_controller.rb