summaryrefslogtreecommitdiff
path: root/test/web/activity_pub/activity_pub_test.exs
AgeCommit message (Expand)Author
2019-08-27added tests for ActivityPub.like\unlikeMaksim Pechnikov
2019-08-21fixed clear config after testMaksim Pechnikov
2019-08-18tests: activitypub: fix typoAriadne Conill
2019-08-15Hide muted theads from home/public timelines unless `with_muted` is setrinpatch
2019-08-07ActivityPub tests: remove assertions of embedded object being updated,rinpatch
2019-07-31Add tests for counters being updated on followrinpatch
2019-07-25Merge branch 'develop' into feature/hide-follows-remoterinpatch
2019-07-23tests for Pleroma.Web.ActivityPub.PublisherMaksim
2019-07-20Resolve merge conflictsrinpatch
2019-07-14Add follow information refetching after following/unfollowingrinpatch
2019-07-14Add tests for fetch_follow_information_for_user and check object typerinpatch
2019-07-11Merge branch 'develop' into feature/addressable-listsEgor Kislitsyn
2019-07-09[#878] Tests improvements per code review.Ivan Tashkinov
2019-07-09[#878] Uncommented test statement.Ivan Tashkinov
2019-07-08[#878] Refactored assumptions on embedded object presence in tests. Adjusted ...Ivan Tashkinov
2019-06-04Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-05-31Mastodon API: Fix lists leaking private postsrinpatch
2019-05-24Fix testsEgor Kislitsyn
2019-05-24Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-05-22move key generation functions into Pleroma.Keys moduleWilliam Pitcock
2019-05-17Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-05-16Merge branch 'fix/domain-unblocked-reblogs' into 'develop'feld
2019-05-16Restrict reblogs of activities from blocked domainsAaron Tinio
2019-05-16Add test for blocked domainsAaron Tinio
2019-05-15chase test failuresWilliam Pitcock
2019-05-15test: update obsolete testWilliam Pitcock
2019-05-14Add TestsEgor Kislitsyn
2019-05-12tests: fix AP test failuresWilliam Pitcock
2019-05-03Streamer: Stream out Conversations/Participations.lain
2019-05-01Fix testsRoman Chvanikov
2019-05-01Merge remote-tracking branch 'origin/develop' into conversations_threelain
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-19Merge branch 'feature/database-compaction' into 'develop'kaniini
2019-04-18Merge branch 'develop' into feature/database-compactionrinpatch
2019-04-18Use the preloaded object in tag queriesrinpatch
2019-04-17activitypub: fix filtering of boosts from blocked usersWilliam Pitcock
2019-04-17activitypub: properly filter out transitive activities concerning blocked usersWilliam Pitcock
2019-04-17Remove containment tests from transmogrifier and fix thread visibility solverrinpatch
2019-04-17Refactor tests that used ActivityPub.fetch_object_from_idrinpatch
2019-04-17Refactor all tests that acessed the embeded objectrinpatch
2019-04-17Fix note count testrinpatch
2019-04-17Merge branch 'develop' into feature/database-compactionrinpatch
2019-04-11ActivityPub: Fix specs.lain
2019-04-02Merge remote-tracking branch 'origin/develop' into fix-slow-relationshipslain
2019-04-02ActivityPub Utils: Greatly speed up the follow / block activity fetching.lain
2019-04-02replace `Repo.get_by(User, ap_id: ap_id)` with `User.get_by_ap_id(ap_id)`Egor Kislitsyn
2019-04-02change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in testsEgor Kislitsyn
2019-04-02change `Repo.get(User, id)` => `User.get_by_id(id)`Egor Kislitsyn
2019-03-27Fix muting reblogs testsrinpatch
2019-03-26Increment replies_count on replies (MastoAPI)eugenijm