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
settings Remove unused `filtered_languages` column ()
well_known Remove Keybase integration ()
about_controller_spec.rb
account_follow_controller_spec.rb
account_unfollow_controller_spec.rb
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
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
invites_controller_spec.rb Add customizable user roles ()
manifests_controller_spec.rb
media_controller_spec.rb Fix error when rendering public pages with media attachments ()
media_proxy_controller_spec.rb
relationships_controller_spec.rb Remove PubSubHubbub-related columns from accounts table ()
remote_follow_controller_spec.rb
remote_interaction_controller_spec.rb
shares_controller_spec.rb
statuses_cleanup_controller_spec.rb Add feature to automatically delete old toots ()
statuses_controller_spec.rb Spelling ()
tags_controller_spec.rb