Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-03 | Update Copyrights | Mark Felder | |
2019-10-03 | Mix tasks: derive moduledoc from doc files | rinpatch | |
2019-10-03 | Move uploads task docs to a separate file | rinpatch | |
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-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-08 | Make mix tasks work in a release | rinpatch | |
2019-03-13 | [Credo][CI] Add readability as it’s fixed | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-02-09 | Mix.Tasks.Pleroma.Uploads: Disable Enum.reduce warning on line 100 (unsure) | Haelwenn (lanodan) Monnier | |
2019-02-09 | de-group alias/es | Haelwenn (lanodan) Monnier | |
2019-02-09 | Mix.Tasks.Pleroma.Uploads: Fix typo in documentation | Haelwenn (lanodan) Monnier | |
2018-12-23 | mix tasks: add legal boilerplate | William Pitcock | |
2018-12-10 | Merge branch 'develop' into 'fix/mix-task-uploads-moduledoc' | lambda | |
# Conflicts: # lib/mix/tasks/pleroma/uploads.ex | |||
2018-12-10 | updates | Maksim Pechnikov | |
2018-12-10 | Keep the shortdoc descriptive | rinpatch | |
2018-12-09 | Mix tasks: improve uploads.ex moduledoc | Rin Toshaka | |
2018-12-09 | fix compile warnings | Maksim Pechnikov | |
2018-12-07 | Fix a typo | Rin Toshaka | |
2018-12-07 | Mix Tasks: Add task uploads.ex for migrating local uploads. | Rin Toshaka | |