mastodon/app/models/concerns
Claire 50487db122
Add ability to filter individual posts ()
* 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
..
account_associations.rb Add notifications for statuses deleted by moderators ()
account_avatar.rb Add support for webp uploads ()
account_counters.rb Fix account deletion sometimes failing because of optimistic locks ()
account_finder_concern.rb Fix instance actor being incorrectly created when running migrations ()
account_header.rb Add support for webp uploads ()
account_interactions.rb Add ability to filter individual posts ()
account_merging.rb Update fix-duplicates maintenance task ()
attachmentable.rb Switch from unmaintained paperclip to kt-paperclip ()
cacheable.rb Fix cache_associated no longer working ()
domain_materializable.rb Fix performance on instances list in admin UI ()
domain_normalizable.rb Fix admin page crashing when trying to block an invalid domain name ()
expireable.rb Fix not being able to change world filter expiration back to “Never” ()
follow_limitable.rb Fix being able to import more than allowed number of follows ()
ldap_authenticable.rb Add authentication history ()
lockable.rb Refactor how Redis locks are created ()
omniauthable.rb Allow login through OpenID Connect ()
paginable.rb allow pagination by min_id and max_id ()
pam_authenticable.rb Fix LDAP/PAM/SAML/CAS users not being approved instantly ()
rate_limitable.rb Add specific rate limits for posting and following ()
redisable.rb Refactor how Redis locks are created ()
relationship_cacheable.rb Cache relationships in API ()
remotable.rb Fix to be able to redownload avatar and header ()
status_snapshot_concern.rb Fix edits with no actual changes being allowed ()
status_threading_concern.rb Optimize map { ... }.compact calls ()