Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-02-26 | Merge branch 'ecto-rollback-in-test-env' into 'develop' | feld | |
Possibility to run rollback in test env See merge request pleroma/pleroma!3212 | |||
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-22 | possibility to run rollback in test env | Alexander Strizhakov | |
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 |