Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-17 | Deny ConfigDB migration when deprecated settings found | Mark Felder | |
2020-07-13 | Lint | Mark Felder | |
2020-07-13 | Pick up env for both source and OTP installs | Mark Felder | |
2020-07-12 | Still allow passing the arg, but fallback to MIX_ENV | Mark Felder | |
2020-07-12 | Improve database config migration and add documentation | Mark Felder | |
2020-06-20 | Apply suggestion to lib/mix/tasks/pleroma/config.ex | lain | |
2020-06-17 | fixed migration the settings to DB | Maksim Pechnikov | |
2020-06-16 | Mogrify args as custom tuples | Alexander Strizhakov | |
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-01-23 | restart config id after truncate | Alexander Strizhakov | |
2020-01-23 | truncate config table on migrate to db task | Alexander Strizhakov | |
2020-01-21 | some refactor and tests | Alexander Strizhakov | |
2020-01-18 | releases support | Alexander Strizhakov | |
2020-01-17 | some clean up | Alexander Strizhakov | |
2020-01-17 | revert non needable | Alexander Strizhakov | |
2020-01-17 | compile fix | Alexander Strizhakov | |
2020-01-17 | saving to DB only added by user settings | Alexander Strizhakov | |
2020-01-16 | renaming | Alexander Strizhakov | |
Pleroma.Web.AdminAPI.Config -> Pleroma.ConfigDB | |||
2020-01-15 | don't migrate Pleroma.Web.EndPoint settings | Alexander Strizhakov | |
don't set Logger level to all tasks | |||
2020-01-10 | don't migrate prometheus settings | Alexander Strizhakov | |
2020-01-10 | don't migrate configurable_from_database setting | Alexander Strizhakov | |
2020-01-10 | dynamic_configuration renaming | Alexander Strizhakov | |
and moving it from instance settings | |||
2020-01-10 | fix for endpoints after env update | Alexander | |
2020-01-10 | tests for setttings without an explicit key | Alexander | |
2020-01-10 | config editing through database | Alex S | |
2019-12-09 | fix loads config variable with large value from db | Maksim Pechnikov | |
2019-11-10 | fix for migrate task | Alexander | |
2019-10-03 | Move config task docs to a separate file and mark it as WIP | rinpatch | |
2019-07-30 | Admin changes | Alexander Strizhakov | |
2019-07-15 | migrating task refactor | Alex S | |
2019-07-15 | atom keys with leading : | Alex S | |
2019-07-10 | Add license/copyright to all project files | feld | |
2019-06-27 | don't delete config settings on admin update | Alexander Strizhakov | |
2019-06-23 | support for config groups | Alex S | |
2019-06-20 | Merge branch 'fix/config-gen-releases' into 'develop' | rinpatch | |
Refactor mix tasks a bit and make config generator work with releases See merge request pleroma/pleroma!1312 | |||
2019-06-20 | Fixes for dynamic configuration | Alexander Strizhakov | |
2019-06-20 | Rename Pleroma.Mix.Tasks.Common -> Mix.Pleroma and import it's functions | rinpatch | |
instead of aliasing This seems to be the convention for functions that can be reused between different mix tasks in all Elixir projects I've seen and it gets rid on an error message when someone runs mix pleroma.common Also in this commit by accident: - Move benchmark task under a proper namespace - Insert a space after the prompt | |||
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime |