summaryrefslogtreecommitdiff
path: root/test/web/activity_pub/activity_pub_test.exs
AgeCommit message (Expand)Author
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
2019-03-25fix up missing announcements with preloadsWilliam Pitcock
2019-03-23tests: fix up activity collision testWilliam Pitcock
2019-03-23activitypub: allow skipping preload in some cases (like certain tests where t...William Pitcock
2019-03-15Refactor to store user ap_id, add testsKaren Konou
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-05Add handling of objects not in databaseKaren Konou
2019-03-04Expand "to" of delete activitiesKaren Konou
2019-03-03Merge branch 'count-only-public-statuses' into 'develop'kaniini
2019-03-03Merge branch 'fix/dont-show-dms-in-mentions-timeline' into 'develop'lambda
2019-03-03Increment user note count only on public activitieseugenijm
2019-03-01[#675] Do not show DMs in mentions timelinerinpatch
2019-02-27Add `with_muted` param.lain
2019-02-20ReportsEgor
2019-02-20Add test for muting functionality.lain
2019-02-11test: de-group alias/esHaelwenn (lanodan) Monnier
2019-02-03[#582] Made single-pub task call Instance.set_reachable/1 if `set_reachable` ...Ivan Tashkinov
2019-02-01Merge branch '534_federation_targets_reachability' into 'develop'href
2019-01-30Fix specs.lain