link2xt
cecc080931
Update crossbeam-channel to 0.5.8
...
0.5.7 is yanked
2023-04-11 18:45:37 +00:00
link2xt
11e6a325a2
ci: remove references to nonexistent matrix.rust
2023-04-08 18:27:35 +00:00
Sebastian Klähn
eed8e08145
Protect against RTLO attacks ( #3609 )
...
Protect against RTLO attackts
2023-04-07 08:36:37 +00:00
iequidoo
36bec9c295
Update "accounts.toml" atomically ( #4295 )
2023-04-06 22:52:25 -04:00
iequidoo
c8988f5a55
maybe_add_time_based_warnings(): Use release date instead of the provider DB update one ( #4213 )
...
bjoern <r10s@b44t.com > wrote:
> maybe_add_time_based_warnings() requires some date guaranteed to be in the near past. based on
this known date we check if the system clock is wrong (if earlier than known date) and if the used
Delta Chat version may be outdated (1 year passed since known date). while this does not catch all
situations, it catches quite some errors with comparable few effort.
>
> figuring out the date guaranteed to be in the near past is a bit tricky. that time, we added
get_provider_update_timestamp() for exactly that purpose - it is checked manually by some dev and
updated from time to time, usually before a release.
>
> however, meanwhile, the provider-db gets updated less frequently - things might be settled a bit
more - and, get_provider_update_timestamp() was also changed to return the date of the last commit,
instead of last run. while that seem to be more on-purpose, we cannot even do an “empty” database
update to update the known date.
>
> as get_provider_update_timestamp() is not used for anything else, maybe we should completely
remove that function and replace it by get_last_release_timestamp that is then updated by
./scripts/set_core_version.py - the result of that is reviewed manually anyway, so that seems to be
a good place (i prefer manual review here and mistrust further automation as also dev or ci clocks
may be wrong :)
2023-04-06 22:00:02 -04:00
link2xt
2ba4381c39
Merge branch 'stable-1.112' into 'master'
2023-04-04 15:01:37 +00:00
link2xt
185a0193cc
Fix newline at the end of package.json
v1.112.6
2023-04-04 16:47:25 +02:00
B. Petersen
1b00334281
bump version to 1.112.6
2023-04-04 16:47:25 +02:00
B. Petersen
0eb2f5bf52
fix some CHANGELOG typos
2023-04-04 16:47:25 +02:00
B. Petersen
78d1aa46a1
update changelog for 1.112.6
2023-04-04 16:47:25 +02:00
link2xt
26403a1599
Update spin from 0.9.7 to 0.9.8
...
`spin` 0.9.7 is yanked: https://rustsec.org/advisories/RUSTSEC-2023-0031
2023-04-04 12:54:23 +00:00
B. Petersen
a1f112470e
add a device message when backup transfer ends
...
that way, UI can just close the transfer dialog,
so that, at the end, both devices end in the chatlist.
we can also use this for troubleshooting -
if the device message is not present,
transfer did not succeed completely.
(a separate device message may be nice in that case -
but that is another effort,
same for making the device message reappear after deletion
or after some time)
2023-04-04 14:17:26 +02:00
dependabot[bot]
2ab7a37d85
Merge pull request #4297 from deltachat/dependabot/cargo/iroh-0.4.1
2023-04-04 09:02:11 +00:00
link2xt
4b933ed2ef
Update to iroh 0.4.1
2023-04-04 09:00:19 +00:00
dependabot[bot]
0d1c12115d
Merge pull request #4298 from deltachat/dependabot/cargo/fast-socks5-0.8.2
2023-04-04 08:34:30 +00:00
link2xt
3bced80b23
imap: use try_next() to avoid the need to transpose Option and Result
2023-04-04 08:23:37 +00:00
link2xt
f46f3e939e
clippy fix
2023-04-04 09:50:42 +02:00
B. Petersen
9d8e836fdd
show some text instead of nothing on empty quota list
...
some providers say that they support QUOTA in the IMAP CAPABILITY,
but return an empty list without any quota information then.
in our "Connectivity", this looks a bit of an error.
i have not seen this error often - only for testrun.org -
if it is usual, we could also just say "not supported"
(as we do in case QUOTA is not returned).
a translations seems not to be needed for now,
it seems unusual, and all other errors are not translated as well.
2023-04-04 09:50:42 +02:00
dependabot[bot]
132d34db5c
cargo: bump fast-socks5 from 0.8.1 to 0.8.2
...
Bumps [fast-socks5](https://github.com/dizda/fast-socks5 ) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/dizda/fast-socks5/releases )
- [Commits](https://github.com/dizda/fast-socks5/compare/v0.8.1...v0.8.2 )
---
updated-dependencies:
- dependency-name: fast-socks5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-03 22:22:51 +00:00
dependabot[bot]
16edb7b35a
cargo: bump iroh from 0.4.0 to 0.4.1
...
Bumps [iroh](https://github.com/n0-computer/iroh ) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/n0-computer/iroh/releases )
- [Changelog](https://github.com/n0-computer/iroh/blob/main/CHANGELOG.md )
- [Commits](https://github.com/n0-computer/iroh/compare/v0.4.0...v0.4.1 )
---
updated-dependencies:
- dependency-name: iroh
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-03 22:21:52 +00:00
link2xt
044478a044
Update fd-lock, is-terminal and tempfile
2023-04-03 21:56:16 +00:00
dependabot[bot]
f6ea48d666
Merge pull request #4275 from deltachat/dependabot/cargo/axum-0.6.12
2023-04-03 21:43:43 +00:00
dependabot[bot]
6ed3ed1617
cargo: bump axum from 0.6.11 to 0.6.12
...
Bumps [axum](https://github.com/tokio-rs/axum ) from 0.6.11 to 0.6.12.
- [Release notes](https://github.com/tokio-rs/axum/releases )
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.6.11...axum-v0.6.12 )
---
updated-dependencies:
- dependency-name: axum
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-03 19:48:44 +00:00
link2xt
9c9c401e66
ci: use --all-targets --all-features for cargo check
2023-04-03 19:27:11 +00:00
link2xt
72031edfbe
ci: split CI into more parallel jobs
...
With this, all the builds happen in parallel in 3-6 minutes,
and then python tests run for 8-9 minutes.
Before, it was 6-17 minutes for compilation,
then 19-31 minutes for python tests.
Compilation of the library and test binary was not parallelized,
and then python tests included async python tests
and deltachat-rpc-server binary compilation.
Now, deltachat-rpc-server compilation,
Rust testing and async python tests are separate jobs.
2023-04-03 19:27:11 +00:00
iequidoo
41456aa2ab
jsonrpc API: Fix documentation of search_messages() ( #4288 )
2023-04-03 14:17:39 -04:00
link2xt
a70f29381a
location: remove bitflags dependency
2023-04-03 16:56:37 +00:00
dependabot[bot]
3b0ad73732
Merge pull request #4270 from deltachat/dependabot/cargo/async_zip-0.0.12
2023-04-03 16:08:41 +00:00
dependabot[bot]
8c302648bb
Merge pull request #4263 from deltachat/dependabot/cargo/tokio-1.27.0
2023-04-03 16:06:43 +00:00
dependabot[bot]
01b888c341
cargo: bump tokio from 1.26.0 to 1.27.0
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.26.0...tokio-1.27.0 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-03 12:33:21 +00:00
dependabot[bot]
f8e87a8b6c
cargo: bump async_zip from 0.0.11 to 0.0.12
...
Bumps [async_zip](https://github.com/Majored/rs-async-zip ) from 0.0.11 to 0.0.12.
- [Release notes](https://github.com/Majored/rs-async-zip/releases )
- [Commits](https://github.com/Majored/rs-async-zip/commits )
---
updated-dependencies:
- dependency-name: async_zip
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-03 12:33:19 +00:00
link2xt
01af83946c
Update to released version of async-imap
2023-04-03 12:31:16 +00:00
link2xt
386a9ad0b0
Update from yanked spin 0.9.7 to 0.9.8
2023-04-03 10:21:11 +00:00
Floris Bruynooghe
c6c20d8f3c
ref(scheduler): Make InnerSchedulerState an enum ( #4251 )
...
This is more verbose, but makes reasoning about things easier.
2023-04-03 11:13:44 +02:00
dependabot[bot]
40b072711e
Merge pull request #4283 from deltachat/dependabot/cargo/rusqlite-0.29.0
2023-04-03 08:25:57 +00:00
Floris Bruynooghe
2469964a44
ref(sql): Do not warn if BLOBS_BACKUP_NAME does not exist ( #4256 )
...
ref(sql): Dop not warn if BLOBS_BACKUP_NAME does not exist
It is perfectly normal for this directory to not exist.
2023-04-03 09:28:17 +02:00
link2xt
40e0924768
Add bitflags exception to deny.toml
2023-04-03 07:25:44 +00:00
dependabot[bot]
e016440fb3
Merge pull request #4267 from deltachat/dependabot/cargo/serde_json-1.0.95
2023-04-02 22:06:59 +00:00
dependabot[bot]
a37aaa5585
Merge pull request #4271 from deltachat/dependabot/cargo/image-0.24.6
2023-04-02 22:06:26 +00:00
dependabot[bot]
1ee551d53e
cargo: bump serde_json from 1.0.93 to 1.0.95
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.93 to 1.0.95.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.93...v1.0.95 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-02 19:55:56 +00:00
dependabot[bot]
2341eed796
Merge pull request #4282 from deltachat/dependabot/cargo/futures-0.3.28
2023-04-02 19:54:10 +00:00
dependabot[bot]
49cfd79505
Merge pull request #4265 from deltachat/dependabot/cargo/serde-1.0.159
2023-04-02 19:41:36 +00:00
dependabot[bot]
9ac0d1a1ce
Merge pull request #4280 from deltachat/dependabot/cargo/thiserror-1.0.40
2023-04-02 19:00:26 +00:00
dependabot[bot]
6046dfabe9
cargo: bump rusqlite from 0.28.0 to 0.29.0
...
Bumps [rusqlite](https://github.com/rusqlite/rusqlite ) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/rusqlite/rusqlite/releases )
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md )
- [Commits](https://github.com/rusqlite/rusqlite/compare/v0.28.0...v0.29.0 )
---
updated-dependencies:
- dependency-name: rusqlite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-02 18:32:07 +00:00
dependabot[bot]
c2269bf777
cargo: bump futures from 0.3.26 to 0.3.28
...
Bumps [futures](https://github.com/rust-lang/futures-rs ) from 0.3.26 to 0.3.28.
- [Release notes](https://github.com/rust-lang/futures-rs/releases )
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.26...0.3.28 )
---
updated-dependencies:
- dependency-name: futures
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-02 17:40:49 +00:00
dependabot[bot]
b81a958021
Merge pull request #4278 from deltachat/dependabot/cargo/walkdir-2.3.3
2023-04-02 17:16:24 +00:00
dependabot[bot]
9e37a5643c
cargo: bump thiserror from 1.0.38 to 1.0.40
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.38 to 1.0.40.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.38...1.0.40 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-02 16:42:22 +00:00
dependabot[bot]
50a213c2e1
cargo: bump serde from 1.0.152 to 1.0.159
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.152 to 1.0.159.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.152...v1.0.159 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-02 16:42:10 +00:00
link2xt
c6e9fbd501
Update syn crate in deltachat_derive
2023-04-02 16:40:23 +00:00
dependabot[bot]
720b5aa7c1
Merge pull request #4284 from deltachat/dependabot/cargo/toml-0.7.3
2023-04-02 16:30:33 +00:00