about summary refs log tree commit diff
path: root/app/workers
AgeCommit message (Expand)Author
2020-02-14filter hidden & delayed posts from timelines until publishedmultiple creatures
2020-02-14avoid setting expirations twice & apply `hidden` attribute in post workermultiple creatures
2020-02-10move `instance_actor` & `actor_type` check to correct modelmultiple creatures
2020-02-07exempt service accounts from being eaten by the janitormultiple creatures
2020-02-05delayed boosts queue no longer freezes up if one fails due to the author chan...multiple creatures
2020-01-20More smoke testing, merge in request pool from upstreamHolly 'Frinkel' Lotor
2020-01-20Original upstream mergeThibG
2020-01-14fix the "include past roars" buttonsmultiple creatures
2020-01-13add new privacy option to auto-defederate after a given timespan + add option...multiple creatures
2019-12-12periodically clean up filter cachesmultiple creatures
2019-12-12use service account helper in janitor schedulermultiple creatures
2019-12-12simplify the asynchronous post workermultiple creatures
2019-12-12remove duplicate post distribution callsmultiple creatures
2019-12-11use `set` instead of `setex`multiple creatures
2019-12-10synchronize remote posts on first followmultiple creatures
2019-12-05use keyword argument for `delayed` flagmultiple creatures
2019-12-03when someone adds/changes a filter retroactively apply it to their home & lis...multiple creatures
2019-12-02pruning thread leaves can cause data loss - let's not do thatmultiple creatures
2019-11-19Refactor all ActivityPub deliveries to be serialized and signed through one c...Eugen Rochko
2019-11-19Retry ActivityPub inbox delivery on HTTP 401 and 408 errors (#10812)ThibG
2019-11-18Revert `7f2174466` because it is causing thread mode to break.multiple creatures
2019-11-18When a post is delayed or updated, remove the old version from local timeline...multiple creatures
2019-11-18Send status ID instead of objects to `ActivityPub::DistributionWorker`multiple creatures
2019-11-18Be more specific about checking for the truthiness of `nomentions`.multiple creatures
2019-11-18Auto-remove expired filters.multiple creatures
2019-11-17Remove duplicated code.multiple creatures
2019-11-16The WAS spammer detection is no longer needed; removing this code from the Ja...multiple creatures
2019-11-06perform spam detection at registration timemultiple creatures
2019-10-26before publishing a status force its formatting to be recached (fixes the men...multiple creatures
2019-10-19tighten abandoned account query in janitormultiple creatures
2019-10-13(optionally) announce the success of werewolf transformationsmultiple creatures
2019-10-12`FetchAvatarMediaWorker` -> `FetchAvatarWorker`multiple creatures
2019-09-17make `BatchFetchMediaWorker` emergency stoppable by setting `Rails.cache.writ...multiple creatures
2019-09-17`FetchMediaWorker` no longer re-fetches stuff the server already has unless `...multiple creatures
2019-09-17add `FetchAvatarWorker` to (re-)fetch account avatars/headersmultiple creatures
2019-09-17add `BatchFetchMediaWorker` to fetch batches of media without overloading eit...multiple creatures
2019-09-16move backup worker to bulk queuemultiple creatures
2019-09-16move link crawler to bulk queue; give up on ssl or no-card errorsmultiple creatures
2019-09-16retry media fetches twice before giving up; move media fetches to bulk queuemultiple creatures
2019-09-07do not retry `FetchMediaWorker` jobsmultiple creatures
2019-09-06convert spam filters into unioned regex, match between word boundariesmultiple creatures
2019-08-30use a scheduled task to batch domain policy changes + revert `29643fd6` to av...multiple creatures
2019-08-30make sure media attachments are not from a blocked account, CDN, or their sub...multiple creatures
2019-08-30make sure id is an integermultiple creatures
2019-08-30(asynchronously) re-fetch missing media on serializemultiple creatures
2019-08-26detect spam registrations + include account approvals/rejections in transpara...multiple creatures
2019-08-18split db pruning off into its own scheduled jobmultiple creatures
2019-08-18janitor - allow retries, `@account_ids -> @exclude_ids`, remove unneeded `uni...multiple creatures
2019-08-18use default sidekiq options for `LogWorker`multiple creatures
2019-08-18use default sidekiq options for `DomainBlockWorker`multiple creatures