about summary refs log tree commit diff
path: root/app/workers
AgeCommit message (Expand)Author
2019-08-03`monsterpit-janitor` is now built in as a sidekiq job (with better code)multiple creatures
2019-07-31ability to add domain moderation notes, edit existing domain policies in-plac...multiple creatures
2019-07-30revert to `text/plain` for transparancy loggermultiple creatures
2019-07-29add plain-text console formatting optionmultiple creatures
2019-07-29fix delayed roars mentions bug, increase delay to 1 minute, include local onl...multiple creatures
2019-07-29optional delayed publishing of roars for proofreadingmultiple creatures
2019-07-26make sure self-destructing roar worker exits successfullymultiple creatures
2019-07-26process self-destructing roars asynchronouslymultiple creatures
2019-07-26split federation & moderation logs into different subscopes + make scope tag ...multiple creatures
2019-07-24logger should not generate link cards or mentions for entriesmultiple creatures
2019-07-24transparancy - log use of admin related method calls & activitypub auto-rejec...multiple creatures
2019-07-24revert the current unfinished chat implementationmultiple creatures
2019-07-23add self-destructing roars & `live`/`lifespan` bangtagsmultiple creatures
2019-07-15local visibility scope, chat scope+tags, unlisted tagsmultiple creatures
2019-07-15make blocking domains actually block the accountsmultiple creatures
2019-05-21Drop remaining OStatus and PuSH code, as well as related database items.multiple creatures
2019-05-21Drop OStatus support. Fix some of the Rspec tests.multiple creatures
2019-05-04Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-05-03Do not retry processing ActivityPub jobs raising validation errors (#10614)ThibG
2019-04-08Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-04-08Export and import show_reblogs together with following list (#10495)ThibG
2019-04-04Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-04-03Export and import `hide_notifications` alongside user mutes (#10335)ThibG
2019-03-28Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-28Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401)Eugen Rochko
2019-03-16Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-16Avoid race condition when streaming deleted statuses (#10280)ThibG
2019-03-14Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-14Fix wrong method used in PollExpirationNotifyWorker (#10265)Eugen Rochko
2019-03-13Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-12Fix poll update handler calling method was that was not available (#10246)Eugen Rochko
2019-03-11Do not leak instance-local polls to remote followersThibaut Girka
2019-03-11Support pushing and receiving updates to poll tallies (#10209)ThibG
2019-03-05Do not error out on unsalvageable errors in FetchRepliesService (#10175)ThibG
2019-02-28Improved remote thread fetching (#10106)ThibG
2019-02-13Filter incoming Create activities by relation to local activity (#10005)Eugen Rochko
2019-02-12Move sending account Delete to anyone but the account's followers to the pull...ThibG
2019-02-03Add option to overwrite imported data (#9962)Eugen Rochko
2019-02-02Create Redisable#redis (#9633)ysksn
2019-01-20Fix multiple workers for the same scheduled status being queueable (#9875)Eugen Rochko
2019-01-06Fix wrong param name in scheduled statuses and return params in API (#9725)Eugen Rochko
2019-01-06Fix PublishScheduledStatusWorker being queued with no arguments (#9724)Eugen Rochko
2019-01-05Add scheduled statuses (#9706)Eugen Rochko
2019-01-05Follow new account before unfollowing the old one during move (#9719)Eugen Rochko
2019-01-02Improve e-mail digest (#9689)Eugen Rochko
2019-01-01Restore ReplyDistributionWorker to allow existing jobs to be processed (#9676)ThibG
2018-12-30Avoid duplicate work by merging ReplyDistributionWorker into DistributionWork...ThibG
2018-12-30Reduce usage of LD signatures (#9659)ThibG
2018-12-29Add handler for Move activity (#9629)Eugen Rochko
2018-12-17Do no retry web push workers if the server returns a 4xx response (#9434)Eugen Rochko