summaryrefslogtreecommitdiffstats
path: root/server/src/apub/mod.rs
AgeCommit message (Expand)Author
2020-07-14Security/fix permission bugs (#966)ryexandra
2020-07-13Make reads from activitypub objects immutableFelix Ableitner
2020-07-10Split code into cargo workspaces (#67)nutomic
2020-07-08Migrate user and group to new activitystreams libraryFelix Ableitner
2020-07-01Federation async (#848)Riley
2020-06-25Switching back to isahc.Dessalines
2020-06-23Merge branch 'master' into federation_merge_from_master_2Dessalines
2020-06-16Rename "instance_whitelist" config option to "allowed_instances"Felix Ableitner
2020-06-03migrate followFelix Ableitner
2020-06-03migrate tombstoneFelix Ableitner
2020-05-18Use activitystreams-extFelix
2020-05-16Merge branch 'yerba_rework-imports' into federationDessalines
2020-05-16Rework importsFelix
2020-05-15Federated mentions. Fixes #681 (#717)Dessalines
2020-05-14Use ActorType for sign/verify, instead of passing raw privatekey/actor_idFelix
2020-05-14Add helper function for Activity::create()Felix
2020-05-14remove outdated commentsFelix
2020-05-06Merge branch 'federated_private_messages' into federationDessalines
2020-05-05Federated private messages.Dessalines
2020-05-05Federate community category and nsfwFelix
2020-05-05Federate nsfw/locked info for postsFelix
2020-05-03Adding undo follow community.Dessalines
2020-05-03Add federated comment and post undo like.Dessalines
2020-05-03Merge branch 'federation' into federated_remove_actionsDessalines
2020-05-03Some additional notes, reorg.Dessalines
2020-05-03Adding federated mod remove actions.Dessalines
2020-05-01Add undos for delete community, post, and comment.Dessalines
2020-05-01Adding federated community, comment, and post deletes.Dessalines
2020-04-30update activitystreams libFelix
2020-04-29wip: add former_type to tombstoneFelix
2020-04-29Address comments, implement delete for posts and commentsFelix
2020-04-28Implement deleting communitiesFelix
2020-04-28Merge branch 'federation' into add_federated_post_likesDessalines
2020-04-28Merge branch 'federation' into add_activity_tableDessalines
2020-04-28Removing some comments.Dessalines
2020-04-28Adding federated post and comment likes.Dessalines
2020-04-27Merge branch 'shared_inbox_1' into add_federated_post_likesDessalines
2020-04-271/3rd done with post likesDessalines
2020-04-27Adding a better switching for activity kinds for the shared inbox.Dessalines
2020-04-27Adding activity table inserts.Dessalines
2020-04-27Lots of additions to federation.Dessalines
2020-04-26Making a trait function for follow and accept.Dessalines
2020-04-25Adding back in post fetching.Dessalines
2020-04-24Adding get_public_key_ext() to ActorType trait.Dessalines
2020-04-24Use an associated type instead of Generic.Dessalines
2020-04-24Some more cleanup.Dessalines
2020-04-24Some fed fixes.Dessalines
2020-04-21Change apub IDs to be consistent with html urlsFelix
2020-04-18Add http signature to outgoing apub requestsFelix
2020-04-17Implement instance whitelistFelix