fedimovies/src
2023-03-28 07:57:28 +00:00
..
activitypub Add federation.fetcher_timeout and federation.deliverer_timeout configuration parameters 2023-03-28 11:27:14 +04:00
atom Replace DbActorProfile::actor_address with ActorAddress::from_profile 2023-03-18 18:29:56 +00:00
database Set database connection pool size in mitra::main 2023-03-25 17:34:50 +00:00
ethereum Move DID types to mitra-utils crate 2023-03-16 17:59:45 +00:00
http_signatures Move utils to mitra-utils crate 2023-02-18 23:12:36 +00:00
identity Move DID types to mitra-utils crate 2023-03-16 17:59:45 +00:00
ipfs Disable post tokenization feature 2023-03-11 14:40:23 +00:00
job_queue Restart stalled background jobs 2023-03-25 20:23:19 +00:00
json_signatures Move DID types to mitra-utils crate 2023-03-16 17:59:45 +00:00
mastodon_api Set fetcher timeout to 5 seconds when processing search queries 2023-03-28 07:57:28 +00:00
models Order attachments by creation date 2023-03-27 20:50:48 +00:00
monero Don't reopen monero wallet on each subscription monitor run 2023-03-28 00:11:48 +00:00
nodeinfo Add configuration option that disables federation 2023-03-21 16:17:44 +00:00
validators Create DbActor type and use it to represent actor_profile.actor_json column value 2023-03-27 17:43:01 +00:00
web_client Update profile page URL template to match mitra-web 2023-03-21 16:48:14 +00:00
webfinger Create DbActor type and use it to represent actor_profile.actor_json column value 2023-03-27 17:43:01 +00:00
errors.rs Add "error" and "error_description" fields to Mastodon API error responses 2023-02-25 23:38:42 +00:00
http.rs Add Content-Security-Policy and X-Content-Type-Options headers to all responses 2023-02-22 17:56:47 +00:00
lib.rs Move all validators to validators module 2023-03-25 11:28:48 +00:00
logger.rs Add log_level config parameter and improve logging of activities 2021-12-21 22:19:17 +00:00
main.rs Set database connection pool size in mitra::main 2023-03-25 17:34:50 +00:00
media.rs Refactor import_post function 2023-03-26 01:12:03 +00:00