Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-15 | Merge branch 'fix/1610-release-compilation-config-fix' into 'develop' | rinpatch | |
Merging default release config on app start Closes #1610 See merge request pleroma/pleroma!2288 | |||
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\/>' | |||
2020-02-03 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2020-01-28 | Warn if HTTPSecurityPlug is disabled | Egor Kislitsyn | |
2020-01-22 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2020-01-20 | Check for unapplied migrations on startup | rinpatch | |
Closes #1328 | |||
2019-12-21 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-10 | Merge branch 'develop' into feature/custom-runtime-modules | Egor Kislitsyn | |
2019-12-09 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-09 | Set Logger level to :info in prod | Egor Kislitsyn | |
2019-12-09 | Add Pleroma.Utils.compile_dir/1 | Egor Kislitsyn | |
2019-12-08 | HTML: Compile Scrubbers on boot | rinpatch | |
This makes it possible to configure their behavior on OTP releases. | |||
2019-12-08 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-06 | Add a test for custom runtime modules | Egor Kislitsyn | |
2019-12-06 | Use Kernel.inspect/2 to print loaded custom modules | Egor Kislitsyn | |
2019-12-06 | Move runtime configuration from `:instance` to `:modules` | Egor Kislitsyn | |
2019-12-05 | Fix credo warning | Egor Kislitsyn | |
2019-12-05 | Add support for custom modules | Egor Kislitsyn | |
2019-12-04 | ChatChannel: Ignore messages that are too long. | lain | |
2019-11-28 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-11-27 | moved DigestEmail to Oban Periodic jobs | Maksim Pechnikov | |
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 | |