]> cat aescling's git repositories - mastodon.git/commit
Add configuration option to filter replies in lists (#9205)
authorThibG <thib@sitedethib.com>
Tue, 1 Sep 2020 11:31:28 +0000 (13:31 +0200)
committerGitHub <noreply@github.com>
Tue, 1 Sep 2020 11:31:28 +0000 (13:31 +0200)
commit79305428a7c2bda311bc9d367a84acc28f569522
tree2094941006afa438c0244c6721836018b6fbd3b4
parent1c308af84cddf8491b11aa6431c225faa80a9a5b
Add configuration option to filter replies in lists (#9205)

* Add database support for list show-reply preferences

* Add backend support to read and update list-specific show_replies settings

* Add basic UI to set list replies setting

* Add specs for list replies policy

* Switch "cycling" reply policy link to a set of radio inputs

* Capitalize replies_policy strings

* Change radio button design to be consistent with that of the directory explorer
app/controllers/api/v1/lists_controller.rb
app/javascript/mastodon/actions/lists.js
app/javascript/mastodon/features/list_timeline/index.js
app/javascript/styles/mastodon/components.scss
app/lib/feed_manager.rb
app/models/list.rb
app/serializers/rest/list_serializer.rb
db/migrate/20181127165847_add_show_replies_to_lists.rb [new file with mode: 0644]
db/schema.rb
spec/lib/feed_manager_spec.rb