mastodon/spec/lib
Eugen Rochko cdb101340a
Keyword/phrase filtering ()
* 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
..
activitypub Resolve unknown status from Add activity, skip Remove if unknown ()
ostatus Append '.test' to hostname in stub data ()
settings Add a test for Settings::Extend#settings ()
delivery_failure_tracker_spec.rb After 7 days of repeated delivery failures, give up on inbox ()
extractor_spec.rb Spec Extractor ()
feed_manager_spec.rb Keyword/phrase filtering ()
formatter_spec.rb Append '.test' to hostname in stub data ()
hash_object_spec.rb Spec HashObject ()
language_detector_spec.rb Fix filterable_languages method of SettingsHelper ()
request_spec.rb Validate HTTP response length while receiving ()
status_filter_spec.rb Fix regression from - filter out hidden statuses from ancestors/descendants even if the viewer is anonymous ()
status_finder_spec.rb Add tests for embeds controller ()
tag_manager_spec.rb Append '.test' to hostname in stub data ()
user_settings_decorator_spec.rb Enable updating additional account information from user preferences via rest api ()
webfinger_resource_spec.rb Fix randomly fail (regression from ) ()