aboutsummaryrefslogtreecommitdiff
path: root/lib/mix/tasks/pleroma/relay.ex
AgeCommit message (Collapse)Author
2020-09-28added `force` option to the unfollow operationMaksim Pechnikov
2020-08-19relay fix for admin-feAlexander Strizhakov
2020-03-11Merge branch 'relay-list-change' into 'develop'feld
Relay list shows hosts without accepted follow See merge request pleroma/pleroma!2240
2020-03-03Update CopyrightsMark Felder
2020-03-02relay list shows hosts without accepted followAlexander Strizhakov
2019-10-11Add `GET /api/pleroma/admin/relay` endpoint - lists all followed relaysMaxim Filippov
2019-10-03Mix tasks: derive moduledoc from doc filesrinpatch
2019-10-03Move relay docs to a separate filerinpatch
2019-09-18Bump copyright years of files changed in 2019Haelwenn (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-08-19removes duplicates from relay subscription listMaksim Pechnikov
2019-08-03tasks: relay: add list taskAriadne Conill
2019-06-20Rename Pleroma.Mix.Tasks.Common -> Mix.Pleroma and import it's functionsrinpatch
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-08Make mix tasks work in a releaserinpatch
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2018-12-23mix tasks: add legal boilerplateWilliam Pitcock
2018-12-09fix compile warningsMaksim Pechnikov
2018-12-08[#283] Mix Tasks: Fix a typo in relay.exRin Toshaka
2018-12-07Fix a typo in relay.ex moduledocrinpatch
2018-12-06Refactor common functions to common.exRin Toshaka
2018-12-06Refactor common functions to common.exRin Toshaka
2018-12-05formatingRin Toshaka
2018-12-05Move relay tasks to relay.exRin Toshaka