about summary refs log tree commit diff
path: root/app/workers
AgeCommit message (Collapse)Author
2020-02-21port tootsuite#11638 to monsterfork: Fix remote and staff-removed statuses ↵Eugen Rochko
leaving media behind for a day The reason for unattaching media instead of removing it is to support delete & redraft functionality, but remote or staff-removed statuses will never be redrafted, so the media should be deleted immediately
2020-02-18switch to irc-like oper behavior; require mods & admins to explicitly oper ↵multiple creatures
up using `fangs`/`op` bangtag or toggling defang setting in profile; auto-defang after 15 mins or with `defang`/`deop` bangtag
2020-02-17implement our fork of @mykola@weirder.earth's ambassador bot ↵multiple creatures
(@ambassador@monsterpit.net) within monsterfork itself
2020-02-17remove unique job constaint, handle `Mastodon::NotPermittedError`multiple creatures
2020-02-16fix mention processing bugmultiple creatures
2020-02-16clean upmultiple creatures
2020-02-16symbolize options hashmultiple creatures
2020-02-16invalidate cache when publishing previously-unpublished postsmultiple creatures
2020-02-16make sure `hidden` is set false when it has not been specifed in the post workermultiple creatures
2020-02-16must throw exception if update failsmultiple creatures
2020-02-16do not try to process mentions in hidden postsmultiple creatures
2020-02-16refresh `status` state after updatingmultiple creatures
2020-02-16change context of `hidden?` to mean a hidden post, not a non-distributable postmultiple creatures
2020-02-16check use `hidden` instead of `hidden?`multiple creatures
2020-02-16add `process_mentions` boolean to post workermultiple creatures
2020-02-15remove unneeded `instance_actor` proprety in janitormultiple creatures
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 ↵multiple creatures
changing their access policy
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 ↵multiple creatures
options to defederate and/or delete past posts + add `defed_in`/`parent:defed_in`/`thread:defed_in` bangtags + ui indicator for posts marked for auto-defederation
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 & ↵multiple creatures
list timelines
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 ↵Eugen Rochko
concern (#10966)
2019-11-19Retry ActivityPub inbox delivery on HTTP 401 and 408 errors (#10812)ThibG
HTTP 401 responses returned by Mastodon's inbox controller may be temporary if, for instance, the requesting user's actor/key json could not be retrieved in a timely fashion. This changes allow retries instead of dropping the message entirely. Also added HTTP 408 as that error is by nature temporary.
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 ↵multiple creatures
timelines before delivering the new verison.
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 ↵multiple creatures
Janitor.
2019-11-06perform spam detection at registration timemultiple creatures
2019-10-26before publishing a status force its formatting to be recached (fixes the ↵multiple creatures
mentions bug)
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 ↵multiple creatures
`Rails.cache.write(stop_fetch_media_worker, true)`
2019-09-17`FetchMediaWorker` no longer re-fetches stuff the server already has unless ↵multiple creatures
`force` is set