aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/workers
AgeCommit message (Collapse)Author
2020-01-22Add new users digest emailEgor Kislitsyn
2020-01-22Merge branch 'develop' into issue/1383Maksim Pechnikov
2020-01-19Fix credo warningRoman Chvanikov
2020-01-19Delete attachments asynchronouslyRoman Chvanikov
2019-12-09Merge branch 'develop' into issue/1383Maksim Pechnikov
2019-12-05Merge branch 'develop' into issue/1342Maksim Pechnikov
2019-12-04Merge branch 'develop' into issue/1383Maksim Pechnikov
2019-12-04updated ScheduledActivityMaksim Pechnikov
2019-11-28added privacy option to push notificationsMaksim Pechnikov
2019-11-27moved DigestEmail to Oban Periodic jobsMaksim Pechnikov
2019-11-27moved ActivityExpiration to Oban Periodic jobsMaksim Pechnikov
2019-11-27moved ScheduledActivity to Oban Periodic jobsMaksim Pechnikov
2019-11-26moved Pleroma.Stats to Oban Periodic jobsMaksim Pechnikov
2019-11-25moved OAuth.Token.CleanWorker to Oban Periodic jobsMaksim Pechnikov
2019-10-30Handle "Move" activityEgor Kislitsyn
2019-10-18federator: remove OStatus incoming document supportAriadne Conill
2019-10-18federator: remove websub stuffAriadne Conill
2019-09-22Admin API: Add ability to force user's password resetMaxim Filippov
2019-09-17Fix notification warningsSteven Fuchs
2019-09-02[#1149] Refactoring: GenServer workers renamed to daemons, `use Oban.Worker` ↵Ivan Tashkinov
moved to helper.
2019-08-31[#1149] Refactored Oban workers API (introduced `enqueue/3`).Ivan Tashkinov
2019-08-31[#1149] Addressed code review comments (code style, jobs pruning etc.).Ivan Tashkinov
2019-08-31[#1149] Added Oban job for "activity_expiration". Merged remote-tracking ↵Ivan Tashkinov
branch 'remotes/upstream/develop' into 1149-oban-job-queue # Conflicts: # config/config.exs
2019-08-27[#1149] Bugfix: Pleroma.Workers.Subscriber / "verify_websub" works with ↵Ivan Tashkinov
WebsubServerSubscription.
2019-08-23[#1149] Publisher worker fix (atomized `params` keys).Ivan Tashkinov
2019-08-23[#1149] Upgraded `oban` from 0.6.0 to 0.7.1.Ivan Tashkinov
2019-08-14[#1149] Oban mailer job. Adjusted tests.Ivan Tashkinov
2019-08-13[#1149] Added more oban workers. Refactoring.Ivan Tashkinov
2019-08-09[#1149] Oban jobs implementation for :federator_incoming and ↵Ivan Tashkinov
:federator_outgoing queues.
2019-08-01[#1149] Replaced RetryQueue with oban-based retries.Ivan Tashkinov