Commit Graph

  • 188353d581 add in-doc links for DC_EVENT_CONNECTIVITY_CHANGED, list unused param as for the other events (#2542) bjoern 2021-07-17 12:39:05 +02:00
  • 3bd5b7e604 changelog: update to include previous changes (#2532) Simon Laux 2021-07-15 14:00:36 +02:00
  • 61e1e18088 Merge pull request #2479 from deltachat/can_send_group_fix Hendrik Jansen 2021-07-15 11:50:32 +02:00
  • a5065c21af fixed can_send() for users not in group hendrik 2021-07-14 23:10:58 +02:00
  • cd958c6a33 cargo: bump anyhow from 1.0.41 to 1.0.42 dependabot[bot] 2021-07-09 21:12:18 +00:00
  • 308403ad99 Connectivity view (instead of spamming the user with error_network when sth fails) (#2319) Hocuri 2021-07-08 22:50:11 +02:00
  • 599be61566 Merge pull request #2526 from deltachat/fix_2325 Sebastian Klähn 2021-07-06 20:50:07 +02:00
  • 64088f02a2 format Sebastian Klähn 2021-07-06 20:08:40 +02:00
  • 77aa8b2c3f remove unnecessary function-args Sebastian Klähn 2021-07-06 20:05:18 +02:00
  • 5bffdc6bbf use ?-operator instead of unwrap() Sebastian Klähn 2021-07-06 20:04:35 +02:00
  • 350fe06ea9 fix tests Sebastian Klähn 2021-07-06 17:26:16 +02:00
  • e100dca348 tests Sebastian Klähn 2021-07-05 22:25:57 +02:00
  • f1c4c40aec make fix Sebastian Klähn 2021-07-05 22:25:51 +02:00
  • f96d04e80f ci: trigger doxygen rebuild on every commit link2xt 2021-07-03 17:57:17 +03:00
  • c1d3e9358d ci: remove references to CircleCI link2xt 2021-07-03 17:54:52 +03:00
  • e77651f2f5 clarify docs B. Petersen 2021-06-28 14:15:50 +02:00
  • 056f3ecf03 remove dc_accounts_import_account() api B. Petersen 2021-06-28 13:56:25 +02:00
  • 8700cf0aba dc_receive_imf: remove cleanup() closure link2xt 2021-06-27 21:09:59 +03:00
  • a6ad457065 dc_receive_imf: fix a typo ("reveive") link2xt 2021-06-27 20:52:35 +03:00
  • f113b43046 Use current timestamp instead of 0 for messages without Date: link2xt 2021-06-26 19:29:51 +03:00
  • 0b3eece26d Use smeared timestamps for chat creation times link2xt 2021-06-26 18:56:21 +03:00
  • 8ce9a78d6c chatlist: resultify get_msg_id, get_summary and get_summary2 link2xt 2021-06-26 16:12:28 +03:00
  • ad266fe82f dc_receive_imf: exit early if Message-ID is duplicate link2xt 2021-06-26 09:50:34 +03:00
  • 15c38ba395 token::save() resultified, doc updated B. Petersen 2021-06-25 14:16:50 +02:00
  • 70e776e407 refine general dc_check_qr() documentation B. Petersen 2021-06-24 11:58:43 +02:00
  • 6b5ba35d5b make clippy happy B. Petersen 2021-06-24 11:16:30 +02:00
  • 7b9e54be56 return unique token for new qr codes B. Petersen 2021-06-23 17:44:39 +02:00
  • 6202f85a6f test withdrawing qr codes B. Petersen 2021-06-23 16:13:18 +02:00
  • 8ac2bd0298 handle withdraw/revive qr code actions B. Petersen 2021-06-23 14:28:25 +02:00
  • 3f00a6efbe allow token::save() to handle existing tokens B. Petersen 2021-06-23 17:28:02 +02:00
  • a411fe1e01 Remove InvalidMsgId error type link2xt 2021-06-20 07:41:57 +03:00
  • 8ea773628d Use anyhow for key.rs error handling link2xt 2021-06-19 03:19:04 +03:00
  • a47c0486ae Store mime_headers as BLOBs link2xt 2021-06-19 01:22:08 +03:00
  • c08df8d3da Do not count info messages for deaddrop chat link2xt 2021-06-20 00:00:00 +00:00
  • 1a830c23b5 Do not hide outgoing messages from contact requests link2xt 2021-06-20 00:00:00 +00:00
  • 18ace81842 Create chats for outgoing classic mails link2xt 2021-06-20 00:00:00 +00:00
  • 838957badd Do not hide classic emails from contact requests on setting change link2xt 2021-06-20 00:00:00 +00:00
  • f820671d53 Use Auto-Submitted: auto-generated header to identify bots link2xt 2021-06-19 01:11:48 +03:00
  • bf61c16dc1 set_draft message changed event returns now draft's msg id Simon Laux 2021-06-19 02:25:18 +02:00
  • 96f0e47091 Fix a DC_DESIRED_TEXT_LEN comment typo ("usind") link2xt 2021-06-19 03:15:57 +03:00
  • 514c4bc8a7 test removing the last, seletected account B. Petersen 2021-06-18 16:36:13 +02:00
  • b53613d1e0 let get_selection_account return an Option<> B. Petersen 2021-06-17 22:23:43 +02:00
  • 4c4f24fb35 avoid creating a default account, adapt tests B. Petersen 2021-06-17 20:44:04 +02:00
  • 475fa24876 move links to angle brackets to avoid rustdoc errors B. Petersen 2021-06-17 22:45:24 +02:00
  • cf8736da48 Concourse CI pipeline to replace Circle CI link2xt 2021-05-30 05:59:55 +03:00
  • a638259c36 add a test to make sure, the selected account is persisted on reopening B. Petersen 2021-06-14 14:54:44 +02:00
  • d6d4ba7aca Robust blob filename backup import/export robust-utf8-backup link2xt 2021-06-14 21:53:51 +03:00
  • d821cdf1c8 Improve drafts detection link2xt 2021-06-12 03:11:53 +03:00
  • 62e9fbf68c Merge pull request #2495 from deltachat/dependabot/cargo/once_cell-1.8.0 dependabot[bot] 2021-06-14 14:27:46 +00:00
  • 15664be4f6 cargo: bump once_cell from 1.7.2 to 1.8.0 dependabot[bot] 2021-06-14 08:07:26 +00:00
  • 62388514dd chat: make get_msg_cnt() and get_fresh_msg_cnt() work for deaddrop link2xt 2021-06-13 20:54:30 +03:00
  • ad7c7e90b3 Resultify Contact::block link2xt 2021-06-13 01:33:54 +03:00
  • b16785bb62 Tweak test Hocuri 2021-06-12 15:06:16 +02:00
  • d12d9d94d6 Improve test_migration_flags, add EvTracker to test_utils Hocuri 2021-06-11 16:28:39 +02:00
  • 991d15615e fix minor dbversion inconsistencies B. Petersen 2021-06-11 14:35:13 +02:00
  • 5dee1efa59 add missing dbversion update B. Petersen 2021-06-11 14:30:35 +02:00
  • 1870684c43 add a test that catches some cases where dbversion was forgotten to update B. Petersen 2021-06-11 14:29:58 +02:00
  • 1803db2dfe Merge pull request #2488 from deltachat/dependabot/cargo/libc-0.2.97 dependabot[bot] 2021-06-11 22:42:22 +00:00
  • 7fee3d995c Merge pull request #2478 from deltachat/dependabot/cargo/syn-1.0.73 dependabot[bot] 2021-06-11 22:36:25 +00:00
  • 4b62500989 cargo: bump syn from 1.0.72 to 1.0.73 dependabot[bot] 2021-06-11 22:19:21 +00:00
  • 8f2cb1e8ab cargo: bump libc from 0.2.95 to 0.2.97 dependabot[bot] 2021-06-11 22:19:07 +00:00
  • 72ebd83479 Merge pull request #2477 from deltachat/dependabot/cargo/itertools-0.10.1 dependabot[bot] 2021-06-11 22:17:42 +00:00
  • 2842042304 Merge pull request #2484 from deltachat/dependabot/cargo/anyhow-1.0.41 dependabot[bot] 2021-06-11 22:17:04 +00:00
  • 25fed9ab52 comment Hocuri 2021-06-10 21:23:30 +02:00
  • 751b9add09 remove unneeded files Hocuri 2021-06-10 19:59:15 +02:00
  • b727190da5 test low media quality a little more Hocuri 2021-06-10 19:17:44 +02:00
  • 368fa9fc44 Test image rotation Hocuri 2021-06-10 18:52:09 +02:00
  • c07c5bb358 create own topic for Voice messages, update year B. Petersen 2021-06-10 13:44:44 +02:00
  • 67f8fb4b66 update spec to Chat-Content: sticker B. Petersen 2021-06-10 13:42:37 +02:00
  • 056721b916 update spec to new Chat-User-Avatar usage B. Petersen 2021-06-10 13:24:57 +02:00
  • 4fe3a80f96 allow stickers with gif-images B. Petersen 2021-06-10 20:19:37 +02:00
  • 6c530b4c77 test sending and receiving stickers B. Petersen 2021-06-10 16:40:06 +02:00
  • c616b65ce4 allow sending stickers via repl tool B. Petersen 2021-06-10 14:41:14 +02:00
  • 50f680a00b cargo: bump anyhow from 1.0.40 to 1.0.41 dependabot[bot] 2021-06-11 06:17:13 +00:00
  • 47e0f224ca cargo: bump itertools from 0.10.0 to 0.10.1 dependabot[bot] 2021-06-10 06:26:18 +00:00
  • 8b872b7e6f bump version to 1.56.0 1.56.0 B. Petersen 2021-06-07 12:04:22 +02:00
  • 29356a6ca8 update changelog for 1.56.0 B. Petersen 2021-06-07 11:59:07 +02:00
  • c5539de4da More robust In-Reply-To parsing link2xt 2021-01-30 18:05:38 +03:00
  • b017af78ce update provider database B. Petersen 2021-06-07 11:33:00 +02:00
  • 3b897eac53 Fix downscaling images (#2469) Hocuri 2021-06-07 10:14:03 +02:00
  • d8a3014896 securejoin: display error reason if there is any link2xt 2021-06-06 16:38:43 +03:00
  • 4209960c0f Merge pull request #2460 from deltachat/dependabot/cargo/strum-0.21.0 dependabot[bot] 2021-06-06 11:12:09 +00:00
  • 04c8622e94 cargo: bump strum from 0.20.0 to 0.21.0 dependabot[bot] 2021-06-06 07:05:19 +00:00
  • 002e33d28c Merge pull request #2464 from deltachat/dependabot/cargo/strum_macros-0.21.1 dependabot[bot] 2021-06-06 07:03:32 +00:00
  • 35aeda3849 Merge pull request #2466 from deltachat/dependabot/cargo/futures-lite-1.12.0 dependabot[bot] 2021-06-06 07:02:50 +00:00
  • af287ee9a8 Do not allow to delete contacts with ongoing chats link2xt 2021-05-29 02:46:46 +03:00
  • cc3e8c5117 imap: refactor to always create Imap configured link2xt 2021-05-29 00:00:00 +03:00
  • 1127521923 cargo: bump futures-lite from 1.11.3 to 1.12.0 dependabot[bot] 2021-06-04 07:32:19 +00:00
  • bf7f64d50b Ignore Drafts folder when scanning (#2454) Hocuri 2021-06-03 21:14:39 +02:00
  • 8380ac28c1 cargo: bump strum_macros from 0.20.1 to 0.21.1 dependabot[bot] 2021-06-03 07:23:26 +00:00
  • 5b5c900cb9 also export qoutes, message state and is_forwarded export_chat2 Simon Laux 2020-11-26 04:37:51 +01:00
  • b87ca6e747 restructure code Simon Laux 2020-11-26 03:06:36 +01:00
  • 850f7e1174 output daymarker and message error Simon Laux 2020-11-26 02:39:10 +01:00
  • 9f2b5feda2 move getting and writing message info to packing- step, this could decrease memory usage Simon Laux 2020-11-25 23:57:43 +01:00
  • b8cbcc6648 add export_timestamp to chat.json Simon Laux 2020-11-25 21:11:36 +01:00
  • 584d28f807 update code that it compiles with current core make contact deduping more reliable Simon Laux 2020-11-25 19:34:21 +01:00
  • 241111470f export locations Simon Laux 2020-07-28 13:29:17 +02:00
  • 4bf07ccc71 repl export-chat-requires destination path and combind the public accessible functions into one Simon Laux 2020-06-13 05:27:36 +02:00
  • 897d2f4a08 add some ducumentation Simon Laux 2020-06-13 04:53:39 +02:00
  • a81096aa36 rename files in exported zip Simon Laux 2020-06-13 04:53:28 +02:00