You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
teknomunk bf37930623
Implement Like federation, fix system account id, add defunct flag to accounts and stop delivery to accounds so flagged
1 year ago
..
api Implement Like federation, fix system account id, add defunct flag to accounts and stop delivery to accounds so flagged 1 year ago
inbox remove ap_attachment, use object id as ref when an object is provided in an announce 1 year ago
mastodon_api
test Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
activity_pub.c Update CLI handling, add CORS headers to ActivityPub endpoints to allow https://json-ld.org/playground/ to work, add route for /activity/%d{id}, add contexts to ap_object creation, fix single-digit dates in HTTP Signature Date header 1 year ago
activity_pub.h Update CLI handling, add CORS headers to ActivityPub endpoints to allow https://json-ld.org/playground/ to work, add route for /activity/%d{id}, add contexts to ap_object creation, fix single-digit dates in HTTP Signature Date header 1 year ago
cli.c Update CLI handling, add CORS headers to ActivityPub endpoints to allow https://json-ld.org/playground/ to work, add route for /activity/%d{id}, add contexts to ap_object creation, fix single-digit dates in HTTP Signature Date header 1 year ago
cli.h
inbox.c Implement Undo(Like) and Undo(EmojiRact) 1 year ago
inbox.h Link status/repost to the activity that created them for use in /outbox, start renaming ap_activity to ap_object, move code that creates Create activity to account model 1 year ago
indexer.c
indexer.h
main.c Update CLI handling, add CORS headers to ActivityPub endpoints to allow https://json-ld.org/playground/ to work, add route for /activity/%d{id}, add contexts to ap_object creation, fix single-digit dates in HTTP Signature Date header 1 year ago
main.h
mastodon_api.c Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
mastodon_api.h
nodeinfo.c
nodeinfo.h
oauth.c Fix up JSON layout data, allow attributedTo instead of actor in post 1 year ago
oauth.h
outbox.c remove ap_attachment, use object id as ref when an object is provided in an announce 1 year ago
outbox.h
owner.c Update CLI handling, add CORS headers to ActivityPub endpoints to allow https://json-ld.org/playground/ to work, add route for /activity/%d{id}, add contexts to ap_object creation, fix single-digit dates in HTTP Signature Date header 1 year ago
owner.h
pleroma_api.c Fix bugs, fix inbox blocks, add safety to reacts, create common cleanup_box for both inbox and outbox, start transition of ap_activity to ap_object 1 year ago
pleroma_api.h
test.c
test.h
webfinger.c Fix memory leaks, access bugs, use-before-initialization bugs 1 year ago
webfinger.h