fedimovies/src/activitypub
2022-06-02 16:28:40 +00:00
..
builders Send Delete(Person) activity when deleting local user 2022-06-02 16:28:40 +00:00
fetcher Rename activitypub::inbox module to handlers 2022-06-01 17:02:25 +00:00
handlers Handle Delete(Person) activities 2022-06-01 17:13:13 +00:00
activity.rs Move code for building Undo(Follow) activity to builders::undo_follow 2022-06-02 03:28:57 +00:00
actor.rs Add summary (bio) to local actor objects 2022-05-24 17:57:06 +00:00
collections.rs Implement outboxes 2021-12-24 12:21:05 +00:00
constants.rs Make HTTP signature verification compatible with GoToSocial 2022-05-02 23:34:49 +00:00
deliverer.rs Send Delete(Note) acitivty when deleting post using CLI 2022-06-01 17:13:27 +00:00
mod.rs Send Delete(Note) acitivty when deleting post using CLI 2022-06-01 17:13:27 +00:00
receiver.rs Move Accept(Follow), Reject(Follow) and Undo() activity handlers to inbox module 2022-06-01 17:11:05 +00:00
views.rs Accept Delete(Person) activities if HTTP signature is correct 2022-05-30 17:35:52 +00:00
vocabulary.rs Convert incoming questions and pages into posts 2022-04-29 13:21:00 +00:00