mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-11 17:53:45 +00:00
cdb101340a
* Add keyword filtering GET|POST /api/v1/filters GET|PUT|DELETE /api/v1/filters/:id - Irreversible filters can drop toots from home or notifications - Other filters can hide toots through the client app - Filters use a phrase valid in particular contexts, expiration * Make sure expired filters don't get applied client-side * Add missing API methods * Remove "regex filter" from column settings * Add tests * Add test for FeedManager * Add CustomFilter test * Add UI for managing filters * Add streaming API event to allow syncing filters * Fix tests |
||
---|---|---|
.. | ||
accounts | ||
apps | ||
lists | ||
push | ||
statuses | ||
timelines | ||
accounts_controller_spec.rb | ||
apps_controller_spec.rb | ||
blocks_controller_spec.rb | ||
custom_emojis_controller_spec.rb | ||
domain_blocks_controller_spec.rb | ||
favourites_controller_spec.rb | ||
filter_controller_spec.rb | ||
follow_requests_controller_spec.rb | ||
follows_controller_spec.rb | ||
instances_controller_spec.rb | ||
lists_controller_spec.rb | ||
media_controller_spec.rb | ||
mutes_controller_spec.rb | ||
notifications_controller_spec.rb | ||
reports_controller_spec.rb | ||
search_controller_spec.rb | ||
statuses_controller_spec.rb | ||
streaming_controller_spec.rb |