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

document development environment setup

github.com/deltachat/mailadm - a2acac8c6a7a2fb2642abc11f3adfbf545a5a119 authored about 2 years ago by missytake <[email protected]>
fixing lint issues

github.com/deltachat/mailadm - 81ca7f844e530f0b20e510f0d9b1eef236b51e26 authored about 2 years ago by missytake <[email protected]>
fix some tests

github.com/deltachat/mailadm - 6cb60e79e9076cc31dcc2efedecb9701051f27c1 authored about 2 years ago by missytake <[email protected]>
naming consistency

github.com/deltachat/mailadm - 5af15b75c1fa345201e9d03ac4bb90eb2755d76f authored about 2 years ago by missytake <[email protected]>
conn.del_user doesn't exist anymore

github.com/deltachat/mailadm - 289c4cb9e695e7eadf4b3e05c2af0afe9885d0b9 authored about 2 years ago by missytake <[email protected]>
cleaning up README.rst

github.com/deltachat/mailadm - 08c2b4b47b12c075b7f9221a5b8026d0c6db2dda authored about 2 years ago by missytake <[email protected]>
only prune every 10 minutes, not every 10 seconds

github.com/deltachat/mailadm - ba62c887085c6eab04f914c52a22cd56583af93d authored about 2 years ago by missytake <[email protected]>
fix: users were not pruned properly

github.com/deltachat/mailadm - 6ac9e832a5473ffabdbccce9272a1cceace01efa authored about 2 years ago by missytake <[email protected]>
log watcher activity

github.com/deltachat/mailadm - fc477735027e07acf38d078306aaf4e2ef334768 authored about 2 years ago by missytake <[email protected]>
also print statements with docker logs

github.com/deltachat/mailadm - 58f1b6a8ba8a9bef4cb8f1bc396e576e1f6b0efe authored about 2 years ago by missytake <[email protected]>
running prune thread directly in gunicorn

github.com/deltachat/mailadm - 5acd2d0820f8ef2dc29011c769d53fe2a1c00736 authored about 2 years ago by missytake <[email protected]>
mvbox_watch doesn't exist anymore (core#2906)

github.com/deltachat/mailadm - 77f53063ba726a5910aee65232a2dc80099a463e authored about 2 years ago by missytake <[email protected]>
tests: fixed how CLI output gets parsed

github.com/deltachat/mailadm - ed6b77f4f02e9eec8768d6e967c0eaaaf577b86e authored about 2 years ago by missytake <[email protected]>
waited for the wrong event

github.com/deltachat/mailadm - 5fa7bc25209706bb47f305504d6820f262a2a1fa authored about 2 years ago by missytake <[email protected]>
unset() is called clear(), actually

github.com/deltachat/mailadm - f2a68dc49d5cf1bbd821f049d8969f7b01bed6fa authored about 2 years ago by missytake <[email protected]>
properly wait with shutting down until all messages are sent.

github.com/deltachat/mailadm - 817132df353669963f11ae59149ed5fe2c5c0781 authored about 2 years ago by missytake <[email protected]>
better way of getting MAIL_DOMAIN

github.com/deltachat/mailadm - 58ab5f5cb758e57e6caf621195821263b14ecaaa authored about 2 years ago by missytake <[email protected]>
tricky: in this functions there are two databases. don't confuse them

github.com/deltachat/mailadm - 52bed5358843511316a92aadd932c249e43b2645 authored about 2 years ago by missytake <[email protected]>
wait for a proper ac_member_added event

github.com/deltachat/mailadm - 734037368bd9887cf293eb662f66e24ae6501b77 authored about 2 years ago by missytake <[email protected]>
python: enable certificate checks in cloned accounts

github.com/deltachat/deltachat-core-rust - 839021f9ebe389ff514a06bfca1c9f1076552eda authored about 2 years ago by link2xt <[email protected]>
Merge pull request #1664 from deltachat/message_resent

implement resend message feature

github.com/deltachat/deltachat-ios - 99bfe32e59e7c03a159ab40211ea02f2106270a7 authored about 2 years ago by cyBerta <[email protected]>
Chat multi-select title (#1663)

* show multi-selection counter in chat navigation title, reduce calls to core requesting DcChat,...

github.com/deltachat/deltachat-ios - 12cb10573106c08b0033be8160018a2460db4cd5 authored about 2 years ago by cyBerta <[email protected]>
option to add webxdc apps to home screen (#2353)

* add 'Add to Home Screen' menus for webxdc apps

* make adding shortcut basically work

* a...

github.com/deltachat/deltachat-android - 853000f8dc330864f33a8f0c54e0888e8dbba992 authored about 2 years ago by bjoern <[email protected]>
tests: ensure that contact of ac1 stays the same

github.com/deltachat/deltachat-core-rust - 6aa5c60963495c813709e41259b6934ae59901f3 authored about 2 years ago by missytake <[email protected]>
python test for AEAP flow

github.com/deltachat/deltachat-core-rust - 5e06568ac6f3a819518088d7450d2c6d02bf1cd1 authored about 2 years ago by missytake <[email protected]>
actually, since AEAP it's fine if the addr changes

github.com/deltachat/deltachat-core-rust - c9fc353b601c233e5c277e0d3f9a9fa3e35258b6 authored about 2 years ago by missytake <[email protected]>
don't raise an error if addr changes

github.com/deltachat/deltachat-core-rust - 82d36e604cf91b7202f78888345e377cce8c9ebc authored about 2 years ago by missytake <[email protected]>
deprecated check whether account can be reconfigured

github.com/deltachat/deltachat-core-rust - 9707f13a4213c7a2c4ead5e0caecb52e10fd40ee authored about 2 years ago by missytake <[email protected]>
use a verified group for the AEAP test

github.com/deltachat/deltachat-core-rust - f548b248ebfac82faa4ee0c24fa5a7d702d3eaba authored about 2 years ago by missytake <[email protected]>
python tests: actually the contacts aren't unified with AEAP

This reverts commit 0aaa33a0d2fd75ff6297ba681ed9de4127bbc995.

github.com/deltachat/deltachat-core-rust - 85330578811773b5a89ddabc095a2000de4400b3 authored about 2 years ago by missytake <[email protected]>
scripts/coverage.sh: enable -Cdebuginfo=2

It is needed to generate .gcno and .gcda files.

Debug info has been disabled in a8c389c3b476a14...

github.com/deltachat/deltachat-core-rust - 8b2ece63ab2f4c222b8338dbf504c4b7f5a26ea4 authored about 2 years ago by link2xt <[email protected]>
ci: error on clippy warnings and check repl

github.com/deltachat/deltachat-core-rust - 14045a6162d422f9ab55300af78027fae6851637 authored about 2 years ago by link2xt <[email protected]>
Move ndk-make.sh to scripts/

Keep symlink for backwards compatibility.

github.com/deltachat/deltachat-android - 2c49febc92d600d1cea3c100e69c474bd495fa5b authored about 2 years ago by link2xt <[email protected]>
ndk-make.sh: use full path to ndk-build

Remove the requirement to have ndk-build in the PATH.

github.com/deltachat/deltachat-android - 6ac1984f7c0b531f42cc6dc4164f4294c94438e4 authored about 2 years ago by link2xt <[email protected]>
ndk-make.sh: error out if ANDROID_NDK_ROOT is not set

github.com/deltachat/deltachat-android - e18c08bc97fd6fa3c7f7e28eb1310cadf0b3ba23 authored about 2 years ago by link2xt <[email protected]>
Simplify provider update script with pathlib

github.com/deltachat/deltachat-core-rust - c0d1c97490c6bb29130d2bf6e62b0ea13b831ac5 authored about 2 years ago by link2xt <[email protected]>
Merge pull request #2362 from deltachat/adb/hide-resend-option

hide resend menu option if messages are not outgoing

github.com/deltachat/deltachat-android - 15d9b444de51d3dff74a02b4ee4b0bc27c69a861 authored about 2 years ago by Asiel Díaz Benítez <[email protected]>
hide resend menu option if messages are not outgoing

github.com/deltachat/deltachat-android - 2172ca587e3d335bf2973fa3efcfeb65feafe220 authored about 2 years ago by adbenitez <[email protected]>
Add ported section with percentage to find-delta-remote script (#2864)

* Add percentages and ported section

* Add percentage for ported methods/usages

* Fix bug ...

github.com/deltachat/deltachat-desktop - 3d7ac44ef949fef56ae10b25be8f4a149c39fab9 authored about 2 years ago by Jikstra <[email protected]>
Add remaining methods & remaining files counter to find-delta-remote.js script

github.com/deltachat/deltachat-desktop - beea3690e44129295ab969890f4415e5c685725a authored about 2 years ago by jikstra <[email protected]>
Remove unneccessary indentation and newlines for --help output

github.com/deltachat/deltachat-desktop - 680bdc097f8edc1d875ee8ffbe4585376e4382fb authored about 2 years ago by jikstra <[email protected]>
fix typo in changelog

github.com/deltachat/deltachat-desktop - 02069295661429538adfd3af712dbf0b41bfae14 authored about 2 years ago by SimonLaux <[email protected]>
Update src/main/deltachat/login.ts

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

github.com/deltachat/deltachat-desktop - 36fc30aa5c31f09801c0a39c40d07ab5f2b96fd6 authored about 2 years ago by Simon Laux <[email protected]>
Update translations (09.08.2022)

github.com/deltachat/deltachat-desktop - b1357cde5bb2d34c4a71f71d356a11aaa2aa73d1 authored about 2 years ago by Simon Laux <[email protected]>
remove 1px bottom border on image message

github.com/deltachat/deltachat-desktop - 31be6aae577afcca37227deb99c49b0dee620725 authored about 2 years ago by SimonLaux <[email protected]>
updated deltachat-node to `v1.91.0`

github.com/deltachat/deltachat-desktop - b0cd805c545d4f0156950fd8346eb8a137f107f4 authored about 2 years ago by SimonLaux <[email protected]>
apply link2xt's suggestions

github.com/deltachat/interface - 52a7a5e73a57a7a6b4baa4c25d59fa38c8b449f4 authored about 2 years ago by Simon Laux <[email protected]>
node: remove unused segfault.js and segfault2.js files

github.com/deltachat/deltachat-core-rust - 50e53f2c8293314ca535711ebb109a050e8ea133 authored about 2 years ago by link2xt <[email protected]>
Build with jsonrpc in install_python_bindings.py

Python bindings expect all functions defined in deltachat.h
to be available, even if there is no...

github.com/deltachat/deltachat-core-rust - 95a9f1e2f8eb4aa7c777d9cae23ccdc716f8b3cc authored about 2 years ago by link2xt <[email protected]>
Remove unnecessary context binding to self

github.com/deltachat/deltachat-core-rust - 355f18184c0d56e04b2cb8642d8adcbfe13f174a authored about 2 years ago by link2xt <[email protected]>
Factor decrypt module out of e2ee module

github.com/deltachat/deltachat-core-rust - 120a96cd8b10b2dbe213517a9155ff4882fe32f3 authored about 2 years ago by link2xt <[email protected]>
Update rustyline to 10.0.0

github.com/deltachat/deltachat-core-rust - 64b534fc611cfc7e986acede741ed2e4b5e9f0d8 authored about 2 years ago by link2xt <[email protected]>
disable broadcast lists by default, because they are experimental (#2849)

and experimental features are not active by default.

github.com/deltachat/deltachat-desktop - a813ce17a6249b462a6c9b542411f08c3b1131ee authored about 2 years ago by Simon Laux <[email protected]>
add warning that broadcast lists are not encrypted (#2851)

github.com/deltachat/deltachat-desktop - 83724532eb97a225e4b1f5b6d7afaec46eff8cec authored about 2 years ago by Simon Laux <[email protected]>
add connectivity status in sidebar/hamburger menu fixes #2819 (#2852)

* add connectivity status in sidebar/hamburger menu
fixes #2819

* remove label

* less spa...

github.com/deltachat/deltachat-desktop - 88d2f27fbf8252bda3590f8c6d8c922e6627889c authored about 2 years ago by Simon Laux <[email protected]>
mention our new experimental features (#2854)

in the update message

github.com/deltachat/deltachat-desktop - 802ab5fd80c7086b5ef4a348f698588abaf8897c authored about 2 years ago by Simon Laux <[email protected]>
fix small sidebar bugs (#2853)

* fix escape key let sidebar flimmer
shortly upon startup

* fix double open settings crash
...

github.com/deltachat/deltachat-desktop - d1daf4c01eeeef16bebcd8b913eb4ecf9c3ce4da authored about 2 years ago by Simon Laux <[email protected]>
2 more syntax examples for `dclogin:`

github.com/deltachat/interface - 77301aba7cab86314cf9f53fce9f3124a47760e9 authored about 2 years ago by Simon Laux <[email protected]>
Integrate JSON-RPC API in core (#3463)

* integrate json-rpc repo
https://github.com/deltachat/deltachat-jsonrpc

* get target dir fr...

github.com/deltachat/deltachat-core-rust - 0887acf1bf59188775042cd2806777f282c53a67 authored about 2 years ago by Franz Heinzmann <[email protected]>
implement resend message feature

github.com/deltachat/deltachat-ios - 436652aec99f6d5d767161d8dd21875523c0f158 authored about 2 years ago by cyberta <[email protected]>
update esbuild to 0.14.51 (#2844)

github.com/deltachat/deltachat-desktop - da181a08e00fb8672686a4f8d5ca0ada4751b735 authored about 2 years ago by Robert Schütz <[email protected]>
Merge pull request #3532 from deltachat/dependabot/cargo/once_cell-1.13.0

github.com/deltachat/deltachat-core-rust - 142c02b425feaab71522f0debefbcd3fed232e84 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3484 from deltachat/dependabot/cargo/openssl-src-111.22.01.1.1q

github.com/deltachat/deltachat-core-rust - 3f6fbdbd21bb11a4e3e113a60877adf18dad6646 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3537 from deltachat/dependabot/cargo/criterion-0.3.6

github.com/deltachat/deltachat-core-rust - 25ea739e4dd9150da5c580cc6b3a1e9ebe6cfd5e authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump once_cell from 1.12.0 to 1.13.0

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.12.0 to 1.13.0.
- [Release notes]...

github.com/deltachat/deltachat-core-rust - df1e95ef1816bd8f55516ac8880ef825661cf77a authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mergeable: do not require changelog for deltachat-ffi/Cargo.lock

github.com/deltachat/deltachat-core-rust - 5f97cf9de11ce21dcfe63d1a07e588983c926a7c authored about 2 years ago by link2xt <[email protected]>
Merge pull request #3535 from deltachat/dependabot/cargo/serde-1.0.141

github.com/deltachat/deltachat-core-rust - cb003cb21d49b344ce44cfb0c36b9f32fa07d8ca authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3534 from deltachat/dependabot/cargo/backtrace-0.3.66

github.com/deltachat/deltachat-core-rust - 3ce636fa9a3a0acc55e8002af13f33928539c731 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3533 from deltachat/dependabot/cargo/anyhow-1.0.59

github.com/deltachat/deltachat-core-rust - 39b5c5b94616e8044f1f1840d2131de32e4ff212 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3536 from deltachat/dependabot/cargo/regex-1.6.0

github.com/deltachat/deltachat-core-rust - 29a4dd20dd846009e91b929a7aef94f3b3fd32bb authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3539 from deltachat/dependabot/cargo/tokio-1.20.1

github.com/deltachat/deltachat-core-rust - f38df315092bb45834a1aff4852d0a135c4c7ba4 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3531 from deltachat/dependabot/cargo/image-0.24.3

github.com/deltachat/deltachat-core-rust - 4fc9257f65d2dfb4d39a0e03bb09b29bff5bf241 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #1659 from deltachat/chat_view_multiselect_improvements

chat view multi-select improvements

github.com/deltachat/deltachat-ios - 71db6e9820bd60c4bc1f8bfa9132d7c7a10c9ba2 authored about 2 years ago by cyBerta <[email protected]>
cargo: bump tokio from 1.19.2 to 1.20.1

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.2 to 1.20.1.
- [Release notes](https:...

github.com/deltachat/deltachat-core-rust - 31a2f8c87800ed6364cb615f150d5a60ed20adeb authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump criterion from 0.3.5 to 0.3.6

Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.3.5 to 0.3.6.
- [Release note...

github.com/deltachat/deltachat-core-rust - 544df73b01c76d256b8f775a651ba66a02ecd5fb authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump regex from 1.5.6 to 1.6.0

Bumps [regex](https://github.com/rust-lang/regex) from 1.5.6 to 1.6.0.
- [Release notes](https:/...

github.com/deltachat/deltachat-core-rust - f49dce4f9523e4f8acf7db81575a0ccfad7ae048 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump serde from 1.0.137 to 1.0.141

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.137 to 1.0.141.
- [Release notes](http...

github.com/deltachat/deltachat-core-rust - a54ef74c3f4a1c2fe2227758fd2c50d0bdb306af authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump backtrace from 0.3.65 to 0.3.66

Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.65 to 0.3.66.
- [Release n...

github.com/deltachat/deltachat-core-rust - 750dcb500e17fe2ac2ec6991517d2cbe93b1ec30 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump anyhow from 1.0.58 to 1.0.59

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.58 to 1.0.59.
- [Release notes](https...

github.com/deltachat/deltachat-core-rust - 15e598b4a32960825a5be840f2d2c532d2e27db3 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump image from 0.24.2 to 0.24.3

Bumps [image](https://github.com/image-rs/image) from 0.24.2 to 0.24.3.
- [Release notes](https:...

github.com/deltachat/deltachat-core-rust - 25d255f3a9266e2ddd8322fb22e8d69490ad793f authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
allow to quote messages when sending a voice message (#1658)

github.com/deltachat/deltachat-ios - 0ee5a62b886f8235e8eb4bf150f9f45007b91125 authored about 2 years ago by cyBerta <[email protected]>
Add Gradle Wrapper validation to CI

github.com/deltachat/deltachat-android - 7b113067932756cd8aba74b9154eb357967914a6 authored about 2 years ago by link2xt <[email protected]>
open mailto links in messages always in deltachat (#2843)

closes #2835

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

github.com/deltachat/deltachat-desktop - 3c596912661f44c21ca23cd4c4f256204ad7b3e0 authored about 2 years ago by Simon Laux <[email protected]>
fix display of quoted forwarded message fix typo in log message (#2842)

* fix display of quoted forwarded message
fix typo in log message
fixes #2836

* no colored ...

github.com/deltachat/deltachat-desktop - e4b43e7e8bb722d8f1addb2061c236c9676bfa6d authored about 2 years ago by Simon Laux <[email protected]>
build.gradle: cleanup repository configuration

github.com/deltachat/deltachat-android - 51efa1fb170bc0cdaab950c8c0d720a614f4b269 authored about 2 years ago by link2xt <[email protected]>
improve error handling for account setup from qrcode closes #3192 (#3474)

* improve error handling for account setup from qrcode
closes #3192

* replace issue id with ...

github.com/deltachat/deltachat-core-rust - 75960e8782e41b347f24cb25e9a398e306232ebc authored about 2 years ago by Simon Laux <[email protected]>
Upgrade gradle to 7.5

Used command
./gradlew wrapper --gradle-version 7.5 --gradle-distribution-sha256-sum=cb87f222c55...

github.com/deltachat/deltachat-android - 1f242605538ab2991528abeeebe25452e44688a8 authored about 2 years ago by link2xt <[email protected]>
add copy to multi-select and move cancel button in the chat multi-select context to the ViewController's upper left corner

github.com/deltachat/deltachat-ios - 48e1eee12305137d0e48e405bf26eecafc3cf485 authored about 2 years ago by cyberta <[email protected]>
prepare 1.32.0 (#1657)

* update changelog for 1.32.0

* bump version to 1.32.0

* add 1.32 device message

* add ...

github.com/deltachat/deltachat-ios - 2c3c284d528093aeaf634483be8ab5788ee150f5 authored about 2 years ago by bjoern <[email protected]>
Merge pull request #554 from deltachat/bump-android-to-1.32.0

bump android version to 1.32.0

github.com/deltachat/deltachat-pages - 665ab375a58ad309e87de35498f47e783d13bb2a authored about 2 years ago by bjoern <[email protected]>
Add script to count backend method usage (#2837)

* Add script that counts and finds the methods of DeltaBackend and where they are used and how o...

github.com/deltachat/deltachat-desktop - 5b6f7d10d12eff11dde1a3dfd260db566de058d5 authored about 2 years ago by Jikstra <[email protected]>
bump android version to 1.32.0

github.com/deltachat/deltachat-pages - 2aabd0580f8120a43a7ecc50ff7c567cdf3a358f authored about 2 years ago by B. Petersen <[email protected]>
Merge pull request #1655 from deltachat/fix_early_keychain_access

finish app initialization as soon as the access to keychain is allowed

github.com/deltachat/deltachat-ios - 7482574c26bbf9cb78bc675339cd2ce4f45f4896 authored about 2 years ago by cyBerta <[email protected]>
PR review code improvements

github.com/deltachat/deltachat-ios - d9eead9989d204fd08d9e5e7f19afd24e83367a2 authored about 2 years ago by cyberta <[email protected]>
Merge pull request #1656 from deltachat/encrypted_account_improvements

Encrypted Account improvements

github.com/deltachat/deltachat-ios - 4fe50322a3080287df0ace2fa0f96607630b97aa authored about 2 years ago by cyBerta <[email protected]>
more precise scope of the title usage

github.com/deltachat/deltachat-android - 1c41b7705df0c57a9ce7e0af05073612dc0bc6d2 authored about 2 years ago by B. Petersen <[email protected]>
show ephemeral icon for both, contact and group profiles (before it was hidden in group profile, for whatever reason)

github.com/deltachat/deltachat-android - 57a32f3fb1aece97c5b80d661ecfc95904bdcee7 authored about 2 years ago by B. Petersen <[email protected]>
add DcChat::getMailinglistAddr

github.com/deltachat/deltachat-android - 9740607147847ebd95b74574277a6e47ed22c878 authored about 2 years ago by B. Petersen <[email protected]>