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/models/concerns
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
3 years ago
..
account_associations.rb Add notifications for statuses deleted by moderators (#17204) 4 years ago
account_avatar.rb Add support for webp uploads (#18506) 4 years ago
account_counters.rb
account_finder_concern.rb Fix instance actor being incorrectly created when running migrations (#18109) 4 years ago
account_header.rb Add support for webp uploads (#18506) 4 years ago
account_interactions.rb Add ability to filter individual posts (#18945) 3 years ago
account_merging.rb Update fix-duplicates maintenance task (#17731) 4 years ago
attachmentable.rb Switch from unmaintained paperclip to kt-paperclip (#16724) 4 years ago
cacheable.rb
domain_materializable.rb
domain_normalizable.rb
expireable.rb
follow_limitable.rb
ldap_authenticable.rb
lockable.rb Refactor how Redis locks are created (#18400) 4 years ago
omniauthable.rb Allow login through OpenID Connect (#16221) 4 years ago
paginable.rb
pam_authenticable.rb
rate_limitable.rb
redisable.rb Refactor how Redis locks are created (#18400) 4 years ago
relationship_cacheable.rb
remotable.rb
status_snapshot_concern.rb Fix edits with no actual changes being allowed (#17843) 4 years ago
status_threading_concern.rb