Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-17 | small refactoring | Maksim Pechnikov | |
2020-09-06 | added import mutes | Maksim Pechnikov | |
2020-06-23 | migrate to oban 2.0-rc1 | Maksim Pechnikov | |
2020-04-22 | Fix Oban warning | Egor Kislitsyn | |
Warning example: [warn] Expected Elixir.Pleroma.Workers.BackgroundWorker.perform/2 to return :ok, {:ok, value}, or {:error, reason}. Instead received: [error: "not found @user@server.party", error: "not found "] The job will be considered a success. | |||
2020-03-15 | rip out fetch_initial_posts | rinpatch | |
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-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (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\/>' | |||
2019-12-04 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-11-25 | moved OAuth.Token.CleanWorker to Oban Periodic jobs | Maksim Pechnikov | |
2019-10-30 | Handle "Move" activity | Egor Kislitsyn | |
2019-09-22 | Admin API: Add ability to force user's password reset | Maxim Filippov | |
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-23 | [#1149] Upgraded `oban` from 0.6.0 to 0.7.1. | Ivan Tashkinov | |
2019-08-13 | [#1149] Added more oban workers. Refactoring. | Ivan Tashkinov | |