mastodon/app/javascript/mastodon/features/compose/containers
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
2018-06-29 15:34:36 +02:00
..
autosuggest_account_container.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
compose_form_container.js Fix caret position after selected suggestion and media upload (#7595) 2018-05-23 15:20:15 +02:00
emoji_picker_dropdown_container.js Remove duplicate frequently used emojis (#7064) 2018-04-07 14:53:11 +02:00
navigation_container.js Refactor initial state: "me" (#5563) 2017-10-31 11:27:48 +09:00
privacy_dropdown_container.js fix(dropdown_menu): Open as modal on mobile (#4295) 2017-07-27 22:31:59 +02:00
reply_indicator_container.js Keyword/phrase filtering (#7905) 2018-06-29 15:34:36 +02:00
search_container.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
search_results_container.js Remove trending hashtags (#7711) 2018-06-04 02:18:18 +02:00
sensitive_button_container.js Change the title of sensitive button by state (#6771) 2018-03-13 08:10:12 +01:00
spoiler_button_container.js Change the title of spoiler button by state 2018-03-13 15:58:55 +09:00
upload_button_container.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
upload_container.js Focal points (#6520) 2018-02-22 00:35:46 +01:00
upload_form_container.js Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
upload_progress_container.js Remove unused variables (#3906) 2017-06-23 16:05:04 +02:00
warning_container.js Improve direct message warning again (#7546) 2018-05-19 18:37:33 +02:00