summaryrefslogtreecommitdiffstats
path: root/server/src/apub
AgeCommit message (Expand)Author
2020-04-30update activitystreams libFelix
2020-04-30Changing federated community and user links and searching.Dessalines
2020-04-29wip: add former_type to tombstoneFelix
2020-04-29Adding shorthand federated object searching.Dessalines
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-23Also use correct header in fetcher.rsFelix
2020-04-21Change apub IDs to be consistent with html urlsFelix
2020-04-19Verifyt http signaturesFelix
2020-04-19Simplify signing codeFelix
2020-04-18Add http signature to outgoing apub requestsFelix
2020-04-18Fix bug in whitelist implementationFelix
2020-04-17Implement instance whitelistFelix
2020-04-17Added documentation for most functionsFelix
2020-04-17Some code cleanup and better loggingFelix
2020-04-17Remove instance followsFelix
2020-04-17Implement search for activitypub IDsFelix
2020-04-15Send activities to correct inbox, seperate community/user inboxesFelix
2020-04-14Front end federation names and links for users, posts, and communities.Dessalines
2020-04-14Updating views to add apub actor_id and local columns.Dessalines
2020-04-14Implemented follow/acceptFelix
2020-04-13Get inbox working properlyFelix
2020-04-13Use summary field for post titleFelix
2020-04-12Added comments about how to federate additional post/user fieldsFelix
2020-04-10Federate actor public keysFelix
2020-04-10more todosFelix
2020-04-10Rename federation-test to federation, puller.rs to fetcher.rsFelix
2020-04-10Add to/cc (and a bunch of todo)Felix
2020-04-09Minor code cleanupFelix
2020-04-09Implement create activityFelix
2020-04-08Simplify fetch_posts codeFelix Ableitner
2020-04-08Use instance struct instead of raw stringFelix Ableitner
2020-04-08Use Url instead of StringFelix Ableitner
2020-04-08Some refactoring of puller.rsFelix Ableitner
2020-04-08Improve error handlingFelix Ableitner