Commit Graph

  • cfb22c23df cargo: bump dirs from 3.0.1 to 3.0.2 dependabot[bot] 2021-05-01 19:23:44 +00:00
  • d49de4b3e4 Merge pull request #2399 from deltachat/dependabot/cargo/futures-0.3.14 dependabot[bot] 2021-05-01 19:19:17 +00:00
  • 540ad71473 cargo: bump futures from 0.3.13 to 0.3.14 dependabot[bot] 2021-05-01 19:02:40 +00:00
  • b27ad955f8 Merge pull request #2400 from deltachat/dependabot/cargo/async-std-1.9.0 dependabot[bot] 2021-05-01 19:00:44 +00:00
  • 5546ed772e cargo: update stop-token and async-imap link2xt 2021-05-01 21:39:51 +03:00
  • 23e891f051 cargo: bump async-std from 1.8.0 to 1.9.0 dependabot[bot] 2021-05-01 18:39:33 +00:00
  • 7dd5b05a00 cargo: bump backtrace from 0.3.56 to 0.3.58 dependabot[bot] 2021-05-01 17:56:44 +00:00
  • b7d274e0f9 cargo: bump async-std-resolver from 0.19.7 to 0.20.2 dependabot[bot] 2021-05-01 17:56:47 +00:00
  • 437b7ef1f1 cargo: bump anyhow from 1.0.39 to 1.0.40 dependabot[bot] 2021-05-01 17:56:52 +00:00
  • 6934947d0d cargo: bump pretty_assertions from 0.6.1 to 0.7.2 dependabot[bot] 2021-05-01 16:12:35 +00:00
  • d920ec96fa cargo: bump proptest from 0.10.1 to 1.0.0 dependabot[bot] 2021-05-01 16:12:31 +00:00
  • ebfeec8907 cargo: bump async-trait from 0.1.48 to 0.1.50 dependabot[bot] 2021-05-01 16:12:26 +00:00
  • 6d064dca84 cargo: bump quick-xml from 0.18.1 to 0.22.0 dependabot[bot] 2021-05-01 16:12:22 +00:00
  • 2c2fad6f28 Merge pull request #2391 from deltachat/dependabot/cargo/kamadak-exif-0.5.4 dependabot[bot] 2021-05-01 16:37:21 +00:00
  • 60b4f3f21a chat: use anyhow::Result to avoid repeating , Error> link2xt 2021-05-01 08:38:09 +03:00
  • c128e54896 cargo: bump kamadak-exif from 0.5.3 to 0.5.4 dependabot[bot] 2021-05-01 16:12:17 +00:00
  • 0ea6f72624 github: add Dependabot configuration link2xt 2021-05-01 09:00:24 +03:00
  • 855b6b18fd contact: synchronize status between devices link2xt 2021-05-01 07:39:38 +03:00
  • abac35c872 Make it possible to disable bundled SQLite link2xt 2021-05-01 06:45:28 +03:00
  • 17ad4e99ee Update rusqlite from 0.24 to 0.25 link2xt 2021-05-01 06:23:06 +03:00
  • c5aef03008 Update changelog link2xt 2021-05-01 17:05:18 +03:00
  • c7f2a43654 Update changelog link2xt 2021-05-01 15:26:53 +03:00
  • 19176d9d47 add "Forwarded:" to summary2, this affects notifications and the chatlist Simon Laux 2021-03-22 15:34:05 +01:00
  • db1a7023eb scripts: remove old/run-python.sh link2xt 2021-05-01 15:04:07 +03:00
  • ae31b5895b Remove old/gh-actions-rust.yml link2xt 2021-05-01 14:54:59 +03:00
  • 35b6dd797d tox.ini: pin breathe version link2xt 2021-05-01 14:45:19 +03:00
  • 1d708de82f docker-coredeps: update to manylinux2014 link2xt 2021-05-01 14:20:33 +03:00
  • f7139331e7 test that the correct headers are moved B. Petersen 2021-04-21 18:03:12 +02:00
  • 131651cc02 base64-encode avatar into the hidden header link2xt 2021-02-18 21:14:21 +03:00
  • bba437523a Process Chat-User-Avatar headers with embedded base64 images link2xt 2021-02-17 01:28:33 +03:00
  • f76bc44cdc mimeparser: parse hidden headers link2xt 2021-02-16 21:55:18 +03:00
  • f6eb169c60 mimefactory: implement hidden headers link2xt 2021-02-14 18:45:01 +03:00
  • e15ec2eb7a mimefactory: create MessageHeaders structure link2xt 2021-02-14 16:57:48 +03:00
  • b3b46688fc Better comments for protected_headers and unprotected_headers link2xt 2021-02-14 14:48:55 +03:00
  • 9faf4a5fa7 python: remove unused imports link2xt 2021-04-30 10:56:27 +03:00
  • 628c30f130 python: fix build against system library Robert Schütz 2021-04-29 14:16:26 +02:00
  • f40b557454 add tests for marknoticed_chat(), markseen_msgs() and get_state() B. Petersen 2021-04-22 16:40:40 +02:00
  • e1b9e8f2c9 stop more times in repl tool B. Petersen 2021-04-22 15:41:09 +02:00
  • 65c17cfea2 dc_markseen_msgs() should not handle deaddrop B. Petersen 2021-04-24 13:54:50 +02:00
  • 39d3a594af let dc_marknoticed_chat() also handle the virtual deaddrop chat B. Petersen 2021-04-22 15:31:19 +02:00
  • 949e671d9c ci: fail on cargo check warnings link2xt 2021-04-22 23:16:35 +03:00
  • eef51f064a sql: set PRAGMA synchronous=normal link2xt 2021-04-25 23:12:37 +03:00
  • 143c5e6249 re-add test_db_reopen() for rusqlite B. Petersen 2021-04-25 17:53:29 +02:00
  • 8610b0c945 sql: switch from sqlx to rusqlite link2xt 2021-04-25 00:00:00 +00:00
  • d179dced4e Get rid of mod.rs files. link2xt 2021-04-24 00:00:00 +00:00
  • 1dc055fb66 cargo update -p sqlx link2xt 2021-04-23 00:00:00 +00:00
  • 819775ac39 Revert "More logging for "core spams imap events"" Hocuri 2021-04-22 14:19:57 +02:00
  • e93cbae879 stop timings testing-only B. Petersen 2021-04-22 20:15:04 +02:00
  • a1ef32170d Make logging less verbose Hocuri 2021-04-22 17:40:19 +02:00
  • a4486d8c30 Fix #2335 (delete job flooding) (#2372) Hocuri 2021-04-22 16:37:22 +02:00
  • 7bdae8b2c5 README.md: replace shields.io with official CircleCI badge link2xt 2021-04-21 07:23:48 +03:00
  • 75999c5d5a test_account.py: fix syntax error on python 3.5 link2xt 2021-04-21 02:49:09 +03:00
  • 34ffa4e7ea add a test to check LIMIT on global searches B. Petersen 2021-04-20 12:57:37 +02:00
  • 3f1623eab1 LIMIT global search B. Petersen 2021-04-20 12:34:44 +02:00
  • 99373774aa search_msgs: do not match contact names link2xt 2021-04-20 01:28:24 +03:00
  • acd51a7058 Sort global message search result only by ID link2xt 2021-04-19 23:44:28 +03:00
  • 61bf0b208c add some tests for constants B. Petersen 2021-04-19 13:23:33 +02:00
  • efd0314872 dc_receive_imf: remove unnecessary check for empty folder name link2xt 2021-04-18 18:33:53 +03:00
  • ef89bc64c9 Add search_msgs benchmark link2xt 2021-04-17 22:34:40 +03:00
  • 6d4ec75a7b Benchmark reading contact list link2xt 2021-04-17 18:40:40 +03:00
  • 8af47de5a4 Benchmark adding 500 contacts from address book link2xt 2021-04-16 23:02:24 +03:00
  • c7345c16f8 README: update CI status badges link2xt 2021-04-19 01:23:59 +03:00
  • a4b14c6b98 ci: update configs to use scripts from scripts/ directory link2xt 2021-04-18 20:17:44 +03:00
  • 321354531d Move set_core_version.py into scripts/ link2xt 2021-04-18 20:15:25 +03:00
  • 5b0f07f9a7 Move run-integration-tests.sh into scripts/ link2xt 2021-04-18 20:14:42 +03:00
  • 87cb5de8b1 Rename ci_scripts/ into scripts/ link2xt 2021-04-18 20:13:51 +03:00
  • baae31117f server_params.rs: increase test coverage link2xt 2021-04-18 02:58:17 +03:00
  • 553d3936a9 Some general Python test improvements (#2316) Hocuri 2021-04-18 19:20:31 +02:00
  • 004fb76864 Remove println! calls from test_group_with_removed_message_id() link2xt 2021-04-18 18:37:49 +03:00
  • 09bc8fc603 dc_tools: remove dead code from the test link2xt 2021-04-18 02:57:17 +03:00
  • 8f1bb38a3b Fix a comment typo link2xt 2021-04-18 02:56:34 +03:00
  • 2688f233b8 add timeinfo for 'listmsgs' repl command B. Petersen 2021-04-17 23:49:53 +02:00
  • 7be8fb7245 bumb version to 1.53.0 1.53.0 B. Petersen 2021-04-17 23:59:56 +02:00
  • a9b8776342 update changelog for 1.53.0 B. Petersen 2021-04-17 23:57:44 +02:00
  • 9a34fe5c70 sql: enable shared cache link2xt 2021-04-17 06:09:45 +03:00
  • e35a8d4415 sql: use sqlite3_last_insert_rowid instead of SELECT link2xt 2021-04-17 05:54:41 +03:00
  • 59dea29e88 Merge pull request #2333 from deltachat/adb-issue-2328 Asiel Díaz Benítez 2021-04-17 13:55:48 -04:00
  • cfdc841c7e Update python/tests/test_account.py Asiel Díaz Benítez 2021-04-17 12:45:50 -04:00
  • 2974affaeb Merge pull request #2334 from deltachat/adb-issue-2329 Asiel Díaz Benítez 2021-04-16 15:23:31 -04:00
  • 69dae4c006 Switch to release version of sqlx link2xt 2021-04-16 22:05:21 +03:00
  • a795ae98ee Test saving and loading of LoginParam link2xt 2021-04-15 02:56:08 +03:00
  • ac54301923 mimefactory: resultify is_file_size_okay link2xt 2021-04-15 03:20:27 +03:00
  • 9ecb6d9b15 test dehtml for pre-tag (wrote that little test to test the new coverage script :)[D B. Petersen 2021-04-15 00:07:04 +02:00
  • ac9394cb16 dehtml.rs: test </i> tag link2xt 2021-04-11 00:00:00 +03:00
  • edb9ea0e83 format_flowed.rs: increase line coverage to 100% link2xt 2021-04-11 00:00:00 +03:00
  • 4c1315446e Add coverage script link2xt 2021-04-11 00:00:00 +03:00
  • cc6b02f037 remove additional tags: check from ci, it is 'master branch || has tags' so that does not make much sense, generation should be done on master only 1.52.0 B. Petersen 2021-04-14 15:57:59 +02:00
  • e13bb8fbd4 bump version to 1.52.0 B. Petersen 2021-04-14 13:07:57 +02:00
  • eaca4446aa update changelog to 1.52 B. Petersen 2021-04-14 13:07:05 +02:00
  • f3fb26c066 add a test to search for one-to-one-chats coming without authnames B. Petersen 2021-04-14 13:56:28 +02:00
  • 1a1416e446 change chat names correctly on contact name change B. Petersen 2021-04-13 23:13:29 +02:00
  • 0afc07f6e7 add a test to search for one-to-one-chats B. Petersen 2021-04-13 22:36:35 +02:00
  • e6d2b1052c fix typo adbenitez 2021-04-13 04:23:36 -04:00
  • 19c1e6efc3 try to fix test adbenitez 2021-04-13 03:00:02 -04:00
  • 26d9addc5d improve test, test has_html() adbenitez 2021-04-13 02:49:56 -04:00
  • 6601015a09 add test_html_message() adbenitez 2021-04-13 02:35:54 -04:00
  • 36653928f7 add html API adbenitez 2021-04-06 20:38:21 -04:00
  • dda3c605c6 Merge pull request #2326 from deltachat/adb-fix-message-id Asiel Díaz Benítez 2021-04-13 04:08:50 -04:00
  • 2e015e685f add aditional check adbenitez 2021-04-13 03:53:37 -04:00
  • d4a1858d41 try to fix test adbenitez 2021-04-13 03:53:21 -04:00