| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-02 | Bump minimum Elixir version to 1.10 | Haelwenn (lanodan) Monnier | |
| With the release of Elixir 1.14, Elixir 1.9 is now end-of-life. Elixir 1.10 Release Notes: https://github.com/elixir-lang/elixir/releases/tag/v1.10.0 | |||
| 2021-12-15 | Add Phoenix LiveDashboard | Alex Gleason | |
| Co-authored-by: Egor Kislitsyn <egor@kislitsyn.com> | |||
| 2021-01-13 | truncated_namespace should default to nil | Mark Felder | |
| 2021-01-12 | Deprecate Pleroma.Uploaders.S3, :public_endpoint | Mark Felder | |
| 2020-12-21 | Do not include pool_size in the template. It encourages unwanted fiddling :) | Mark Felder | |
| 2020-10-12 | Support enabling upload filters during instance gen | Mark Felder | |
| 2020-01-10 | dynamic_configuration renaming | Alexander Strizhakov | |
| and moving it from instance settings | |||
| 2019-07-12 | merge develop | Roman Chvanikov | |
| 2019-07-10 | add listener port and ip option for 'pleroma.instance gen' and enable its test | Sachin Joshi | |
| 2019-07-09 | Merge develop | Roman Chvanikov | |
| 2019-07-03 | Remove Uploaders.Swift | Egor Kislitsyn | |
| 2019-06-29 | Resolve conflicts | Roman Chvanikov | |
| 2019-06-22 | Support RUM indexes in the config generator | rinpatch | |
| 2019-06-22 | Fallback to Config if Mix.Config does not exist, even if Config does not | rinpatch | |
| exist either For some weird reason Code.ensure_loaded?(Config) is false on OTP releases even though `use Config` from config files works just fine. | |||
| 2019-06-21 | use Config in generated config when available | rinpatch | |
| Mix.Config is deprecated and does not work on OTP releases. However we can't fully switch to Config because it is not present in Elixir < 1.9. I tried to evaluate if Config is available at runtime, but for some weird reason OTP releases crash if I do that. | |||
| 2019-06-21 | Move config templates to priv so they can be found in releases | rinpatch | |
