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