fedimovies/src/activitypub
2023-03-28 11:27:14 +04:00
..
actors Create DbActor type and use it to represent actor_profile.actor_json column value 2023-03-27 17:43:01 +00:00
builders Create DbActor type and use it to represent actor_profile.actor_json column value 2023-03-27 17:43:01 +00:00
fetcher Add federation.fetcher_timeout and federation.deliverer_timeout configuration parameters 2023-03-28 11:27:14 +04:00
handlers Create DbActor type and use it to represent actor_profile.actor_json column value 2023-03-27 17:43:01 +00:00
authentication.rs Add limits.media.emoji_size_limit configuration parameter 2023-03-25 23:11:11 +00:00
collections.rs Add https://w3id.org/security/data-integrity/v1 to JSON-LD context 2023-01-28 22:43:15 +00:00
constants.rs Make actor objects pass JSON-LD validation 2023-02-22 17:29:36 +00:00
deliverer.rs Add federation.fetcher_timeout and federation.deliverer_timeout configuration parameters 2023-03-28 11:27:14 +04:00
http_client.rs Add federation.onion_proxy_url configuration parameter 2023-03-07 14:53:24 +00:00
identifiers.rs Move DbActorProfile::actor_id function to activitypub::identifiers 2023-03-18 18:29:45 +00:00
mod.rs Move federation client builders to activitypub::http_client module 2023-03-06 18:50:55 +00:00
queues.rs Restart stalled background jobs 2023-03-25 20:23:19 +00:00
receiver.rs Move DbActorProfile::actor_id function to activitypub::identifiers 2023-03-18 18:29:45 +00:00
types.rs Deserialize actor tag to Vec<Value> 2023-03-03 22:11:41 +00:00
views.rs Update profile page URL template to match mitra-web 2023-03-21 16:48:14 +00:00
vocabulary.rs Prefer Group actor when doing webfinger query on Lemmy server 2023-02-24 13:12:38 +00:00