Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-05-20 | Switch from the deprecated "use Mix.config" to "import Config" | Mark Felder | |
2021-03-23 | migrating config to tmp folder | Alexander Strizhakov | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2020-12-07 | Slip in a test to ensure we can use the atom syntax in mix task arguments | Mark Felder | |
2020-12-06 | [#3174] Refactoring: ConfigDB fetching functions, ConfigDB tests. | Ivan Tashkinov | |
Minor fixes. | |||
2020-12-02 | Add --force flag for delete and reset commands | Mark Felder | |
Bunch of reorganization and consolidation | |||
2020-12-02 | Use a callback strategy to short circuit the functions and print a nice error | Mark Felder | |
2020-12-02 | Add tests for config dumping | Mark Felder | |
2020-10-13 | mix tasks consistency | Alexander Strizhakov | |