1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
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
mailers
models Change e-mail domain blocks to match subdomains of blocked domains (#18979) 2022-08-24 19:00:55 +02:00
policies
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