aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/federator/publisher.ex
AgeCommit message (Collapse)Author
2022-02-25Copyright bump for 2022Sean King
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
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 ↵Ivan Tashkinov
:federator_outgoing queues.
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 ↵William Pitcock
representable
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