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 d5d1f02390
Rearrange file structure to prepare for separating ActivityPub code to submodule
1 year ago
..
accounts.c Implement emoji processing and display for federated posts, fix /api/v1/account/update_credentials 1 year ago
accounts.h Break timeline and account routes out of controler/mastodon_api.c, connect /api/v1/accounts/%d{id}/follow to account_follow 1 year ago
client_apps.c Split apart application-specific AcitivytPub code and generic ap_object code, rename ap_object type enumeration values, start work to ingest external Activities 1 year ago
client_apps.h Split apart application-specific AcitivytPub code and generic ap_object code, rename ap_object type enumeration values, start work to ingest external Activities 1 year ago
emoji.c Implement emoji for local posts 1 year ago
emoji.h Implement emoji processing and display for federated posts, fix /api/v1/account/update_credentials 1 year ago
notice.c Convert all api responses from text templates to JSON layouts, fix memory leaks, discard more unsupported Activities, server owner banner 1 year ago
notice.h Correctly apply limits and since_id arguments to /api/v1/notifications, generate Accept action for Follow response (not yet signed), expand ap/activity model and add ap_activity_create_accept, add notification_new, don't include a 'status' in notifications if not set 1 year ago
status.c Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
status.h Fix memory leaks, implement bookmarks 1 year ago
timeline.c Fix memory leaks, access bugs, use-before-initialization bugs 1 year ago
timeline.h Break timeline and account routes out of controler/mastodon_api.c, connect /api/v1/accounts/%d{id}/follow to account_follow 1 year ago