aboutsummaryrefslogtreecommitdiff
path: root/test/user_test.exs
AgeCommit message (Collapse)Author
2017-11-02Clean up user_test.exs.Roger Braun
2017-10-31Avoid potentially slow count queries for user note count.Roger Braun
For a variety of reasons, posgresql won't use the available actor, type index to do an index only scan. We now just increase the user note count, which will lead to slightly wrong counts in some cases, but it's better than the potentially very slow count query.
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
2017-05-03Attachment parsing, better magic key fetching.Roger Braun
2017-05-01Make outgoing salmons work.Roger Braun
2017-04-30Add function to fetch users from fqn.Roger Braun
2017-04-21Add Undo of Follow Activity insertiondtluna
2017-04-16Add avatar objects to user, fix specs.Roger Braun
2017-04-15Add user registration changeset.Roger Braun
2017-03-23Return user specific json for logged in users.Roger Braun
2017-03-23Add unfollowing to TwAPI.Roger Braun
2017-03-23Add following TwAPI endpoint.Roger Braun
2017-03-21Basic status creation and retrieval.Roger Braun