aboutsummaryrefslogtreecommitdiff
path: root/test/tasks/relay_test.exs
AgeCommit message (Collapse)Author
2020-03-15relay list shows hosts without accepted followAlexander Strizhakov
2020-03-03Update CopyrightsMark Felder
2019-10-11Replace `user.following` with Pleroma.FollowingRelationshipEgor Kislitsyn
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-24add testsMaksim Pechnikov
2019-08-19removes duplicates from relay subscription listMaksim Pechnikov
2019-04-22Use `User.get_cached*` everywhereEgor
2019-03-23relay test: don't do preloading (since follow objects are activities, it's a ↵William Pitcock
mess)
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-02-11test: de-group alias/esHaelwenn (lanodan) Monnier
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-16Add more Mix task tests in relay_test.exs and uploads_test.exs.link0ff
Rename test/tasks/user.exs to test/tasks/user_test.exs.