Commit Graph

  • b920552fc3 api: jsonrpc: typescript remove unused constants (#7355) Simon Laux 2025-10-28 17:59:32 +01:00
  • 92c31903c6 api: jsonrpc: add get_push_state to check push notification state (#7356) Simon Laux 2025-10-28 17:58:11 +01:00
  • 145145f0fb chore(deps): bump cachix/install-nix-action from 31.8.0 to 31.8.1 dependabot[bot] 2025-10-27 22:25:21 +00:00
  • 05ba206c5a feat: allow plain domain in dcaccount: scheme link2xt 2025-10-27 17:41:39 +00:00
  • 9f0d106818 api(deltachat-rpc-client): add Account.add_transport_from_qr() API link2xt 2025-10-27 17:41:39 +00:00
  • 21caf87119 refactor: use SampleString link2xt 2025-10-27 17:41:39 +00:00
  • 4abc695790 refactor: use rand::fill() instead of rand::rng().fill() link2xt 2025-10-27 17:41:39 +00:00
  • df1a7ca386 chore(deps): bump actions/setup-node from 5 to 6 dependabot[bot] 2025-10-27 21:24:48 +00:00
  • 545df8c7a3 chore: update Cargo.lock link2xt/iroh-0.94 link2xt 2025-10-26 02:05:52 +00:00
  • ea6437e98e build: update iroh to 0.94 link2xt 2025-10-25 06:31:56 +00:00
  • c02a8fb219 chore: update Cargo.lock link2xt 2025-10-25 08:20:25 +00:00
  • 177de13659 build: update iroh to 0.92.0 link2xt 2025-10-02 13:39:49 +00:00
  • a06ba35ce1 feat: Remove Config::ConfiguredSentboxFolder and everything related iequidoo 2025-09-11 13:42:11 -03:00
  • 18445c09c2 feat: Remove Config::SentboxWatch (#7178) iequidoo 2025-09-08 15:23:32 -03:00
  • f428033d95 build: update rand to 0.9 link2xt 2025-10-26 00:54:26 +00:00
  • 221526da63 feat: Don't update self-{avatar,status} from received messages (#7002) iequidoo/self-status iequidoo 2025-08-18 14:32:14 -03:00
  • 1c282c01d1 feat: Don't reset key-contact status if Chat-User-Avatar header is absent (#7002) iequidoo 2025-08-18 10:30:33 -03:00
  • 247ec1e1ad feat: Add timestamp to msgs_index7 to employ it in calc_sort_timestamp() iequidoo/unbend-calc_sort_timestamp iequidoo 2025-09-08 04:56:57 -03:00
  • 1eb44328f0 feat: calc_sort_timestamp(): Don't look at existing messages' timestamp_sent iequidoo 2025-10-15 02:04:30 -03:00
  • 0e30dd895f fix: fix flaky tests::verified_chats::test_verified_chat_editor_reordering and receive_imf::receive_imf_tests::test_two_group_securejoins link2xt 2025-10-25 04:25:32 +00:00
  • 8c95336c89 feat: Enable OnlyFetchMvbox by default (#7190) iequidoo/always-fetch-inbox-on-mvbox_move iequidoo 2025-09-30 14:45:13 -03:00
  • 1cf067c045 feat: Always watch Inbox if MvboxMove is set (#7187) iequidoo 2025-09-30 13:34:44 -03:00
  • 275630d7c3 feat: Revert "Don't fetch messages from unknown folders (#7190)" iequidoo 2025-09-30 01:35:51 -03:00
  • c001a9a983 refactor(sql): add query_map_collect() link2xt 2025-10-24 01:36:47 +00:00
  • 5f3948b462 refactor(sql): add query_map_vec() link2xt 2025-10-24 00:58:58 +00:00
  • 45a1d81805 refactor(sql): change second query_map function from FnMut to FnOnce link2xt 2025-10-24 00:52:55 +00:00
  • 19d7799324 feat: Be more generous with marking contacts as verified for now (#7336) Hocuri 2025-10-24 20:07:29 +02:00
  • 24e18c1485 fix: Delete obsolete "configured*" keys from config table (#7171) iequidoo 2025-09-17 06:52:59 -03:00
  • 3eb1a7dfac feat: protect the Date header link2xt 2025-03-11 05:16:35 +00:00
  • 2f2a147efb feat: move the messages only from INBOX and Spam folders link2xt 2025-03-11 05:16:35 +00:00
  • f4938465c3 feat(deltachat-rpc-client): support multiple transports in resetup_account() link2xt 2025-10-23 14:08:05 +00:00
  • 129137b5de fix(jsonrpc): fix ChatListItem::is_self_in_group WofWca 2025-10-21 17:22:44 +04:00
  • ec3f765727 refactor(add_transport_from_qr): do not set deprecated config values link2xt 2025-10-23 05:27:57 +00:00
  • a743ad9490 feat: do not send Autocrypt in MDNs link2xt 2025-10-23 11:47:26 +00:00
  • 89315b8ef2 refactor: stop using deprecated Account.configure() link2xt 2025-10-23 05:56:44 +00:00
  • e7348a4fd8 feat: do not run SecureJoin if we are already in the group link2xt 2025-10-22 17:58:21 +00:00
  • c68244692d api(jsonrpc): restore protect argument for create_group_chat link2xt 2025-10-22 16:12:17 +00:00
  • 3c93f61b4d fix: migrate from tokio-tar to astral-tokio-tar link2xt 2025-10-21 20:38:17 +00:00
  • 51b9e86d71 Opt-in weekly sending of statistics (#6851) Hocuri 2025-10-21 15:29:21 +02:00
  • 347938a9f9 refactor: jsonrpc rename change casing in names of jsonrpc structs/enums to comply with rust naming conventions. (#7324) Simon Laux 2025-10-21 13:49:16 +02:00
  • 9897ef2e9b refactor: Remove error stock strings that are rarely used these days (#7327) Hocuri 2025-10-21 11:04:11 +02:00
  • 2f34a740c7 build(nix): fix build of deltachat-rpc-server-x86_64-darwin link2xt 2025-10-13 22:18:14 +00:00
  • 781de46e26 WIP: api!: add LIMIT arg to get_chat_media wofwca/perf-get_chat_media-limit-option WofWca 2025-10-20 19:05:52 +04:00
  • fc81cef113 refactor: Rename chat::create_group_chat() to create_group() iequidoo 2025-09-14 00:27:05 -03:00
  • 04c2585c27 feat: Synchronize encrypted groups creation across devices (#7001) iequidoo 2025-09-14 00:25:49 -03:00
  • 59fac54f7b test: Add unique offsets to ids generated by TestContext to increase test correctness (#7297) Simon Laux 2025-10-19 19:08:23 +02:00
  • 65b61efb31 build: ignore configuration for the zed editor (#7322) Simon Laux 2025-10-19 19:03:39 +02:00
  • 62116ea19d fix: Order of messages if outgoing reply is received earlier (#7169) iequidoo/test_sync_sentbox_then_inbox iequidoo 2025-09-10 09:18:57 -03:00
  • 21b1abbec4 feat: Add timestamp to msgs_index7 to employ it in calc_sort_timestamp() iequidoo 2025-09-08 04:56:57 -03:00
  • e286d72614 feat: calc_sort_timestamp(): Don't look at existing messages' timestamp_sent iequidoo 2025-10-15 02:04:30 -03:00
  • afc74b0829 fix: do not allow sync item timestamps to be in the future link2xt 2025-09-13 06:19:59 +00:00
  • 2481a0f48e feat: reset all indirect verifications link2xt 2025-09-09 07:42:46 +00:00
  • 6c24edb40d feat: do not mark Bob as verified if auth token is old link2xt 2025-08-30 02:25:39 +00:00
  • e4178789da refactor: remove ProtectionStatus link2xt 2025-08-20 03:14:37 +00:00
  • b417ba86bc api!: remove Chat.is_protected() link2xt 2025-08-19 22:28:30 +00:00
  • 498a831873 api!: remove APIs to create protected chats link2xt 2025-08-18 10:59:14 +00:00
  • c6722d36de api!: remove public APIs to check if the chat is protected link2xt 2025-08-17 03:33:25 +00:00
  • 90f0d5c060 api: make dc_chat_is_protected always return 0 link2xt 2025-09-09 05:16:53 +00:00
  • 90ec2f2518 docs: document Autocrypt-Gossip _verified attribute link2xt 2025-09-02 22:46:49 +00:00
  • 5b66535134 feat: verify contacts via Autocrypt-Gossip link2xt 2025-08-15 22:16:07 +00:00
  • eea848f72b fix: don't ignore QR token timestamp from sync messages link2xt 2025-09-09 03:07:55 +00:00
  • 214a1d3e2d feat: do not resolve MX records during configuration link2xt 2025-10-16 23:52:20 +00:00
  • e270a502d1 refactor: remove invalid Gmail OAuth2 tokens link2xt 2025-10-17 03:16:10 +00:00
  • b863345600 test(rpc-client): vCard color is the same as the contact color (#7294) iequidoo 2025-10-17 03:14:41 -03:00
  • 61b49a9339 Merge tag 'v2.22.0' link2xt 2025-10-17 10:53:12 +00:00
  • 41c80cf3f2 chore(release): prepare for 2.22.0 v2.22.0 link2xt 2025-10-17 10:51:26 +00:00
  • 6fd3645360 Merge pull request #7320 from chatmail/link2xt/dont-notify-contact-request-calls l 2025-10-17 10:45:41 +00:00
  • b812d0a7f7 fix: do not notify about incoming calls for contact requests and blocked contacts link2xt 2025-10-17 09:13:18 +00:00
  • e8a4c9237d test: accept the chat with the caller before accepting calls link2xt 2025-10-17 09:13:18 +00:00
  • 5256013615 feat: protect Autocrypt header link2xt 2025-08-12 22:11:05 +00:00
  • 9826c28581 feat: anonymize OpenPGP recipients link2xt 2025-10-15 22:15:52 +00:00
  • 9b860de3d5 refactor: receive_imf: Don't abort processing message on non-critical errors iequidoo/receive_imf-skip-minor-errors iequidoo 2025-07-24 05:54:42 -03:00
  • 268a5cf70b feat: reset all indirect verifications link2xt 2025-09-09 07:42:46 +00:00
  • 399160d8f0 feat: do not mark Bob as verified if auth token is old link2xt 2025-08-30 02:25:39 +00:00
  • f7f8ea876b refactor: remove ProtectionStatus link2xt 2025-08-20 03:14:37 +00:00
  • 859725e34f api!: remove Chat.is_protected() link2xt 2025-08-19 22:28:30 +00:00
  • c2e4767585 api!: remove APIs to create protected chats link2xt 2025-08-18 10:59:14 +00:00
  • 3f165c1759 api!: remove public APIs to check if the chat is protected link2xt 2025-08-17 03:33:25 +00:00
  • 9316dd3881 api: make dc_chat_is_protected always return 0 link2xt 2025-09-09 05:16:53 +00:00
  • 1a808473c1 docs: document Autocrypt-Gossip _verified attribute link2xt 2025-09-02 22:46:49 +00:00
  • 9048c5d6a6 feat: verify contacts via Autocrypt-Gossip link2xt 2025-08-15 22:16:07 +00:00
  • 58f6b841e3 fix: don't ignore QR token timestamp from sync messages link2xt 2025-09-09 03:07:55 +00:00
  • 9ceceebdc3 ci: set 7 days cooldown on Dependabot updates link2xt 2025-10-15 16:52:05 +00:00
  • 187d913f84 ci: pin GitHub action astral-sh/setup-uv link2xt 2025-10-15 16:58:40 +00:00
  • 4a0b180d86 chore(release): prepare for 2.21.0 v2.21.0 link2xt 2025-10-16 18:18:10 +00:00
  • 6fa6055912 chore(deps): bump github/codeql-action from 3 to 4 (#7304) dependabot[bot] 2025-10-16 02:24:19 +00:00
  • 667995cde4 chore(cargo): bump async_zip from 0.0.17 to 0.0.18 (#7257) dependabot[bot] 2025-10-15 21:54:02 +00:00
  • 1e0def87fd feat: cache tile.openstreetmap.org tiles for 7 days link2xt 2025-10-13 14:51:26 +00:00
  • a219e5ee8c feat: set User-Agent for tile.openstreetmap.org requests link2xt 2025-10-13 14:51:26 +00:00
  • 8070dfcc82 refactor(mimeparser): store only one signature fingerprint link2xt 2025-08-16 23:33:38 +00:00
  • 176a89bd03 feat(deltachat-repl): add send-sync command link2xt 2024-11-10 00:11:11 +00:00
  • dd8dd2f95c build(nix): remove unused dependencies link2xt 2025-10-14 18:38:13 +00:00
  • eb1bd1d200 feat: TLS 1.3 session resumption link2xt 2024-11-07 19:22:19 +00:00
  • 460d2f3c2a refactor: pass ALPN around as &str link2xt 2024-11-09 20:54:06 +00:00
  • 0ab10f99fd refactor: use rustls reexported from tokio_rustls link2xt 2025-10-13 16:46:48 +00:00
  • 377f57f1c3 fix(jsonrpc): Use Core's logic for computing VcardContact.color (#7294) iequidoo 2025-10-13 01:26:39 -03:00
  • caf5f1f619 fix: Remove Exif with non-fatal errors from images iequidoo 2025-10-12 04:40:10 -03:00
  • d9ff85a202 chore(deps): bump cachix/install-nix-action from 31.7.0 to 31.8.0 dependabot[bot] 2025-10-13 21:13:34 +00:00
  • 2ec7c80c24 feat: display TLS certificate checks configuration in connectivity view link2xt/connectivity-security link2xt 2024-08-28 19:17:07 +00:00
  • f180a7c024 test: test expiration of non-ephemeral message with unknown viewtype link2xt 2025-10-13 16:37:05 +00:00