chinwagsocial/app/javascript/mastodon/reducers
Claire 50487db122
Add ability to filter individual posts (#18945)
* Add database table for status-specific filters

* Add REST endpoints, entities and attributes

* Show status filters in /filters interface

* Perform server-side filtering for individual posts filters

* Fix filtering on context mismatch

* Refactor `toServerSideType` by moving it to its own module

* Move loupe and delete icons to their own module

* Add ability to filter individual posts from WebUI

* Replace keyword list by warnings (expired, context mismatch)

* Refactor server-side filtering code

* Add tests
2022-08-25 04:27:47 +02:00
..
accounts.js Add limited attribute to accounts in REST API and a warning in web UI (#18344) 2022-05-10 09:44:35 +02:00
accounts_counters.js
accounts_map.js Change routing paths to use usernames in web UI (#16171) 2021-09-26 05:46:13 +02:00
alerts.js
announcements.js
blocks.js
boosts.js Add dropdown for boost privacy in boost confirmation modal (#15704) 2021-02-11 00:53:12 +01:00
compose.js Change language to be carried over on reply (#18557) 2022-05-31 05:53:43 +02:00
contexts.js
conversations.js
custom_emojis.js
domain_lists.js
dropdown_menu.js
filters.js Add ability to filter individual posts (#18945) 2022-08-25 04:27:47 +02:00
height_cache.js
history.js Add edit history to web UI (#17390) 2022-02-09 01:17:07 +01:00
index.js Add ability to follow hashtags in web UI (#18862) 2022-07-22 15:52:06 +02:00
list_adder.js
list_editor.js
lists.js
markers.js
media_attachments.js
meta.js Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
missed_updates.js
modal.js Fix reply button on media modal not giving focus to compose form (#17626) 2022-02-25 00:51:01 +01:00
mutes.js
notifications.js Update notifications.js (#18977) 2022-08-15 20:33:05 +02:00
picture_in_picture.js Fix WebUI crash when a toot with a playing video gets deleted (#16384) 2021-06-25 04:45:17 +02:00
polls.js
push_notifications.js
relationships.js
rules.js Change report modal to include category selection in web UI (#17565) 2022-02-23 20:03:46 +01:00
search.js Fix not showing loading indicator when searching in web UI (#17655) 2022-02-27 07:37:07 +01:00
settings.js Add notifications for new reports (#18697) 2022-06-27 09:30:15 +02:00
status_lists.js Add pagination for trending statuses in web UI (#17976) 2022-04-06 22:53:29 +02:00
statuses.js
suggestions.js Add cold-start follow recommendations (#15945) 2021-04-12 12:37:14 +02:00
tags.js Add ability to follow hashtags in web UI (#18862) 2022-07-22 15:52:06 +02:00
timelines.js Fix potentially missing statuses when reconnecting to websocket (#17981) 2022-04-07 16:08:17 +02:00
trends.js Add explore page to web UI (#17123) 2022-02-25 00:34:33 +01:00
user_lists.js