chinwagsocial/app/javascript/mastodon/components
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
..
__tests__ Surround mid-text display names with bdi tags (#6257) 2018-01-15 18:55:10 +01:00
account.js Fix #6128 - Display unfollow button even if account moved (#6258) 2018-01-15 18:42:15 +01:00
attachment_list.js Display AttachmentList in notifications (#6693) 2018-03-08 08:22:04 +01:00
autosuggest_emoji.js Compress and combine emoji data (#5229) 2017-10-06 03:42:34 +02:00
autosuggest_textarea.js Ignore keyevents during text composition (#7205) 2018-04-20 18:36:52 +02:00
avatar.js Fix GIF avatars not autoplaying when GIF autoplay is enabled (#6000) 2017-12-13 12:14:03 +01:00
avatar_overlay.js Fix GIF avatars not autoplaying when GIF autoplay is enabled (#6000) 2017-12-13 12:14:03 +01:00
button.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
column.js Fix the usages of Detect Passive Events (#4749) 2017-08-31 11:20:54 +02:00
column_back_button.js Improve accessibility (part 7) (#4457) 2017-07-31 00:18:15 +02:00
column_back_button_slim.js fix ColumnBackButtonSlim should extended from ColumnBackButton (#6417) 2018-02-03 18:41:51 +01:00
column_header.js Add show more/less toggle for entire threads in web UI (#6733) 2018-03-11 09:52:59 +01:00
display_name.js Surround mid-text display names with bdi tags (#6257) 2018-01-15 18:55:10 +01:00
domain.js Add some UI for user-defined domain blocks (#6628) 2018-03-30 12:38:00 +02:00
dropdown_menu.js Dropdowns accessibility (#7318) 2018-05-04 22:13:26 +02:00
extended_video_player.js [RFC] Improved media modal (#5956) 2018-03-04 20:32:24 +01:00
hashtag.js Display numbers in account header using shortNumberFormat for consistency (#7723) 2018-06-04 05:15:50 +02:00
icon_button.js Upgrade ESLint to version 4.x (#6276) 2018-01-17 16:57:15 +01:00
intersection_observer_article.js Improve IntersectionObserverArticle perf (#5152) 2017-09-30 14:28:49 +02:00
load_gap.js Improve load gap styling in web UI (#7100) 2018-04-10 17:12:10 +02:00
load_more.js Allow clients to fetch statuses made while they were offline (#6876) 2018-03-24 15:25:15 +01:00
loading_indicator.js Add loading indicator animation (#4316) 2017-07-23 20:28:18 +02:00
media_gallery.js Fix Chrome issue with sizes="0px" (#7886) 2018-06-25 00:12:15 +02:00
missing_indicator.js Fix home regeneration (#6251) 2018-01-17 23:56:03 +01:00
modal_root.js Show media modal on public pages (#6801) 2018-03-24 12:52:26 +01:00
permalink.js When enabled, always display media in gallery. Also: click to reveal (#6692) 2018-03-08 08:57:21 +01:00
relative_timestamp.js Improve relative timestamps in web UI (#7233) 2018-04-23 00:43:53 +02:00
scrollable_list.js Always display tab navigation on local/federated timeline even when empty (#7663) 2018-05-29 02:01:04 +02:00
setting_text.js Improve accessibility (part 3) (#4405) 2017-07-28 00:54:48 +02:00
status.js Keyword/phrase filtering (#7905) 2018-06-29 15:34:36 +02:00
status_action_bar.js Add redraft function (#7735) 2018-06-05 00:17:38 +02:00
status_content.js feat(ShowMore): Add classname to show more/show less button (#6904) 2018-03-26 13:59:44 +02:00
status_list.js Keyword/phrase filtering (#7905) 2018-06-29 15:34:36 +02:00