Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-27 | moved ActivityExpiration to Oban Periodic jobs | Maksim Pechnikov | |
2019-11-27 | moved ScheduledActivity to Oban Periodic jobs | Maksim Pechnikov | |
2019-11-25 | moved OAuth.Token.CleanWorker to Oban Periodic jobs | Maksim Pechnikov | |
2019-11-25 | add ability to set a custom user-agent string | Sadposter | |
2019-11-11 | New rate limiter | Steven Fuchs | |
2019-10-18 | application: don't start Federator.init/1 anymore | Ariadne Conill | |
2019-10-04 | Merge branch 'featrue/job-monitor' into 'develop' | lain | |
Add Pleroma.JobQueueMonitor Closes #1274 See merge request pleroma/pleroma!1721 | |||
2019-10-01 | Track failed proxy urls and don't request them again | Sergey Suprunenko | |
2019-09-26 | Add Pleroma.JobQueueMonitor | Egor Kislitsyn | |
2019-09-26 | Merge branch 'hex-flake-id' into 'develop' | kaniini | |
Replace `Pleroma.FlakeId` with `flake_id` hex package See merge request pleroma/pleroma!1692 | |||
2019-09-25 | Replace `Pleroma.FlakeId` with `flake_id` hex package | Egor Kislitsyn | |
2019-09-19 | Add caching for emoji pack sharing | Ekaterina Vaartis | |
2019-09-17 | remove remaining errors from tests | Steven Fuchs | |
2019-09-16 | Revert "Merge branch 'revert-4fabf83a' into 'develop'" | Egor Kislitsyn | |
This reverts commit fe7fd331263007e0fb2877ef7370a09a9704da36, reversing changes made to 4fabf83ad01352442906d79187aeab4c777f4df8. | |||
2019-09-16 | Revert "Merge branch 'streamer-refactoring' into 'develop'" | kaniini | |
This reverts merge request !1653 | |||
2019-09-16 | Streamer refactoring | Steven Fuchs | |
2019-09-14 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1149-oban-job-queue # Conflicts: # docs/config.md # mix.lock | |||
2019-09-09 | Add Pleroma.Plugs.Cache | minibikini | |
2019-09-02 | [#1149] Refactoring: GenServer workers renamed to daemons, `use Oban.Worker` ↵ | Ivan Tashkinov | |
moved to helper. | |||
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-24 | ActivityExpirationWorker: Fix merge issues. | lain | |
2019-08-24 | Merge remote-tracking branch 'origin/develop' into ↵ | lain | |
sixohsix/pleroma-post_expiration | |||
2019-08-23 | [#1149] Introduced `quantum` job scheduler. Documentation & config changes. | Ivan Tashkinov | |
2019-08-23 | [#1149] Upgraded `oban` from 0.6.0 to 0.7.1. | Ivan Tashkinov | |
2019-08-22 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1149-oban-job-queue # Conflicts: # lib/pleroma/application.ex # lib/pleroma/scheduled_activity_worker.ex # lib/pleroma/web/federator/retry_queue.ex # lib/pleroma/web/oauth/token/clean_worker.ex # test/user_test.exs # test/web/federator_test.exs | |||
2019-08-15 | Fix OAuth cleanup worker unconditionally starting | rinpatch | |
!1576 removed enabled/disabled check from the worker, in favor of just not starting it in application.ex if disabled. However a line unconditionally starting the worker was removed | |||
2019-08-14 | [#1149] Oban mailer job. Adjusted tests. | Ivan Tashkinov | |
2019-08-14 | fix formatting | stwf | |
2019-08-14 | Isolate OAuth.Token.CleanWorker | stwf | |
2019-08-14 | use default child_specs | stwf | |
2019-08-09 | Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue | Ivan Tashkinov | |
2019-08-01 | [#1149] Replaced RetryQueue with oban-based retries. | Ivan Tashkinov | |
2019-07-24 | Add activity expiration worker | Mike Verdone | |
This is a worker that runs every minute and deletes expired activities. It's based heavily on the scheduled activities worker. | |||
2019-07-20 | Merge develop | Roman Chvanikov | |
2019-07-17 | activitypub: introduce internal fetch service actor | Ariadne Conill | |
2019-07-16 | Use PleromaJobQueue for scheduling | Roman Chvanikov | |
2019-07-12 | merge develop | Roman Chvanikov | |
2019-07-10 | removing synchronization worker | Alex S | |
2019-07-09 | Merge develop | Roman Chvanikov | |
2019-07-09 | Fix/1019 correct count remote users | Alexander Strizhakov | |
2019-06-29 | Resolve conflicts | Roman Chvanikov | |
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-06-13 | Prometheus: Remove flaky process collection NIF. | lain | |
2019-06-07 | Resolve conflicts | Roman Chvanikov | |
2019-06-06 | Replace Mix.env with Pleroma.Config.get(:env) | rinpatch | |
Mix.env/0 is not availible in release environments such as distillery or elixir's built-in releases. | |||
2019-06-06 | Switch to manual Supervisor child specifications instead of Supervisor.Spec | rinpatch | |
Supervisor.Spec is deprecated and causes warnings on Elixir master, see https://hexdocs.pm/elixir/Supervisor.Spec.html | |||
2019-05-29 | Merge develop | Roman Chvanikov | |
2019-05-22 | [#699] add worker to clean expired oauth tokens | Maksim | |
2019-05-21 | Fix prometheus-ecto error when not configured | Aaron Tinio | |