You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/controllers
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
4 years ago
..
activitypub Fix suspended users being able to access APIs that don't require a user (#18524) 4 years ago
admin Change how hashtags are normalized (#18795) 4 years ago
api Add ability to filter individual posts (#18945) 4 years ago
auth Add ability to block sign-ups from IP (#19037) 4 years ago
concerns Remove sign-in token authentication, instead send e-mail about new sign-in (#17970) 4 years ago
disputes Change old moderation strikes to be displayed in a separate page (#17566) 4 years ago
filters Add ability to filter individual posts (#18945) 4 years ago
oauth Fix error when trying to revoke OAuth token without supplying a token (#18205) 4 years ago
settings Change how hashtags are normalized (#18795) 4 years ago
well_known Remove Keybase integration (#17045) 4 years ago
about_controller.rb Add server rules (#15769) 5 years ago
account_follow_controller.rb Add specific rate limits for posting and following (#13172) 6 years ago
account_unfollow_controller.rb
accounts_controller.rb Change RSS feeds (#18356) 4 years ago
application_controller.rb Add customizable user roles (#18641) 4 years ago
authorize_interactions_controller.rb Fix double render error when authorizing interaction (#18203) 4 years ago
custom_css_controller.rb Add customizable user roles (#18641) 4 years ago
directories_controller.rb Change trending hashtags to be affected be reblogs (#16164) 5 years ago
emojis_controller.rb
filters_controller.rb Add ability to filter individual posts (#18945) 4 years ago
follower_accounts_controller.rb Add `/api/v1/accounts/familiar_followers` to REST API (#17700) 4 years ago
following_accounts_controller.rb Fix double render error when authorizing interaction (#18203) 4 years ago
health_controller.rb Change health check (#15988) 5 years ago
home_controller.rb Change routing paths to use usernames in web UI (#16171) 5 years ago
instance_actors_controller.rb Fix instance actor not being dereferenceable (#17457) 4 years ago
intents_controller.rb
invites_controller.rb
manifests_controller.rb
media_controller.rb Fix error when rendering public pages with media attachments (#16763) 4 years ago
media_proxy_controller.rb Refactor how Redis locks are created (#18400) 4 years ago
public_timelines_controller.rb
relationships_controller.rb Add interrelationship icon (#15149) 5 years ago
remote_follow_controller.rb
remote_interaction_controller.rb Fix functional user requirements in whitelist mode (#14093) 6 years ago
shares_controller.rb
statuses_cleanup_controller.rb Add feature to automatically delete old toots (#16529) 5 years ago
statuses_controller.rb Fix error when trying to render component for media without meta (#16112) 5 years ago
tags_controller.rb Change RSS feeds (#18356) 4 years ago