aboutsummaryrefslogtreecommitdiff
path: root/test/tasks/user_test.exs
AgeCommit message (Collapse)Author
2020-05-01Merge branch 'following-relationships-optimizations' into 'develop'rinpatch
FollowingRelationship storage & performance optimizations See merge request pleroma/pleroma!2332
2020-05-01Deactivate local users on deletion instead of deleting the recordrinpatch
Prevents the possibility of re-registration, which allowed to read DMs of the deleted account. Also includes a migration that tries to find any already deleted accounts and insert skeletons for them. Closes pleroma/pleroma#1687
2020-03-03Update CopyrightsMark Felder
2019-10-24Merge remote-tracking branch 'upstream/develop' into ↵Egor Kislitsyn
refactor/following-relationships
2019-10-16[#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP.Ivan Tashkinov
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-07-22Add tests for users tasks and PleromaAuthenticatorSergey Suprunenko
2019-06-24Rework user deletionSergey Suprunenko
2019-06-06User Search: Boost friends more strongly.lain
2019-05-16Remove duplicated entries in users' following listsSergey Suprunenko
2019-05-16Feature/896 toggling confirmationAlexander Strizhakov
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-08renaming expire_at -> expires_atAlex S
keyword style change
2019-04-06little channgesAlex S
2019-04-06fix for field nameAlex S
2019-04-06token -> invite renamingAlex S
2019-04-06generating tokens with mixAlex S
2019-04-02add `user delete_activities` mix taskEgor Kislitsyn
2019-02-11test: Change `lenght(…) == 0` to `Enum.empty?(…)`Haelwenn (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.