You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec/controllers/api/v1
Eugen Rochko cdb101340a
Keyword/phrase filtering (#7905)
* 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
7 years ago
..
accounts Use raw status code on have_http_status (#7214) 7 years ago
apps Use raw status code on have_http_status (#7214) 7 years ago
lists Use raw status code on have_http_status (#7214) 7 years ago
push Add REST API for Web Push Notifications subscriptions (#7445) 7 years ago
statuses Use raw status code on have_http_status (#7214) 7 years ago
timelines Use raw status code on have_http_status (#7214) 7 years ago
accounts_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
apps_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
blocks_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
custom_emojis_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
domain_blocks_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
favourites_controller_spec.rb Don't send Link header when don't know prev and next links (#4633) 8 years ago
filter_controller_spec.rb Keyword/phrase filtering (#7905) 7 years ago
follow_requests_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
follows_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
instances_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
lists_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
media_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
mutes_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
notifications_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
reports_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
search_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
statuses_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
streaming_controller_spec.rb Redirect to streaming_api_base_url (#3579) 8 years ago