summaryrefslogtreecommitdiff
path: root/test/tasks/relay_test.exs
AgeCommit message (Expand)Author
2020-10-13mix tasks consistencyAlexander Strizhakov
2020-09-28added `force` option to the unfollow operationMaksim Pechnikov
2020-08-19relay fix for admin-feAlexander Strizhakov
2020-07-08ActivityPub: Remove `follow` and fix issues.lain
2020-06-04Use atoms as keys in `ActivityPub.fetch_*` functions optionsEgor Kislitsyn
2020-06-02Do not include activities of invisible users unless explicitly requestedrinpatch
2020-03-11Merge branch 'relay-list-change' into 'develop'feld
2020-03-03Update CopyrightsMark Felder
2020-03-02relay list shows hosts without accepted followAlexander Strizhakov
2019-10-11Replace `user.following` with Pleroma.FollowingRelationshipEgor Kislitsyn
2019-09-18Bump copyright years of files changed in 2019Haelwenn (lanodan) Monnier
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
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