mastodon/spec
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
..
controllers Add ability to filter individual posts (#18945) 2022-08-25 04:27:47 +02:00
fabricators Add ability to filter individual posts (#18945) 2022-08-25 04:27:47 +02:00
features
fixtures
helpers
lib Change how hashtags are normalized (#18795) 2022-07-13 15:03:28 +02:00
mailers
models Change e-mail domain blocks to match subdomains of blocked domains (#18979) 2022-08-24 19:00:55 +02:00
policies Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
presenters Add ability to filter individual posts (#18945) 2022-08-25 04:27:47 +02:00
requests
routing
serializers/activitypub
services Add ability to block sign-ups from IP (#19037) 2022-08-24 19:00:37 +02:00
support
validators
views
workers
rails_helper.rb
spec_helper.rb