aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/federator/publisher.ex
AgeCommit message (Expand)Author
2020-03-03Update CopyrightsMark Felder
2019-12-11Set log level to debug for not important messagesEgor Kislitsyn
2019-10-18publisher: move remote_users() from Salmon moduleAriadne Conill
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-09[#1149] Oban jobs implementation for :federator_incoming and :federator_outgo...Ivan Tashkinov
2019-08-01[#1149] Replaced RetryQueue with oban-based retries.Ivan Tashkinov
2019-05-17Fix/902 random compile failingAlexander Strizhakov
2019-05-16publisher: use the correct queue name for outgoing federationWilliam Pitcock
2019-05-12nodeinfo: gather supported protocol names from federation modulesWilliam Pitcock
2019-05-12webfinger: build the response based on enabled federation modulesWilliam Pitcock
2019-05-12federator: publisher: only attempt publishing if we know the activity is repr...William Pitcock
2019-05-12federator: publisher: add publish() wrapperWilliam Pitcock
2019-05-12federator: publisher: integrate job queue, simplify publish_one logicWilliam Pitcock
2019-05-12federator: add publisher module defining a contract for publishing behavioursWilliam Pitcock