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/app/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
8 years ago
..
accounts Allow selecting default posting language instead of auto-detect (#7828) 8 years ago
apps Fix #5104 - GET /api/v1/apps/verify_credentials to confirm app works (#5112) 9 years ago
instances Represent numbers by strings in instance activity API (#6198) 8 years ago
lists Fix unpermitted parameters warning when generating pagination URLs (#6995) 8 years ago
push Fix 404 for GET /api/v1/push/subscription (#7472) 8 years ago
statuses Fix distribute_add_activity and distribute_remove_activity (#7393) 8 years ago
timelines optimize direct timeline (#7614) 8 years ago
accounts_controller.rb Return HTTP 410 for suspended accounts in GET /api/v1/accounts/:id (#7287) 8 years ago
apps_controller.rb Fix #5104 - GET /api/v1/apps/verify_credentials to confirm app works (#5112) 9 years ago
blocks_controller.rb Fix unpermitted parameters warning when generating pagination URLs (#6995) 8 years ago
custom_emojis_controller.rb Improve admin UI for custom emojis, add copy/disable/enable (#5231) 9 years ago
domain_blocks_controller.rb Fix domain hiding logic (#7765) 8 years ago
favourites_controller.rb Fix unpermitted parameters warning when generating pagination URLs (#6995) 8 years ago
filters_controller.rb Keyword/phrase filtering (#7905) 8 years ago
follow_requests_controller.rb Fix unpermitted parameters warning when generating pagination URLs (#6995) 8 years ago
follows_controller.rb Fix POST /api/v1/follows error when already following (#4878) 9 years ago
instances_controller.rb
lists_controller.rb Limit users to 50 lists, remove pagination from lists API (#5933) 8 years ago
media_controller.rb Focal points (#6520) 8 years ago
mutes_controller.rb Fix unpermitted parameters warning when generating pagination URLs (#6995) 8 years ago
notifications_controller.rb Fix unpermitted parameters warning when generating pagination URLs (#6995) 8 years ago
reports_controller.rb Federated reports (#6570) 8 years ago
search_controller.rb Ensure that boolean params in the API are parsed for truthiness (#6575) 8 years ago
statuses_controller.rb Remove small pagination limit from context API (#7564) 8 years ago
streaming_controller.rb