mastodon/spec/controllers
Claire 50487db122
Add ability to filter individual posts ()
* 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
..
activitypub Spelling ()
admin Add customizable user roles ()
api Add ability to filter individual posts ()
auth Fix suspicious sign-in mails never being sent ()
concerns Fix single Redis connection being used across all threads ()
disputes Add customizable user roles ()
oauth Bump doorkeeper from 5.3.3 to 5.4.0 ()
settings Remove unused `filtered_languages` column ()
well_known Remove Keybase integration ()
about_controller_spec.rb Compensate for scrollbar disappearing when media modal visible ()
account_follow_controller_spec.rb Add support for reversible suspensions through ActivityPub ()
account_unfollow_controller_spec.rb Add support for reversible suspensions through ActivityPub ()
accounts_controller_spec.rb Spelling ()
application_controller_spec.rb Add customizable user roles ()
authorize_interactions_controller_spec.rb Refactor and improve tests ()
emojis_controller_spec.rb Misc. typos ()
follower_accounts_controller_spec.rb Add `/api/v1/accounts/familiar_followers` to REST API ()
following_accounts_controller_spec.rb Add `/api/v1/accounts/familiar_followers` to REST API ()
home_controller_spec.rb Change routing paths to use usernames in web UI ()
instance_actors_controller_spec.rb Fix instance actor not being dereferenceable ()
intents_controller_spec.rb Add remote interaction dialog for toots ()
invites_controller_spec.rb Add customizable user roles ()
manifests_controller_spec.rb Use raw status code on have_http_status ()
media_controller_spec.rb Fix error when rendering public pages with media attachments ()
media_proxy_controller_spec.rb Fix media attachments enumeration ()
relationships_controller_spec.rb Remove PubSubHubbub-related columns from accounts table ()
remote_follow_controller_spec.rb Add support for reversible suspensions through ActivityPub ()
remote_interaction_controller_spec.rb Add specs for RemoteInteractionController ()
shares_controller_spec.rb Fix blurhash and autoplay not working on public pages ()
statuses_cleanup_controller_spec.rb Add feature to automatically delete old toots ()
statuses_controller_spec.rb Spelling ()
tags_controller_spec.rb Redesign public hashtag page to use a masonry layout ()