Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-22 | [#699] add worker to clean expired oauth tokens | Maksim | |
2019-05-21 | Fix prometheus-ecto error when not configured | Aaron Tinio | |
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 | |||
2019-01-28 | add a job queue | Egor Kislitsyn | |
2019-01-28 | Put deprecation warnings undre Pleroma.Config. | lain | |
2019-01-28 | Don't run warnings in a task. | lain | |
2019-01-28 | Add deprecation warning mechanism. | lain | |
2019-01-23 | Flake Ids for Users and Activities | href | |
2019-01-04 | rich media: use cachex to avoid flooding remote servers | William Pitcock | |
2019-01-03 | Merge branch 'captcha' into 'develop' | rinpatch | |
Make captcha (kocaptcha) stateless See merge request pleroma/pleroma!585 | |||
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-30 | Friendship ended with Postgresql now Cachex is my best friend | Rin Toshaka | |
2018-12-27 | Set ttl_interval to the seconds_valid time | vaartis | |
2018-12-27 | Up captcha timer to 60 secs again, save used captchas in cachex | Ekaterina Vaartis | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-12-15 | Add base CAPTCHA support (currently only kocaptcha) | Ekaterina Vaartis | |
2018-12-09 | fix compile warnings | Maksim Pechnikov | |
2018-12-06 | Merge branch 'develop' into feature/compat/push-subscriptions | Egor Kislitsyn | |
# Conflicts: # lib/pleroma/application.ex # lib/pleroma/plugs/oauth_plug.ex | |||
2018-12-06 | Merge branch 'develop' into feature/compat/push-subscriptions | Egor Kislitsyn | |
# Conflicts: # lib/mix/tasks/sample_config.eex # lib/pleroma/web/twitter_api/controllers/util_controller.ex # mix.exs # mix.lock | |||
2018-12-06 | Add web push support | Egor Kislitsyn | |
2018-11-30 | Merge branch 'feature/reverse-proxy' into 'develop' | kaniini | |
reverse proxy / uploads See merge request pleroma/pleroma!470 | |||
2018-11-30 | Fix supervisor order | href | |
This starts `Pleroma.Web.Endpoint` after all other processes and may avoid some weird bugs (especially at start/restart). Also properly ignores starting the gopher's gen_server if disabled. | |||
2018-11-30 | reverse proxy / uploads | href | |
2018-11-21 | Merge branch 'feature/improve-version' into 'develop' | kaniini | |
Improved version string See merge request pleroma/pleroma!467 | |||
2018-11-20 | Merge branch 'runtime-fixes' into 'develop' | kaniini | |
Various runtime configuration fixes See merge request pleroma/pleroma!468 | |||
2018-11-20 | Improved version string | href | |
2018-11-19 | Various runtime configuration fixes | href | |
2018-11-18 | Federator: add retry queue. | eal | |
2018-11-06 | Get rid of Pleroma.Config in favor of Application | href | |
Discussed in https://git.pleroma.social/pleroma/pleroma/merge_requests/426#note_7232 |