aboutsummaryrefslogtreecommitdiff
path: root/test/user_test.exs
AgeCommit message (Collapse)Author
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
Also fix the semantics of all tests to match.
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
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