Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |