fedimovies/src
silverpill cedc6667bd Try to find profile by acct if couldn't find it by actor ID
This should prevent violation of unique constraint on "acct" column
when importing profile by actor ID.
2022-07-10 21:26:44 +00:00
..
activitypub Try to find profile by acct if couldn't find it by actor ID 2022-07-10 21:26:44 +00:00
atom Create Atom feeds for local users 2022-04-16 19:37:45 +00:00
bin Try to find profile by acct if couldn't find it by actor ID 2022-07-10 21:26:44 +00:00
database Add json_from_sql and json_to_sql macros 2022-04-21 23:10:24 +00:00
ethereum Enable contract feature detection 2022-06-30 12:20:14 +00:00
http_signatures Don't fetch signer when processing Delete(Person) activity 2022-05-30 20:21:21 +00:00
ipfs Save all post attachments to IPFS in make_permanent() 2022-05-10 20:22:23 +00:00
mastodon_api Add exclude_replies query parameter to /accounts/:id/statuses API method 2022-07-07 14:56:01 +00:00
models Try to find profile by acct if couldn't find it by actor ID 2022-07-10 21:26:44 +00:00
nodeinfo Add total numbers of local users and posts to NodeInfo response 2022-07-07 19:26:06 +00:00
utils Add CLI command for deleting unused media attachments 2022-05-07 21:10:35 +00:00
webfinger Allow to search for usernames containing "-" character 2022-05-01 11:30:15 +00:00
config.rs Add mapping with additional blockchain info to instance API response 2022-06-22 21:38:04 +00:00
errors.rs Improve descriptions of database errors 2022-04-20 14:05:09 +00:00
frontend.rs Link hashtags in posts to corresponding tag timeline pages 2021-12-12 19:16:32 +00:00
lib.rs Create Atom feeds for local users 2022-04-16 19:37:45 +00:00
logger.rs Add log_level config parameter and improve logging of activities 2021-12-21 22:19:17 +00:00
main.rs Switch to incremental blockchain synchronization 2022-06-25 11:59:03 +00:00
scheduler.rs Add updated_at column to actor_profile table 2022-07-08 20:02:28 +00:00