Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Delta Chat collective

Developing and releasing Delta Chat apps and experimenting with the future of e-mail: e2e-encrypted and anonymous. Supporting people in repressive situations.
Collective - Host: opensource - https://opencollective.com/delta-chat - Website: https://delta.chat - Code: https://github.com/deltachat

fix(imap): set connectivity to "connecting" only after ratelimit

github.com/deltachat/deltachat-core-rust - cf16671d8d562b41957a16af491d68367a91324e authored 8 months ago by link2xt <[email protected]>
fix: do not fake idle after trigger_reconnect()

In this case connection failure
may be a connection timeout (currently 1 minute),
so it does not...

github.com/deltachat/deltachat-core-rust - 671feb68a41f00f45af949b2b69a5f01cf8fd00b authored 8 months ago by link2xt <[email protected]>
ci: upgrade setup-python GitHub Action

github.com/deltachat/deltachat-core-rust - ccd51581093589608617d336b92d7d68d51b9383 authored 8 months ago by link2xt <[email protected]>
chore(cargo): update rpgp to 0.11

<https://github.com/rpgp/rpgp/releases/tag/v0.11.0>

github.com/deltachat/deltachat-core-rust - 0a18e32d6275acae74a5a959663eafe5b92097dd authored 8 months ago by link2xt <[email protected]>
update translations (#801)

github.com/deltachat/deltachat-pages - 225af76407d900f21ee1bd51b898633fd60e8ac3 authored 8 months ago by bjoern <[email protected]>
feat: Recognise Trash folder by name (#5275)

If a folder is named "Trash" or like this, it should be recognised as such even if it does not h...

github.com/deltachat/deltachat-core-rust - e9fadc078549c79713dbe55f46ce207a442fc6a4 authored 8 months ago by iequidoo <[email protected]>
build: tag armv6 wheels with tags accepted by PyPI

See
<https://github.com/pypi/warehouse/blob/main/warehouse/forklift/legacy.py>
for the tag check...

github.com/deltachat/deltachat-core-rust - cfa13f0669ec61e1049ce4e4d85a8c4e31653baf authored 8 months ago by link2xt <[email protected]>
chore(release): prepare for 1.135.1

github.com/deltachat/deltachat-core-rust - 89e43c66782526678fbb14a305968ebac685a803 authored 8 months ago by link2xt <[email protected]>
build: add footer template for git-cliff

github.com/deltachat/deltachat-core-rust - 8a67797cb12a40f863f2b99a3b3f55babedaf055 authored 8 months ago by link2xt <[email protected]>
ci: build deltachat-rpc-server with nix

github.com/deltachat/deltachat-core-rust - e765066f05187f60979fa1b443575a341add54a0 authored 8 months ago by link2xt <[email protected]>
ci: build deltachat-repl for Windows with nix

github.com/deltachat/deltachat-core-rust - 67aa785a9e285f9fec81884a7d6632ad5cd81ae8 authored 8 months ago by link2xt <[email protected]>
ci: try to upload deltachat-rpc-server only on release

github.com/deltachat/deltachat-core-rust - b29bc19ef40a25d6e2faca252d122a2b206e2f1c authored 8 months ago by link2xt <[email protected]>
build: update nix flake

github.com/deltachat/deltachat-android - 8a89412a2d21200171f582ab99b4c16b523aed88 authored 8 months ago by link2xt <[email protected]>
Add repology badge to readme (#3696)

* Add repology badge to readme

* Move table somewhere less prominent

---------

Co-autho...

github.com/deltachat/deltachat-desktop - 672b19c7cdc12f445f5c17aacf64dd12c0d689e3 authored 8 months ago by link2xt <[email protected]>
fix: apply Autocrypt headers if timestamp is unchanged

If two messages arrive with the same timestamp,
the one that arrived later should be preferred.

github.com/deltachat/deltachat-core-rust - b4e9a9764fa360be6c8c38a1355fbdb7acf306e7 authored 8 months ago by link2xt <[email protected]>
Correct typo in imap.rs

github.com/deltachat/deltachat-core-rust - 06e79e8926249e62190dca9081703b5c4ed303c3 authored 8 months ago by gerryfrancis <[email protected]>
slightly wider account sidebar as suggested in the forum (#3698)

* slightly wider account sidebar as suggested in the forum

* add changelog entry

* fix typo

github.com/deltachat/deltachat-desktop - c73859e612a2e0852b6b432006416032ed435e69 authored 8 months ago by Simon Laux <[email protected]>
Prepare test release `v1.43.1` (#3694)

* Add 1.43.1 to CHANGELOG.md

* Bump version in package.json

* Mention translation files up...

github.com/deltachat/deltachat-desktop - 517634b34e68df57eb6863d4b6b4b238b3103639 authored 8 months ago by adz <[email protected]>
fix: never encrypt {vc,vg}-request

Even if 1:1 chat with alice is protected,
we should send vc-request unencrypted.
This happens if...

github.com/deltachat/deltachat-core-rust - 9427f7b587943e970f185277b5065ae5acb63b73 authored 8 months ago by link2xt <[email protected]>
feat: Sync Config::Selfstatus across devices (#4893)

Use sync messages for that as it is done for e.g. Config::Displayname. Maybe we need to remove
s...

github.com/deltachat/deltachat-core-rust - bce22edfe34251c819258af7499e68e264ccca68 authored 8 months ago by iequidoo <[email protected]>
fix: Context::get_info: Report displayname as "displayname" (w/o underscore)

Otherwise the user thinks that the config key is "display_name" and can't change it using `set
d...

github.com/deltachat/deltachat-core-rust - 5e3fcafb3a569d1e7a822e7801a4aa4b0dc0d10b authored 8 months ago by iequidoo <[email protected]>
feat: Sync self-avatar across devices (#4893)

Use sync messages for that as it is done for e.g. Config::Displayname. Maybe we need to remove
a...

github.com/deltachat/deltachat-core-rust - 656d4ed5061f7cecbdb998d7f983e1f91390db85 authored 8 months ago by iequidoo <[email protected]>
Fix "Broken protection" message not opening info dialog on tap (#3695)

* Fix missing variant for tap message

* Add entry to CHANGELOG.md

github.com/deltachat/deltachat-desktop - 540518e7cf80a1dbe8e5eacab4c2ed2f37efc209 authored 8 months ago by adz <[email protected]>
Refactor buttons (#3605)

* draft of the new Button component

* rename

* Button component final

* type prop of Bu...

github.com/deltachat/deltachat-desktop - 118e1efda0fcabb2e070e7749162227bb534b5bb authored 8 months ago by Farooq Karimi Zadeh <[email protected]>
Update translations in a separate PR

github.com/deltachat/deltachat-desktop - 4805a59d9b8dbaf33d872cd61d1f98f0b4b2b7ac authored 8 months ago by adz <[email protected]>
Mention updating the CHANGELOG.md when updating locales

github.com/deltachat/deltachat-desktop - 25dd19ba0c03ce1ebaa87fd63635e64f082c557d authored 8 months ago by adz <[email protected]>
Update translation strings

github.com/deltachat/deltachat-desktop - d837be6d7180b8ae2a8c1a330f965edd46d5e684 authored 8 months ago by adz <[email protected]>
Update releases workflow document (#3685)

* Write down what we've talked about today

* Write more

* Consistent punctuation

* Move...

github.com/deltachat/deltachat-desktop - e1d6af78e74c806d8b3c6891f3d99c7ad470c46d authored 8 months ago by adz <[email protected]>
Remove unnecesary image url in icon

github.com/deltachat/deltachat-desktop - 0492664f4dcbb155d731695a115fe282b3977f33 authored 8 months ago by adz <[email protected]>
Bring back shadow for muted icon

github.com/deltachat/deltachat-desktop - f9b5e1290832bd45c82d9df70ee91f38884b93df authored 8 months ago by adz <[email protected]>
upgrade `electron` from `v26.6.3` to version `v28.2.3` (#3693)

github.com/deltachat/deltachat-desktop - ee395e135b7ab0d073c2681150cca7e6975b7c7b authored 8 months ago by Simon Laux <[email protected]>
refactor: return error with a cause when failing to export keys

github.com/deltachat/deltachat-core-rust - 7a1270f86181d93d9d204a828147286e33fa3012 authored 8 months ago by link2xt <[email protected]>
refactor: rename incorrectly named variables in create_keypair

Encryption subkey is incorrectly referred to as public key
in variable names.
This is incorrect ...

github.com/deltachat/deltachat-core-rust - 660cfd4f0145015b8d43622e438326f6fdf2d26c authored 8 months ago by link2xt <[email protected]>
refactor(create_keypair): remove unnecessary map_err

github.com/deltachat/deltachat-core-rust - b35b893351de4d9530bd852ec6e7c48359a73b79 authored 8 months ago by link2xt <[email protected]>
ci: fixup node-package.yml after artifact actions upgrade

github.com/deltachat/deltachat-core-rust - f45f9263db4dd89de3fdfcd2fa58573071e316cc authored 8 months ago by link2xt <[email protected]>
ci: update to actions/checkout@v4

Also disable --progress.
It is not disabled by default for backward compatibility,
but solves th...

github.com/deltachat/deltachat-core-rust - 8289dc92ede9498ede1b392ce5b0f6c80bdf6437 authored 8 months ago by link2xt <[email protected]>
fixing mehl.cloud and daleth.cafe

github.com/deltachat/provider-db - 5b35f7b87103fa0895fdc471769386113371688d authored 8 months ago by missytake <[email protected]>
fix: move mehl.cloud to _providers/

github.com/deltachat/provider-db - 1e8ab2e932d2c5053f543c209bbea4d465aba88f authored 8 months ago by missytake <[email protected]>
feat: remove webxdc sending limit

The limit is better enforced by webxdc distributors,
e.g. xdc store bots or actually email provi...

github.com/deltachat/deltachat-core-rust - 862107c708ebd1098ff889667c888a024ad7cdf7 authored 8 months ago by link2xt <[email protected]>
Merge pull request #5 from deltachat/r10s-patch-1

remove IRC from fontpage

github.com/deltachat/.github - 0cff663f9f0ecc214f606435ab5d2e9088fac639 authored 8 months ago by holger krekel <[email protected]>
test: Add a test on protection message sort timestamp (#5088)

Even if `vc-request-with-auth` is received with a delay, the protection message must have the so...

github.com/deltachat/deltachat-core-rust - 778660a8c9f9d3ef5419e08b76845668cbfc4e5d authored 8 months ago by iequidoo <[email protected]>
feat: Mock SystemTime::now() for the tests

Add a new crate `deltachat_time` with a fake `struct SystemTimeTools` for mocking
`SystemTime::n...

github.com/deltachat/deltachat-core-rust - 6e55f0c6e3968813f6728a9eca6d2047aac4c5a3 authored 8 months ago by iequidoo <[email protected]>
ci: replace download-artifact v1 with v4

github.com/deltachat/deltachat-core-rust - 3b0e740c17683ecd94400aaab3aa05c13011374f authored 8 months ago by link2xt <[email protected]>
mark testflights as such in CHANGELOG

github.com/deltachat/deltachat-ios - 8e46a9cbff25f3591d2376f936dc1729c4634ef4 authored 8 months ago by B. Petersen <[email protected]>
add fediverse link

github.com/deltachat/deltachat-pages - 5f440c7643b684c95d2baa2c42b543352944a83d authored 8 months ago by holger krekel <[email protected]>
Update _posts/2024-02-17-webxdc-m3.md

Co-authored-by: missytake <[email protected]>

github.com/deltachat/deltachat-pages - ccd555733e159c3a8a735e2b9fb25588a25ffe8e authored 8 months ago by holger krekel <[email protected]>
evolving the blog post

github.com/deltachat/deltachat-pages - eb8fc5518fa3ad504334c5680e91c663cfca7ca3 authored 8 months ago by holger krekel <[email protected]>
draft post about M3

github.com/deltachat/deltachat-pages - 3a5e354743ac0fa3fd5d6fc7cec13bd077ede450 authored 8 months ago by holger krekel <[email protected]>
M3 blog: added screenshots

github.com/deltachat/deltachat-pages - 837de77dbb715d03af513a6f37c81121afaf9ac0 authored 8 months ago by missytake <[email protected]>
shorter subsection title

github.com/deltachat/deltachat-pages - 7cf89ba28be2b816cf52beeb8b9539a145b20cb2 authored 8 months ago by holger krekel <[email protected]>
rename blog post to today

github.com/deltachat/deltachat-pages - 9f6dd0d61549652e5895060574c9b9ff42dcccde authored 8 months ago by holger krekel <[email protected]>
clarify first para a bit more

github.com/deltachat/deltachat-pages - 58f5c37d26bc64724fc8cdacf4267b9b20536f7b authored 8 months ago by holger krekel <[email protected]>
add centered webxdc logo

github.com/deltachat/deltachat-pages - 5c5547152fd327956f49cb4ae1031e38b38b81fa authored 8 months ago by holger krekel <[email protected]>
linkt o earlier background post and re-use an image from there

github.com/deltachat/deltachat-pages - 4baf161c20baf3c6a3cbce3e47265f23b5794211 authored 8 months ago by holger krekel <[email protected]>
various refinements, considering it near final now

github.com/deltachat/deltachat-pages - fab34857ec85765b06de9a1084697a265e15b93f authored 8 months ago by holger krekel <[email protected]>
adding alt-text to images

github.com/deltachat/deltachat-pages - 836241dc2cb6c80b3f3224b99fb97a2b55187296 authored 8 months ago by missytake <[email protected]>
better alt-text

github.com/deltachat/deltachat-pages - d3a1dd47675320335521832d313e1fd8f7dfecd0 authored 8 months ago by holger krekel <[email protected]>
some refinements/streamlining/rewording

github.com/deltachat/deltachat-pages - 0b4f48b6955e3368eeafdf58d40301249be4c82a authored 8 months ago by holger krekel <[email protected]>
M3 blog: better screenshots

github.com/deltachat/deltachat-pages - 45ecac8b51a65acda54218195bdec66578b61e1f authored 8 months ago by missytake <[email protected]>
Update _posts/2024-02-17-webxdc-m3.md

Co-authored-by: missytake <[email protected]>

github.com/deltachat/deltachat-pages - 166d6c93decd2b1f7a7bb5dbff857cbbf8c6722d authored 8 months ago by holger krekel <[email protected]>
ci: use actions/download-artifact@v4

download-artifact@v3 does not download artifacts uploaded with upload-artifact@v4

github.com/deltachat/deltachat-core-rust - 2dd87b6b5e8d4fb46f637c20a9249dd18ee45562 authored 8 months ago by link2xt <[email protected]>
ci: update actions/upload-artifact

There are no breaking changes listed in the README that affect our usage.

github.com/deltachat/deltachat-core-rust - cdcacf2f83d866d79b5a746a1add78e3a7aa9456 authored 8 months ago by link2xt <[email protected]>
Update profile/README.md

github.com/deltachat/.github - 8cf2ec8bbb413e0c08050a812ba5517ada99af44 authored 8 months ago by bjoern <[email protected]>
remove IRC

i think, there are too few ppl hanging out to justify a direct link, it is also removed from htt...

github.com/deltachat/.github - 49bf601bb259033383e760c15b16b461215ae4d5 authored 8 months ago by bjoern <[email protected]>
Fix broken/wrong/missing background for muted and turned off account badges in multiaccount sidebar (#3691)

* Fix broken styles for muted and turned off account badges in multiaccount sidebar

* add chang...

github.com/deltachat/deltachat-desktop - 20c2d9307fd7eefc0fda023cb64b002aa2c36626 authored 8 months ago by Simon Laux <[email protected]>
remove stale CONTRIBUTORS.md (#3690)

the file is stale since years -
this always happens sooner or later with lists no one maintains...

github.com/deltachat/deltachat-desktop - 380f6a0bfb0d7dd3273995d3991a0eebd9029945 authored 8 months ago by bjoern <[email protected]>
cleanup changelog (#5265)

somehow a whole issue sneaked in :)

github.com/deltachat/deltachat-core-rust - 51aaaf2e8df691a3070a1001042fbfbfb171ccbb authored 8 months ago by bjoern <[email protected]>
Prepare test release `v1.43` (#3689)

* Prepare CHANGELOG.md

* Bump version in package.json

* Fix markdown syntax

github.com/deltachat/deltachat-desktop - 3b94e54bc27d0efb6ab9f00df6bccacf81cba0a1 authored 8 months ago by adz <[email protected]>
prepare 1.43.1 (#2960)

* update CHANGELOG to 1.43.1, core part

* update CHANGELOG to 1.43.1, android part

* bump ...

github.com/deltachat/deltachat-android - 6a15d7bb0ba6a9c0e51a2883ff5808f497905dd9 authored 8 months ago by bjoern <[email protected]>
start/stop IO no longer needed on config changes (#2076)

this is done by core as needed since https://github.com/deltachat/deltachat-core-rust/pull/5117

github.com/deltachat/deltachat-ios - bba12dcec0689369d6ec445ba76ca14daa60b342 authored 8 months ago by bjoern <[email protected]>
prepare 1.43.1 (#2077)

* update CHANGLOG for 1.43.1, core parts and parts equal to android

* update CHANGLOG for 1.4...

github.com/deltachat/deltachat-ios - 607ab9c2cc4088d9e516cf5127e002dd1d9d0569 authored 8 months ago by bjoern <[email protected]>
remove unused showArchivedChats() (#2075)

github.com/deltachat/deltachat-ios - e745386fd8b829e45ad0c5d89f3625b323637a9b authored 8 months ago by bjoern <[email protected]>
start/stop IO no longer needed on config changes (#2959)

this is done by core as needed since https://github.com/deltachat/deltachat-core-rust/pull/5117

github.com/deltachat/deltachat-android - 965021d24315203b443ea6e201a32e324d3bb67f authored 8 months ago by bjoern <[email protected]>
Update deltachat-core and rpc version to v1.135.0

github.com/deltachat/deltachat-desktop - 95f0ba50e7e0dbe48bffab7ec2403c8071f69b3e authored 8 months ago by adz <[email protected]>
daleth.cafe: better description wording

github.com/deltachat/provider-db - 380047cd6b51eb72b66582fd72f29e0e4e2c2a4a authored 8 months ago by missytake <[email protected]>
Update _providers/daleth.cafe.md

OK! :-)

Co-authored-by: missytake <[email protected]>

github.com/deltachat/provider-db - 9eb982dd181f303ad7bcc067307da5b2620f3667 authored 8 months ago by Dorfzwockel <[email protected]>
Update _providers/daleth.cafe.md

OK :-)

Co-authored-by: missytake <[email protected]>

github.com/deltachat/provider-db - 2bbae5d9a01a04eed836307e07f57f891a19f27f authored 8 months ago by Dorfzwockel <[email protected]>
Update _providers/daleth.cafe.md

Ok, I know now :-) I will do my best next time

Co-authored-by: missytake <[email protected]>

github.com/deltachat/provider-db - 408ad6eba5ffa62cfc84526f3a53736c8a5328b5 authored 8 months ago by Dorfzwockel <[email protected]>
Create daleth.cafe.md

Please add me to the database

github.com/deltachat/provider-db - 01cc27d56dfe1b49e038765412a08730a1a446ff authored 8 months ago by Dorfzwockel <[email protected]>
Update translation strings

github.com/deltachat/deltachat-desktop - 5efc007fa1a50e8ec622701a74d57c2e1dbd6d28 authored 8 months ago by adz <[email protected]>
Make sure to only format actual html documents with prettier

github.com/deltachat/deltachat-desktop - e52f107fe344522ff211f0063e93f8e19a2a24e3 authored 8 months ago by adz <[email protected]>
Revert "Format HTML help files with prettier"

This reverts commit b7e5db3eca7157c60b7432093a591c46afa99b78.

github.com/deltachat/deltachat-desktop - 5053201e11aaecc8e1d573adc443b51225b3b21d authored 8 months ago by adz <[email protected]>
Format HTML help files with prettier

github.com/deltachat/deltachat-desktop - b7e5db3eca7157c60b7432093a591c46afa99b78 authored 8 months ago by adz <[email protected]>
update local help (#3686)

github.com/deltachat/deltachat-desktop - 58b5c1e30ef54a3814681bbc3b19e8e3fdf9705d authored 8 months ago by bjoern <[email protected]>
Multi Account Notifications (#3680)

* enable multi account notifications

* add ability to mute accounts
- store in ui config in ...

github.com/deltachat/deltachat-desktop - c243f52c543bc7dcca29a64b8cf349c1f388f81c authored 8 months ago by Simon Laux <[email protected]>
fix lint for wkpb.de

github.com/deltachat/provider-db - a0711adc236a966398e0731f21da82300c414244 authored 8 months ago by missytake <[email protected]>
Update mehl.cloud.md

OK :-)

Co-authored-by: missytake <[email protected]>

github.com/deltachat/provider-db - f6eaabd7497c81d15b0639d7b65a62c95e8826ee authored 8 months ago by Dorfzwockel <[email protected]>
Update mehl.cloud.md

OK ! :-)

Co-authored-by: missytake <[email protected]>

github.com/deltachat/provider-db - 5aaaa5db1d4c3e8f0b5fdd8b0888efc0a44aa576 authored 8 months ago by Dorfzwockel <[email protected]>
Update mehl.cloud.md

Ah, OK, I see

Co-authored-by: missytake <[email protected]>

github.com/deltachat/provider-db - 721c96c876d6452c9c19c5872ee66f9f4233b7af authored 8 months ago by Dorfzwockel <[email protected]>
Create mehl.cloud.md

Please add me to the provider-db

github.com/deltachat/provider-db - 3979c263761245d1069760cbce926b71b0e98221 authored 8 months ago by Dorfzwockel <[email protected]>
update deltachat-core-rust to 'chore(release): prepare for 1.135.0 (#5264)' of 'v1.135.0'

github.com/deltachat/deltachat-ios - 079e7b3f89a7619b8c78c3d548f8e1a3affea1ed authored 8 months ago by B. Petersen <[email protected]>
update translations and local help

github.com/deltachat/deltachat-ios - fc92a1168a5d6ede1aafc4ba6a1f3e4f7e6131d4 authored 8 months ago by B. Petersen <[email protected]>
update deltachat-core-rust to 'chore(release): prepare for 1.135.0 (#5264)' of 'v1.135.0'

github.com/deltachat/deltachat-android - 52f5b3d9654f883f5f21c1888c432470beb27c56 authored 8 months ago by B. Petersen <[email protected]>
update translations and local help

github.com/deltachat/deltachat-android - f293e6446df74f16f01e50f769ffa9f43e3fedec authored 8 months ago by B. Petersen <[email protected]>