aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/workers
AgeCommit message (Collapse)Author
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