summaryrefslogtreecommitdiff
path: root/test/web/activity_pub/activity_pub_controller_test.exs
AgeCommit message (Collapse)Author
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
Fix credo issues in ./test See merge request pleroma/pleroma!808
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
in the BE This was a dirty regex replace which worked on my server
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
This reverts merge request !733
2019-02-01Merge branch 'feature/split-hide-network' into 'develop'kaniini
Split hide_network into hide_followers & hide_followings See merge request pleroma/pleroma!733
2019-01-29[#534] Made federation push sender be determined basing on content instead ↵Ivan Tashkinov
of `referer` header. Updated tests.
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
Because tombstone objects has no addressing the is_public?-predicate would cause an error that propagated as a 500 error in the api
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
More or less verbatim copied from the outbox template with only changes to the activities fetched and url reported
2018-12-29Wire up stub routes for client calls of activitypub inbox/outboxsxsdv1
Code style: remove wrapping function of outbox
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
Same API as the old Pleroma.Config
2018-11-06formathref
2018-11-06Get rid of Pleroma.Config in favor of Applicationhref
Discussed in https://git.pleroma.social/pleroma/pleroma/merge_requests/426#note_7232
2018-11-01Test Relay, switch to runtime configuration.lain
2018-10-25tests: add test for user inboxWilliam Pitcock
2018-08-16Merge branch 'fix/put-repeats-at-activitypub-outbox' into 'develop'kaniini
Fix: Output repeats at ActivityPub outbox Closes #191 See merge request pleroma/pleroma!175
2018-07-21improve testhakabahitoyo
2018-07-21debughakabahitoyo
2018-07-21improve testhakabahitoyo
2018-06-03Better error handling for ActivityPubControllerlain
2018-05-30Fix url guessing attacks.lain
2018-03-31Don't fetch anything except ap_id for follower / followinglain
collections. Should speed up the queries because ecto doesn't have to parse the json.
2018-03-30Format the code.lain
2018-02-25Fix specs.lain
2018-02-15ActivityPubController: Handle inbox data.lain
2017-12-11ActivityPub: Add controller tests.Lain Iwakura