Commit graph

22 commits

Author SHA1 Message Date
silverpill ae4bfcf614 Add cargo feature for making production build 2022-05-04 22:06:12 +00:00
silverpill e927ed83ff Don't read environment parameter from config file 2022-05-04 20:44:27 +00:00
silverpill 379116605f Make HTTP signature verification compatible with GoToSocial 2022-05-02 23:34:49 +00:00
silverpill fac0172159 Generate RSA key for instance actor automatically on the first run 2022-04-30 20:03:21 +00:00
silverpill a1af46f566 Change default login message and update config example
Consider "ethereum" auth flow deprecated.
2022-04-30 16:35:54 +00:00
silverpill a1af35997c Use currency enum instead of WALLET_CURRENCY_CODE constant 2022-04-27 22:19:14 +00:00
silverpill ee7ae3cd4f Implement instance blocks 2022-02-23 23:38:43 +00:00
silverpill 75fa39718c Add http_cors_allowlist configuration option 2022-02-10 23:35:23 +00:00
silverpill 2747e7b174 Add post character limit config option 2022-02-08 21:19:39 +00:00
silverpill bf2e38a397 Add User-Agent header to fetcher requests 2022-02-08 19:51:40 +00:00
silverpill f2fb44bb63 Change configuration options related to blockchain integration 2022-01-28 00:41:23 +00:00
silverpill 2ab33f22ee Add log_level config parameter and improve logging of activities 2021-12-21 22:19:17 +00:00
silverpill ff439c9c81 Verify that ipfs_api_url and ipfs_gateway_url config params are used together 2021-12-02 23:31:24 +00:00
silverpill c6b967567f Add files directory, update readme 2021-11-26 22:39:54 +00:00
silverpill 5547403200 Use macros to create FromSql/ToSql implementations for int enums 2021-11-19 17:47:26 +00:00
silverpill ac1027ac2a Don't sign GET requests in private mode 2021-11-18 15:11:54 +00:00
silverpill d935b843a8 Create instance actor 2021-11-18 00:51:56 +00:00
silverpill 52b51501d5 Add config parameter that specifies instance actor's private key 2021-11-18 00:26:04 +00:00
silverpill 7f07468d14 Improve instance URL parsing and validation 2021-11-10 17:07:18 +00:00
silverpill 514c7ae237 Refactor config, make ethereum integration optional 2021-11-05 23:47:36 +00:00
silverpill d4adb55c53 Replace cookie auth with token auth 2021-10-05 22:53:33 +00:00
silverpill fdef4b6e6a Initial commit 2021-09-14 12:24:05 +00:00