mastodon/app
Claire 4ef608da0c Deduplicate unique accounts and limit account array in descendants CTE
Limit unique accounts to check blocks from to 30 unique accounts (any new
participant will have its blocks ignored for the purpose of displaying the
posts). This is extremely unlikely to be reached in a legitimate situation,
but would limit wasteful computation in specially-crafted threads with many
participants.
2024-10-02 14:58:35 +02:00
..
chewy Clamp dates when serializing to Elasticsearch API (#28081) 2023-11-27 13:25:54 +00:00
controllers Remove blocked users from ActivityPub replies collection 2024-10-02 14:58:35 +02:00
helpers Show timestamp when the user deletes their account on admin dashboard (#25640) 2024-10-01 13:54:28 +00:00
javascript New Crowdin Translations (automated) (#32214) 2024-10-02 09:05:57 +00:00
lib Spare processing incoming messages that would only be processed because they are mentioning blocked users 2024-10-02 14:58:35 +02:00
mailers Add coverage and use mailer callback to check functional user in notification mailer (#32055) 2024-09-25 08:07:48 +00:00
models Deduplicate unique accounts and limit account array in descendants CTE 2024-10-02 14:58:35 +02:00
policies Fix Rails/WhereRange cop (#30343) 2024-05-20 09:37:36 +00:00
presenters Add preview of followers removed in domain block modal in web UI (#32032) 2024-09-25 18:13:36 +00:00
serializers Add preview of followers removed in domain block modal in web UI (#32032) 2024-09-25 18:13:36 +00:00
services Fix unneeded requests to blocked domains when receiving relayed signed activities from them (#31161) 2024-10-01 12:52:13 +00:00
validators Remove unused E2EE messaging code (#31193) 2024-09-18 09:27:43 +00:00
views Fix broken border on applications list (#32147) 2024-10-01 13:38:29 +00:00
workers Ignore error if mentioned account was not processable (#29215) 2024-10-02 08:08:02 +00:00