Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-13 | mix tasks consistency | Alexander Strizhakov | |
2020-08-17 | Start :ssl if not started when running migration or rollback | Hugo Müller-Downing | |
2020-03-03 | Update Copyrights | Mark Felder | |
2019-09-18 | Bump copyright years of files changed in 2019 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/' | |||
2019-07-09 | reverse proxy tests | Alexander Strizhakov | |
2019-06-22 | Ecto tasks: Resolve relative path using the application directory | rinpatch | |
instead of cwd and load the application before doing anything In OTP releases cwd != app directory and the configuration is read only if the application is loaded | |||
2019-06-19 | aliases for mix tasks | Alexander Strizhakov | |
ecto.migrate ecto.rollback |