about summary refs log tree commit diff
path: root/app/workers
AgeCommit message (Expand)Author
2022-12-15Fix typos in source documentation (#21046)luzpaz
2022-11-10Change incoming activity processing to happen in `ingress` queue (#20264)Eugen Rochko
2022-11-09Change account deletion requests to spread out over time (#20222)Claire
2022-11-09Fix being able to spoof link verification (#20217)Eugen Rochko
2022-11-07Fix followers count not being updated when migrating follows (#19998)Claire
2022-11-05Fix indexing scheduler trying to index when Elasticsearch is disabled (#19805)Eugen Rochko
2022-11-04Add caching for payload serialization during fan-out (#19642)Eugen Rochko
2022-11-01Fix N+1 on mentions in PushUpdateWorker (#19637)Claire
2022-11-01Fix UserCleanupScheduler crash when an unconfirmed account has a moderation n...Claire
2022-10-26Fix vacuum scheduler missing lock, locks never expiring (#19458)Eugen Rochko
2022-10-22Change featured tag updates to add/remove activity (#19409)Takeshi Umeda
2022-10-20Add synchronization of remote featured tags (#19380)Takeshi Umeda
2022-09-27Add retention policy for cached content and media (#19232)Eugen Rochko
2022-09-21Refactor ActivityPub handling to prepare for non-Account actors (#19212)Claire
2022-09-20Add ability to filter followed accounts' posts by language (#19095)Eugen Rochko
2022-08-25Remove digest e-mails (#17985)Eugen Rochko
2022-07-17Add ability to follow hashtags (#18809)Eugen Rochko
2022-07-07ip_cleanup_scheduler: Make IP and session retention configurable (#18757)Jeremy Kescher
2022-06-09Add administrative webhooks (#18510)Eugen Rochko
2022-05-28Prevent use locale with empty string (#18543)Jeong Arm
2022-05-18Change search indexing to use batches to minimize resource usage (#18451)Eugen Rochko
2022-05-13Refactor how Redis locks are created (#18400)Eugen Rochko
2022-04-29Remove IP matching from e-mail domain blocks (#18190)Eugen Rochko
2022-04-28Fix single Redis connection being used across all threads (#18135)Eugen Rochko
2022-03-19Fix clean_discarded_statuses (#17822)Jeong Arm
2022-03-09Change design of federation pages in admin UI (#17704)Eugen Rochko
2022-03-04Fix duplicate notifications being possible after poll expiration (#17697)Eugen Rochko
2022-03-01Change authorized applications page (#17656)Eugen Rochko
2022-02-26Fix crash in EmailDomainBlockRefreshScheduler (#17649)Claire
2022-02-25Add trending statuses (#17431)Eugen Rochko
2022-02-24Change e-mail domain blocks to block IPs dynamically (#17635)Eugen Rochko
2022-02-11Add notifications when a reblogged status has been updated (#17404)Eugen Rochko
2022-02-10Fix NoMethodError in StatusUpdateDistributionWorker (#17499)Claire
2022-02-10Add editing for published statuses (#17320)Eugen Rochko
2022-02-08Fix localization of cold-start follow recommendations (#17479)Eugen Rochko
2022-02-07Fix Ruby 2.5 incompatibility (#17465)Claire
2022-02-07Fix errors when multiple Delete are received for a given actor (#17460)Claire
2022-01-28Fix Sidekiq warnings about JSON serialization (#17381)Claire
2022-01-19Fix error when using raw distribution worker (#17334)Eugen Rochko
2022-01-19Add support for editing for published statuses (#16697)Eugen Rochko
2022-01-17Add notifications for statuses deleted by moderators (#17204)Eugen Rochko
2022-01-17Add support for private pinned posts (#16954)Claire
2022-01-16Remove IP tracking columns from users table (#16409)Eugen Rochko
2021-12-17Add ability to purge undeliverable domains from admin interface (#16686)Claire
2021-12-13Fix follow recommendation biased towards older accounts (#17126)Takeshi Umeda
2021-11-25Add trending links (#16917)Eugen Rochko
2021-11-06Fix AccountNote not having a maximum length (#16942)Claire
2021-08-11Fix followers synchronization mechanism not working when URI has empty path (...Claire
2021-08-09Add feature to automatically delete old toots (#16529)Claire
2021-08-08Fix when MoveWorker cannot get locale from remote account (#16576)Takeshi Umeda