aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/workers
AgeCommit message (Collapse)Author
2020-05-01Merge branch 'fix/follow-and-blocks-import' into 'develop'Haelwenn
Fix follower/blocks import when nicknames starts with @ Closes #1698 See merge request pleroma/pleroma!2416
2020-03-16rip out fetch_initial_postsrinpatch
Every time someone tries to use it, it goes mad and tries to scrape the entire fediverse for no visible reason, it's better to just remove it than continue shipping it in it's current state. idea acked by lain and feld on irc Closes #1595 #1422
2020-03-04Merge branch 'fix/no-email-no-fail' into 'develop'lain
Do not fail when user has no email See merge request pleroma/pleroma!2249
2020-03-03Update CopyrightsMark Felder
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
2020-02-27Do not fail when user has no emailEgor Kislitsyn
2020-02-20Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
1505-threads-federation # Conflicts: # config/config.exs
2020-02-18Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
1505-threads-federation
2020-02-15[#1505] Restricted max thread distance for fetching replies on incoming ↵Ivan Tashkinov
federation (in addition to reply-to depth restriction).
2020-02-11Hotlink logo instead of attachmentEgor Kislitsyn
2020-02-11Merge branch 'develop' into feature/new-registrations-digestEgor Kislitsyn
2020-02-08[#1505] Added tests, changelog entry, tweaked config settings related to ↵Ivan Tashkinov
replies output on outgoing federation.
2020-02-05Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
1505-threads-federation
2020-01-28Merge branch 'develop' into issue/1383Maksim Pechnikov
2020-01-28Add test for custom base_url when deleting an attachmentRoman Chvanikov
2020-01-28Fix base_url string trimmingRoman Chvanikov
2020-01-28Add loggingRoman Chvanikov
2020-01-28Fix __MODULE__ usageRoman Chvanikov
2020-01-28Remove unused varRoman Chvanikov
2020-01-28explicitly describe perform op in AttachmentsClenupWorkerRoman Chvanikov
2020-01-27Fix typoRoman Chvanikov
2020-01-25[#1505] Background fetching of incoming activities' `replies` collections.Ivan Tashkinov
2020-01-23removed try/rescueMaksim Pechnikov
2020-01-23Apply suggestion to lib/pleroma/workers/cron/clear_oauth_token_worker.exMaksim
2020-01-22Merge branch 'develop' into feature/new-registrations-digestEgor Kislitsyn
2020-01-22Fix credo warningsEgor Kislitsyn
2020-01-22Disable NewUsersDigestEmail by defaultEgor Kislitsyn
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