]> cat aescling's git repositories - mastodon.git/commit
Add option to show only local toots in timeline preview (#6292)
authorRenato "Lond" Cerqueira <renato@lond.com.br>
Sun, 4 Feb 2018 05:00:10 +0000 (06:00 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 4 Feb 2018 05:00:10 +0000 (06:00 +0100)
commit4e4f1b0dcb386464d653fcce765ca775e566a03c
tree890fad0c316342e66179095f00fee3c3ddef50b3
parent26f21fd5a03b1c6407cd81c58481288d06958ad3
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
app/controllers/about_controller.rb
app/controllers/admin/settings_controller.rb
app/javascript/mastodon/containers/timeline_container.js
app/javascript/mastodon/features/standalone/community_timeline/index.js [new file with mode: 0644]
app/javascript/mastodon/locales/defaultMessages.json
app/models/form/admin_settings.rb
app/views/admin/settings/edit.html.haml
config/locales/en.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/settings.yml