summaryrefslogtreecommitdiffstats
path: root/server/src/apub/user.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-03migrate followFelix Ableitner
2020-06-03migrate tombstoneFelix Ableitner
2020-05-25Merge branch 'federated_embeds' into federationDessalines
2020-05-18Use activitystreams-extFelix
2020-05-16Rework importsFelix
2020-05-15Post thumbnail and user icons federating.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-03Adding undo follow community.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-29Address comments, implement delete for posts and commentsFelix
2020-04-28Implement deleting communitiesFelix
2020-04-28Adding federated post and comment likes.Dessalines
2020-04-27Adding activity table inserts.Dessalines
2020-04-26Making a trait function for follow and accept.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-17Added documentation for most functionsFelix
2020-04-12Added comments about how to federate additional post/user fieldsFelix
2020-04-10Federate actor public keysFelix
2020-04-07Get users federatedFelix Ableitner
2020-03-18Upgraded to latest activitystreamsasonix
2020-03-16Serve post data in apub format, some cleanupFelix Ableitner
2020-03-16Remove boilerplate codeFelix Ableitner
2020-03-12updated to activitystreams 0.4.0-alpha.3Felix
2020-03-05Revert "pull in activitypub library"Felix
2020-02-29pull in activitypub libraryFelix
2020-01-12Trying to add r2d2 connection pooling to websockets.Dessalines
2020-01-11Make various functions asyncFelix
2019-12-27Add correct ActivityPub types conversion for Community and Post.Lyra