chinwagsocial/app/javascript/mastodon/actions
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
..
importer Hide status content when spoiler text is not empty (#7797) 2018-06-14 08:03:51 +02:00
push_notifications Do not override the default push notification settings (#6037) 2018-05-19 14:45:58 +02:00
accounts.js Free stroage if it is exceeding disk quota (#7061) 2018-04-08 13:32:39 +02:00
alerts.js
blocks.js
bundles.js
cards.js
columns.js Put "Media Only" option in column settings instead of content area headline (#7801) 2018-06-15 11:15:15 +02:00
compose.js Refactor resizeImage method (#7236) 2018-04-23 09:15:51 +02:00
custom_emojis.js retrieve custom emoji list via API instead of before page load (#7047) 2018-04-04 22:25:34 +02:00
domain_blocks.js
dropdown_menu.js
emojis.js
favourites.js
filters.js Keyword/phrase filtering (#7905) 2018-06-29 15:34:36 +02:00
height_cache.js
interactions.js
lists.js
modal.js
mutes.js
notifications.js Improve payload format of Web Push API now that it's open (#7521) 2018-05-19 14:46:47 +02:00
onboarding.js
pin_statuses.js
reports.js
search.js Add GET /api/v2/search which returns rich tag objects, adjust web UI (#7661) 2018-05-29 02:01:24 +02:00
settings.js Improve web api protect (#6343) 2018-04-17 15:23:46 +02:00
statuses.js Add redraft function (#7735) 2018-06-05 00:17:38 +02:00
store.js
streaming.js Keyword/phrase filtering (#7905) 2018-06-29 15:34:36 +02:00
timelines.js Introduce flat layout to contexts reducer (#7150) 2018-05-25 18:46:28 +02:00