Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-13 | mix tasks consistency | Alexander Strizhakov | |
2020-09-28 | added `force` option to the unfollow operation | Maksim Pechnikov | |
2020-08-19 | relay fix for admin-fe | Alexander Strizhakov | |
2020-07-08 | ActivityPub: Remove `follow` and fix issues. | lain | |
2020-06-04 | Use atoms as keys in `ActivityPub.fetch_*` functions options | Egor Kislitsyn | |
2020-06-02 | Do not include activities of invisible users unless explicitly requested | rinpatch | |
Closes #1833 | |||
2020-03-11 | Merge branch 'relay-list-change' into 'develop' | feld | |
Relay list shows hosts without accepted follow See merge request pleroma/pleroma!2240 | |||
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-02 | relay list shows hosts without accepted follow | Alexander Strizhakov | |
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. |