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
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
..
controllers Keyword/phrase filtering (#7905) 7 years ago
fabricators Keyword/phrase filtering (#7905) 7 years ago
features Add scenarios for log in (#3497) 8 years ago
fixtures Slightly reduce RAM usage (#7301) 7 years ago
helpers Append '.test' to hostname in stub data (#7260) 7 years ago
lib Keyword/phrase filtering (#7905) 7 years ago
mailers Account archive download (#6460) 7 years ago
models Keyword/phrase filtering (#7905) 7 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Isolate each specs for cache store (#6450) 7 years ago
requests Use raw status code on have_http_status (#7214) 7 years ago
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 8 years ago
services Fix domain hiding logic (#7765) 7 years ago
support Remove empty strings (#5732) 7 years ago
validators Add a spec for UniqueUsernameValidator (#6927) 7 years ago
views Paginate descendant statuses in public page (#7148) 7 years ago
workers Lists (#5703) 7 years ago
rails_helper.rb Slightly reduce RAM usage (#7301) 7 years ago
spec_helper.rb Disable simplecov on CircleCI (#7416) 7 years ago