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
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
8 years ago
..
activitypub Better pagination for ActivityPub outbox (#7356) 8 years ago
admin Add resend confirmation for admin (#7378) 8 years ago
api Keyword/phrase filtering (#7905) 8 years ago
auth Replace bypass option with bypass_sign_in (#7867) 8 years ago
concerns HTTP signatures spec no longer requires algorithms field (#7525) 8 years ago
oauth Ensure push subscription is immediately removed when application is revoked (#7548) 8 years ago
settings Allow selecting default posting language instead of auto-detect (#7828) 8 years ago
well_known
about_controller.rb Add option to show only local toots in timeline preview (#6292) 8 years ago
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Add RSS feeds for end-users (#7259) 8 years ago
application_controller.rb Catch ActionController::UnknownFormat and return HTTP 406 (#7621) 8 years ago
authorize_follows_controller.rb Rename ResolveRemoteAccountService to ResolveAccountService (#6327) 8 years ago
emojis_controller.rb Cache JSON of immutable ActivityPub representations (#6171) 8 years ago
filters_controller.rb Keyword/phrase filtering (#7905) 8 years ago
follower_accounts_controller.rb Add preference to hide following/followers lists (#7532) 8 years ago
following_accounts_controller.rb Add preference to hide following/followers lists (#7532) 8 years ago
home_controller.rb Set Referrer-Policy to origin in web UI and public pages of private toots (#7162) 8 years ago
intents_controller.rb Add tests for intents_controller (#7763) 8 years ago
invites_controller.rb Add autofollow option to invites (#7805) 8 years ago
manifests_controller.rb
media_controller.rb Save video metadata and improve video OpenGraph tags (#6481) 8 years ago
media_proxy_controller.rb Raise Mastodon::RaceConditionError if Redis lock failed (#7511) 8 years ago
remote_follow_controller.rb Show mastodon on modal (#6129) 8 years ago
remote_unfollows_controller.rb Add tests for remote_unfollows_controller (#7879) 8 years ago
shares_controller.rb Add REST API for Web Push Notifications subscriptions (#7445) 8 years ago
statuses_controller.rb Fix "Show more" URL on paginated threads for remote statuses (#7285) 8 years ago
stream_entries_controller.rb Fix "Show more" URL on paginated threads for remote statuses (#7285) 8 years ago
tags_controller.rb Add RSS feeds for end-users (#7259) 8 years ago