aboutsummaryrefslogtreecommitdiff
path: root/test/web/activity_pub
AgeCommit message (Collapse)Author
2019-01-20activitypub: utils: add determine_explicit_mentions() and testsWilliam Pitcock
2019-01-19Add current user to mentionedMaxim Filippov
2019-01-18test: add regression test for to/cc clobberingWilliam Pitcock
2019-01-12Add likes to activitypub object representationsxsdv1
Top level of the likes OrderedCollection is inlined to get immediate access to totalItems. Because the count can be returned without scanning the database for like activities the extra query is saved when the client only wants to display the total.
2019-01-12Add route to get object like activitiessxsdv1
2019-01-12Handle client submitted activitypub like activitysxsdv1
2019-01-12Prepare all types objects before serialisingsxsdv1
Activities returned from inbox can include other types of objects like Article
2019-01-10Merge branch 'activitypub-dereference-activity-id' into 'develop'kaniini
Support activity+json request for activity See merge request pleroma/pleroma!641
2019-01-10Merge branch 'feature/pinned-posts' into 'develop'kaniini
Pinned Statuses Closes #440 See merge request pleroma/pleroma!636
2019-01-09Add activity visibility index.lain
2019-01-09Support activity+json request for activitysxsdv1
2019-01-08improve test readabilityEgor Kislitsyn
2019-01-08rename `post` to `status`Egor Kislitsyn
2019-01-07add pinned postsEgor Kislitsyn
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-29Merge branch 'carrot-bullying' into 'develop'kaniini
Add some hard limits on inserted activities. See merge request pleroma/pleroma!595
2018-12-27Merge branch 'feature/create-tombstone-instead-of-delete' into 'develop'kaniini
Create tombstone instead of object deletion See merge request pleroma/pleroma!593
2018-12-26Implement exclude_reblogs and include_rtsVyr Cossont
2018-12-26Add some hard limits on inserted activities.lain
2018-12-25Revert Activity tombstones, add ObjectTombstone structMaxim Filippov
2018-12-24Capitalize "tombstone"Maxim Filippov
2018-12-24Create tombstone instead of object deletionMaxim Filippov
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-23transmogrifier: significantly rework handling of peertube videos, add testWilliam 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-04update testMaksim Pechnikov
2018-12-04update testMaksim Pechnikov
2018-12-04object: factor out fetching functions into Pleroma.Object.Fetcher moduleWilliam Pitcock
2018-12-04object: move object containment out of transmogrifier into it's own moduleWilliam Pitcock
2018-12-04tests: activitypub: fix broken test due to invalid child objectWilliam Pitcock
2018-12-04tests: fix most remaining failuresWilliam Pitcock
2018-12-02Hide network in ap.lain
2018-11-27More fixes.lain
2018-11-17activitypub: object view: avoid leaking private detailsWilliam Pitcock
2018-11-17activitypub: transmogrifier: make deletes secureWilliam Pitcock
2018-11-17tests: add a test to verify the general fake direction protection works in ↵William Pitcock
all cases
2018-11-17tests: add a testcase for user collisionWilliam Pitcock
2018-11-17tests: add tests for contain_origin_from_id()William Pitcock
2018-11-17tests: add a second spoofing variantWilliam Pitcock
2018-11-17test: fix more test defectsWilliam Pitcock
2018-11-17tests: add additional spoofing testsWilliam Pitcock
2018-11-17transmogrifier tests: fix defective spoofing testWilliam Pitcock