aboutsummaryrefslogtreecommitdiff
path: root/test/user_test.exs
AgeCommit message (Expand)Author
2018-12-01More fixes for Info schema.lain
2018-11-18Fix user updating from AP.lain
2018-11-18Fix following locked users.lain
2018-11-18Fix note count update.lain
2018-11-18Fix follower count test.lain
2018-11-18Fix user deactivation test.lain
2018-11-18Fix note counting.lain
2018-11-18Fix User deactivation.lain
2018-11-16Add better test for user search functionlity.lain
2018-11-01test: fixup test breakage caused by User.delete() harmonizationWilliam Pitcock
2018-11-01tests: add tests for User + cache interactionsWilliam Pitcock
2018-10-29Add user reactivation task.scarlett
2018-10-11test: add regression test for #316William Pitcock
2018-09-22test: add tests for new User.html_filter_policy()William Pitcock
2018-09-20test: add test proving that users are refreshed when staleWilliam Pitcock
2018-08-06test: nickname is no longer a required fieldWilliam Pitcock
2018-06-19tests: prove that the block code is properly destroying follow relationshipsWilliam Pitcock
2018-06-03user.ex: add domain blocks.eal
2018-05-25user: do not allow refollowing somebody who has blocked a userWilliam Pitcock
2018-04-24Add User.decrease_note_count and call it from ActivityPub.deleteDashie
2018-03-30Format the code.lain
2018-03-08Merge branch 'develop' into feature/activitypublain
2018-02-25Fix specs.lain
2018-02-21Make user bio optionalEkaterina Vaartis
2018-02-15UserTest: Move insert_or_update test.lain
2018-02-12Merge branch 'develop' into feature/activitypublain
2018-02-12Make test output easier to read.lain
2018-02-11ActivityPub: Basic note federation with Mastodon.lain
2017-12-08Basic user deletion.Lain Iwakura
2017-12-07User deletion: Remove relationships.Lain Iwakura
2017-12-07Don't follow deactivated users.Lain Iwakura
2017-12-07Add function to deactivate users.Lain Iwakura
2017-11-20Ensure correct state in self-unfollow.eal
2017-11-20Fix posts being streamed to non-local websocket channels.eal
2017-11-20Make users in tests follow themselves by default.eal
2017-11-20Don't let the user unfollow their own account.eal
2017-11-16MastoAPI: Implement all streaming functions.Roger Braun
2017-11-02Add blocks to User.Roger Braun
2017-11-02Clean up user_test.exs.Roger Braun
2017-10-31Avoid potentially slow count queries for user note count.Roger Braun
2017-07-22Save follower count and note count in user.Roger Braun
2017-07-20Add follower / friend fetching to user.Roger Braun
2017-07-19Add follower_address to users, add on generation.Roger Braun
2017-07-01Fix test.Roger Braun
2017-05-22Make email and nickname case insensitive.Roger Braun
2017-05-10Use changeset for remote user creation.Roger Braun
2017-05-09Add some basic changesets.Roger Braun
2017-05-07Merge branch 'develop' into dtluna/pleroma-feature/unfollow-activityRoger Braun
2017-05-06Subscribe to remote users on following.Roger Braun
2017-05-03Fix specs.Roger Braun