Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-04 | Merge branch 'backport/hex-flake-id' into 'maint/1.1' | kaniini | |
backport: hex `flake_id` support See merge request pleroma/pleroma!1793 | |||
2019-10-04 | Replace `Pleroma.FlakeId` with `flake_id` hex package | Egor Kislitsyn | |
2019-10-04 | Track failed proxy urls and don't request them again | Sergey Suprunenko | |
2019-10-04 | application: fix up after_supervisor_start removal backport | Ariadne Conill | |
2019-10-04 | remove remaining errors from tests | Steven Fuchs | |
2019-10-04 | Revert "Merge branch 'revert-4fabf83a' into 'develop'" | Egor Kislitsyn | |
This reverts commit fe7fd331263007e0fb2877ef7370a09a9704da36, reversing changes made to 4fabf83ad01352442906d79187aeab4c777f4df8. | |||
2019-09-09 | Add Pleroma.Plugs.Cache | minibikini | |
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-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 | fix formatting | stwf | |
2019-08-14 | Isolate OAuth.Token.CleanWorker | stwf | |
2019-08-14 | use default child_specs | stwf | |
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 | |
2019-04-20 | Fix Credo warnings | Roman Chvanikov | |
2019-04-20 | Digest emails | Roman Chvanikov | |
2019-04-08 | Merge remote-tracking branch 'pleroma/develop' into use-jobs-in-webpush | Egor Kislitsyn | |
2019-04-08 | Merge branch 'develop' into use-jobs-in-webpush | Egor Kislitsyn | |
2019-04-06 | Add scheduler for sending scheduled activities to the queue | eugenijm | |
2019-04-05 | Use PleromaJobQueue in Pleroma.Web.Push | Egor Kislitsyn | |
2019-04-04 | Code readability tweak | Mark Felder | |
2019-04-04 | [#1] fix telemetry | Egor Kislitsyn | |
2019-04-04 | Set up telemetry and prometheus | href | |
2019-03-29 | Replace Pleroma.Jobs with `pleroma_job_queue` | Egor | |
2019-03-13 | [Credo] write large numbers with underscore separation | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] Remove parentesis on argument-less functions | Haelwenn (lanodan) Monnier | |
2019-02-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/jobs | Egor Kislitsyn | |
# Conflicts: # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/federator/federator.ex | |||
2019-02-01 | use Mix.Project.Config for some Application functions | Luna | |
2019-02-01 | use nodeinfo 2.1, add repository field | Luna | |
that is the only change from nodeinfo 2.0 to 2.1 also this makes the nodeinfo tests use 2.1.json instead of 2.0.json | |||
2019-01-31 | fix merge | Egor Kislitsyn | |
2019-01-31 | Merge remote-tracking branch 'MAIN/develop' into feature/jobs | Egor Kislitsyn | |
2019-01-30 | Fix 4aff4efa typos | href | |
2019-01-30 | Use multiple hackney pools | href | |
* federation (ap, salmon) * media (rich media, media proxy) * upload (uploader proxy) Each "part" will stop fighting others ones -- a huge federation outbound could before make the media proxy fail to checkout a connection in time. splitted media and uploaded media for the good reason than an upload pool will have all connections to the same host (the uploader upstream). it also has a longer default retention period for connections. | |||
2019-01-29 | Merge branch 'hj-happiness-improvement' into 'develop' | kaniini | |
New frontend configuration mechanism. Closes #445 See merge request pleroma/pleroma!700 |