summaryrefslogtreecommitdiff
path: root/test/web/activity_pub/activity_pub_controller_test.exs
AgeCommit message (Expand)Author
2019-09-09Add Pleroma.Plugs.Cacheminibikini
2019-09-10Fix `ActivityPubController.read_inbox/2`Egor Kislitsyn
2019-08-22fix testMaksim Pechnikov
2019-08-22fixed unfollow for relay actorMaksim Pechnikov
2019-08-19added test helpers to clear config after testsMaksim
2019-08-04Do not add the "next" key to likes.json if there is no more itemsSergey Suprunenko
2019-07-17tests: add test for fetching the internal fetch actorAriadne Conill
2019-07-12ActivityPub Controller: Actually pass for_user to following/followersrinpatch
2019-07-12ActivityPub User view: Following/Followers refactoringrinpatch
2019-07-09[#878] Merge remote-tracking branch 'remotes/upstream/develop' into 878-activ...Ivan Tashkinov
2019-07-09Testing: Don't federate in testing.lain
2019-07-08[#878] Refactored assumptions on embedded object presence in tests. Adjusted ...Ivan Tashkinov
2019-06-01Remove all follower collections but actor's from "cc"Sergey Suprunenko
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-16activitypub: allow indirect messages from users being followed at a personal ...William Pitcock
2019-04-02change `Repo.get(User, id)` => `User.get_by_id(id)`Egor Kislitsyn
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-02-22Fix: Fixing an outbox related bug when local user activity is emptyKZ
2019-02-20tests: fix formattingWilliam Pitcock
2019-02-20tests: add test for fetching AP objects with application/json.William Pitcock
2019-02-14Merge branch 'fix/credo-issues-test' into 'develop'kaniini
2019-02-14tests: update tests for totalItems leak fixWilliam Pitcock
2019-02-11test: de-group alias/esHaelwenn (lanodan) Monnier
2019-02-06hide_followings was renamed to hide_followers in the FE, but never synced up ...Mark Felder
2019-02-03Split hide_network into hide_followers & hide_followings (fixed)Maxim Filippov
2019-02-01Revert "Merge branch 'feature/split-hide-network' into 'develop'"kaniini
2019-02-01Merge branch 'feature/split-hide-network' into 'develop'kaniini
2019-01-29[#534] Made federation push sender be determined basing on content instead of...Ivan Tashkinov
2019-01-28Split hide_network into hide_followers & hide_followingsMaxim Filippov
2019-01-28[#534] Various tweaks. Tests for Instances and Instance.Ivan Tashkinov
2019-01-25[#534] Federation reachability filtering tests.Ivan Tashkinov
2019-01-12Add route to get object like activitiessxsdv1
2019-01-12Handle client submitted activitypub like activitysxsdv1
2019-01-09Support activity+json request for activitysxsdv1
2019-01-05Don't crash on AP request for tombstonesxsdv1
2019-01-01Implement delete activitysxsdv1
2019-01-01Split create activity specifics from update_outboxsxsdv1
2018-12-30Create activity when client posts to outboxsxsdv1
2018-12-30Implement ActivityPub inbox viewsxsdv1
2018-12-29Wire up stub routes for client calls of activitypub inbox/outboxsxsdv1
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-12fix warningsMaksim Pechnikov
2018-12-05Merge remote-tracking branch 'origin' into follower-hidinglain
2018-12-04formatting the codeMaksim Pechnikov
2018-12-04all tests passedMaksim Pechnikov
2018-12-02Hide network in ap.lain
2018-11-06Small wrapper module around Application.get_env/put_envhref
2018-11-06formathref
2018-11-06Get rid of Pleroma.Config in favor of Applicationhref
2018-11-01Test Relay, switch to runtime configuration.lain