fedimovies/src
2021-12-28 19:54:59 +00:00
..
activitypub Move profile importers to fetcher::helpers module 2021-12-28 19:54:59 +00:00
bin Add log_level config parameter and improve logging of activities 2021-12-21 22:19:17 +00:00
database Use macros to create FromSql/ToSql implementations for int enums 2021-11-19 17:47:26 +00:00
ethereum Refactor process_note() function 2021-12-06 01:25:59 +00:00
http_signatures Move profile importers to fetcher::helpers module 2021-12-28 19:54:59 +00:00
ipfs Configure linter and fix its warnings 2021-11-13 17:37:31 +00:00
mastodon_api Move profile importers to fetcher::helpers module 2021-12-28 19:54:59 +00:00
models Increase maximum length of display_name to 200 chars and validate it on profile import 2021-12-28 00:58:12 +00:00
nodeinfo Initial commit 2021-09-14 12:24:05 +00:00
utils Use ULIDs instead of v4 UUIDs for identifiers 2021-12-02 01:36:35 +00:00
webfinger Create instance actor 2021-11-18 00:51:56 +00:00
config.rs Add log_level config parameter and improve logging of activities 2021-12-21 22:19:17 +00:00
errors.rs Rename SessionError to AuthError 2021-12-03 18:22:25 +00:00
frontend.rs Link hashtags in posts to corresponding tag timeline pages 2021-12-12 19:16:32 +00:00
lib.rs Add config parameter that specifies instance actor's private key 2021-11-18 00:26:04 +00:00
logger.rs Add log_level config parameter and improve logging of activities 2021-12-21 22:19:17 +00:00
main.rs Add log_level config parameter and improve logging of activities 2021-12-21 22:19:17 +00:00
scheduler.rs Don't write error message to log if ethereum integration is disabled 2021-11-06 12:48:52 +00:00