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

Merge pull request #3260 from deltachat/imap-tools

replaced imapclient python library with imap-tools

github.com/deltachat/deltachat-core-rust - d4e0009b89195661b270d412b0953d719230866a authored over 2 years ago by missytake <[email protected]>
move imap_tools mypy ignore to mypy.ini

github.com/deltachat/deltachat-core-rust - b97b374487c848a6eecb38ca734175e5a9ea26b0 authored over 2 years ago by missytake <[email protected]>
python bindings: ignore mypy errors for imap_tools

github.com/deltachat/deltachat-core-rust - e27345e4899adc9f2c673217a6719956333dc7aa authored over 2 years ago by missytake <[email protected]>
set default timeout to None

github.com/deltachat/deltachat-core-rust - 032e644b2ba63be578dea57ff91c6e0e252253e5 authored over 2 years ago by missytake <[email protected]>
Merge pull request #1554 from deltachat/timestamps

always refresh chatlist in background if app became active again

github.com/deltachat/deltachat-ios - 28b2b46c49ef4734c901ef91d9f9dca2c41d4aab authored over 2 years ago by cyBerta <[email protected]>
avoid unneeded chatlist update on initial startup

github.com/deltachat/deltachat-ios - 5bec74aa9cd3c0934a721a62790ce30d5c72963a authored over 2 years ago by cyberta <[email protected]>
update depss before we have a few stable core releases

github.com/deltachat/deltachat-core-rust - b7ac81701aa73a1b9a69b34fe7e7734afa3feb91 authored over 2 years ago by holger krekel <[email protected]>
better document one sometimes failing test

github.com/deltachat/deltachat-core-rust - 4c7c4e2a814bdeb1df65ef1827b184aa94723ae5 authored over 2 years ago by holger krekel <[email protected]>
remove timeout

github.com/deltachat/deltachat-core-rust - 521fa58b75b544996f1d622d0092e8bb4cb5d61b authored over 2 years ago by holger krekel <[email protected]>
enable more clippy lints to prevent panics

github.com/deltachat/message-parser - 57f1bb23367d9b139fda9839c04e070a5b2b5bce authored over 2 years ago by Simon Laux <[email protected]>
- remove one unncessary usage of imap idle

- simplify SEEN bytes/unicode flag issue
- fix a lint issue and a docstring

github.com/deltachat/deltachat-core-rust - a2e5c60683ed2fb1add2454c338b76ea9bff5864 authored over 2 years ago by holger krekel <[email protected]>
add images to quotes

closes #2628

github.com/deltachat/deltachat-desktop - ce3897f9a344feda186e807ccf0e3a2d82b0e409 authored over 2 years ago by SimonLaux <[email protected]>
fix timer registration conditions and call handleChatListUpdate() instead of refreshInBg() (which calls the core and is slow) to refresh the time labels in the chat list

github.com/deltachat/deltachat-ios - 78db9532337e5a1c964c1869470ad680417324e5 authored over 2 years ago by cyberta <[email protected]>
always refresh chatlist in background if app became active again

github.com/deltachat/deltachat-ios - 35149832531d7170fa39591b8b8fc8dfddfcab65 authored over 2 years ago by cyberta <[email protected]>
replaced imapclient python library with imap-tools in the tests. works with testrun.org locally

github.com/deltachat/deltachat-core-rust - 5ef152fd84bfe3ae46bae0cb33c25304f13e54d9 authored over 2 years ago by missytake <[email protected]>
update rust toolchain to `1.60.0`

github.com/deltachat/message-parser - 0930c753ac706ff6f61a0b1f3023f6a36d3c905e authored over 2 years ago by Simon Laux <[email protected]>
Merge pull request #1555 from deltachat/multiselection-background

fix multi-select message layout

github.com/deltachat/deltachat-ios - a065187dbffb67f5434c465e6cee2c79768f1d2a authored over 2 years ago by cyBerta <[email protected]>
Merge pull request #1549 from deltachat/no_scrolling_on_time_update

less scrolling to the bottom in chat view

github.com/deltachat/deltachat-ios - 823c141664923952dbc3993a7df18b7d96ee381d authored over 2 years ago by cyBerta <[email protected]>
update translations

github.com/deltachat/deltachat-ios - 1775a727f924ec3ee2f1eb84615fedd81cafe4b7 authored over 2 years ago by B. Petersen <[email protected]>
do not log ERR where things are actually expected

github.com/deltachat/deltachat-ios - 48a8d2cb99faedbfe0cc672157ee784ee7831dd5 authored over 2 years ago by B. Petersen <[email protected]>
improve bg logging (#1560)

* show all notify timestamps (the most recent 3 are also shown in connectivity view)

* log th...

github.com/deltachat/deltachat-ios - 6d2581fedc56d3040f5cbb554ab5e6cd72658dec authored over 2 years ago by bjoern <[email protected]>
use new dc_provider_new_from_email_with_dns() api

github.com/deltachat/deltachat-android - 6b8f0842aaf09d452798f23c12cb92538f7734b8 authored over 2 years ago by B. Petersen <[email protected]>
use new dc_provider_new_from_email_with_dns() api (#1559)

github.com/deltachat/deltachat-ios - 5d171256c092f3f72348dd5fb4cffb8654c3de64 authored over 2 years ago by bjoern <[email protected]>
signal when connectivity is "connected" again (#1552)

* signal when connectivity is "connected" again

this finishes the background-fetch much faste...

github.com/deltachat/deltachat-ios - c2d10c88bb57bac8076253282e6f00b2a5822d4c authored over 2 years ago by bjoern <[email protected]>
Merge pull request #1556 from deltachat/allow_background_playback

allow playing voice messages in background

github.com/deltachat/deltachat-ios - 4e27cae177ab44d89ba098f840d26427335c7798 authored over 2 years ago by cyBerta <[email protected]>
update deltachat-core-rust submodule to 'remove network from dc_provider_new_from_email(), add an explicit function for network provider lookup (#3256)'

github.com/deltachat/deltachat-ios - f6c054e047743a78c24482017d94212bcf150107 authored over 2 years ago by B. Petersen <[email protected]>
update deltachat-core-rust submodule to 'remove network from dc_provider_new_from_email(), add an explicit function for network provider lookup (#3256)'

github.com/deltachat/deltachat-android - f426f7ceaee9127637bfee623eb4d7e542660700 authored over 2 years ago by B. Petersen <[email protected]>
remove network from dc_provider_new_from_email(), add an explicit function for network provider lookup (#3256)

github.com/deltachat/deltachat-core-rust - e2ba338923a9681287ea678cee515efc5e249f26 authored over 2 years ago by bjoern <[email protected]>
update deltachat-core-rust submodule to 'Trash location.kml messages'

github.com/deltachat/deltachat-ios - d60d42a67f931712290f27e29226c746977475ef authored over 2 years ago by B. Petersen <[email protected]>
allow playing voice messages in background

github.com/deltachat/deltachat-ios - 7fea77e8802d053c8d0a576e15f8fd1acf5eadd8 authored over 2 years ago by cyberta <[email protected]>
update translations

github.com/deltachat/deltachat-ios - 8c4c124d769f751f5194a30d2537670f904f5aaf authored over 2 years ago by B. Petersen <[email protected]>
update translations

github.com/deltachat/deltachat-android - 5eb2389bb04a008cc706156af8537837dcc0ba4d authored over 2 years ago by B. Petersen <[email protected]>
fix multi-select message layout

github.com/deltachat/deltachat-ios - a8f7d5e2c7341e32ada91d8e9b6669f10025f740 authored over 2 years ago by cyberta <[email protected]>
Fix merge

github.com/deltachat/deltachat-jsonrpc - b5774792622d2fa5a51903869a090718b1391fff authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
Merge branch 'revamp_jsonrpc_ts' into master2

github.com/deltachat/deltachat-jsonrpc - ce8dc9479ad9cb7bf0a048c1071117689aa13d12 authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
prettier

github.com/deltachat/deltachat-jsonrpc - 32652c58a0011176c79ded4d2ab1500024ec0cca authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
fixes

github.com/deltachat/deltachat-jsonrpc - 18bc4cbc67167056e1d00b866379beeef8e54236 authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
0.2.0

github.com/deltachat/yerpc - 1443c26322d68c6d8593636506edc81411309951 authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
fix

github.com/deltachat/yerpc - a05bed8665ce2a4a15b2062b6b884ca29b4fbca7 authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
fix typescript/esm imports

github.com/deltachat/yerpc - 5efe68fdbf49265c89120cee950bb56ba4e99a8e authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
release v0.2.0 on npm

github.com/deltachat/yerpc - 7bd9217bdf642e29c27b42c6fe2ff1fe987202ac authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
Rename from Client to Transport

github.com/deltachat/yerpc - a96a701e4ae8b9d6e88bf732fc526e60ac304db4 authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
cleanup and docs

github.com/deltachat/deltachat-jsonrpc - c4c65bf9cf420ea21c43c6bad544c0c1cede2a78 authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
add can_send property to chat

closes #5

github.com/deltachat/deltachat-jsonrpc - 3965312b014b07c2db075a5e4340107548798027 authored over 2 years ago by Simon Laux <[email protected]>
rename to deltachat-jsonrpc

github.com/deltachat/deltachat-jsonrpc - a6ba3d430f3934e3885b735cd3274cfe637292ba authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
update dependencies

github.com/deltachat/deltachat-jsonrpc - fbb8cfce2af782d81b19d712e011be321d394182 authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
change method syntax to take &str

github.com/deltachat/yerpc - f0d72986d8fc14b898cda416ce250eaa9cbd742e authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
use vendored typescript-type-def for open PR #9

go back to release version after
https://github.com/dbeckwith/rust-typescript-type-def/pull/9/fi...

github.com/deltachat/yerpc - f72a0c46a123c87f127fd0f15ce46161703eee94 authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
update .npmignore

github.com/deltachat/deltachat-node - f530a3f494bb2d9a65e41b634e3d3218d025ad8a authored over 2 years ago by Simon Laux <[email protected]>
update typescript-type-def

github.com/deltachat/deltachat-jsonrpc - 3b91a64aee41d8821bf5ed17b44f53c9c469b832 authored over 2 years ago by Simon Laux <[email protected]>
upgrade dependencies

github.com/deltachat/yerpc - 56d0a1144bbcac76374b0b7ac4bbb71e3ceb457d authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
Update to typescript-type-def 0.5

github.com/deltachat/yerpc - 455b5c3eced95ae78b5e3c0809fa1da4f3ccd446 authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
update deps and core to 1.77

github.com/deltachat/deltachat-jsonrpc - 98631777ade47a63830eb2afb8b3b734b5472d73 authored over 2 years ago by Simon Laux <[email protected]>
Typescript codegen: Generate docs

github.com/deltachat/yerpc - 7e970b55a630e715c0205324959d49913b3acc5e authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
typescript: fmt

github.com/deltachat/yerpc - 3f0f3ef9ce90a4ba6c0aed34dabf5dc39be5f0b2 authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
add prettier

github.com/deltachat/yerpc - af8efcc156093e42ce2620e1fd540b5621a2e53d authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
Add license

github.com/deltachat/yerpc - 8c47c4b8b8782ad8e79aee773af3e0456242ba00 authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
Improve typescript client code

github.com/deltachat/yerpc - 5c2fb58cf4227706ea52e2eaded5b49a9e951ee3 authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
Prepare for v1.77.1

github.com/deltachat/deltachat-node - f3932a1941091ad40441f644bb30ed45496f53ca authored over 2 years ago by Simon Laux <[email protected]>
python: use pkg-config for system install

github.com/deltachat/deltachat-core-rust - 43e3f8f08b1a22d1934b9a91f9e94efc4ccd8d3d authored over 2 years ago by Robert Schütz <[email protected]>
fiix that it wanted to use lodash.pick again

github.com/deltachat/deltachat-node - 1ae744d56ed1f7e51ff67ab9c75935ae6408f890 authored over 2 years ago by Simon Laux <[email protected]>
make context usable standalone again

- fix example in readme
- add the fixed example in extra folder

github.com/deltachat/deltachat-node - e43129da09c8d30bddb3c8cf84208abbd588a76a authored over 2 years ago by Simon Laux <[email protected]>
update translations

github.com/deltachat/deltachat-android - e0339034d41ee107ab0c003e646ae323b8d6ee17 authored over 2 years ago by B. Petersen <[email protected]>
adapt strings to new welcome screen

github.com/deltachat/deltachat-android - 9277ac062332f7fdd5d959336ec7628e594403ec authored over 2 years ago by B. Petersen <[email protected]>
update translations

github.com/deltachat/deltachat-android - 6be48986e71991749323f3a111d29c771e0f0bfa authored over 2 years ago by B. Petersen <[email protected]>
add resendMsgs() api

github.com/deltachat/deltachat-android - f047f1382ed681a75c5cb1c488fc6fe4faaf10bf authored over 2 years ago by B. Petersen <[email protected]>
add "Resend" to message menu

the UI does not check before selection if a message can be resent,
this is subject to change and...

github.com/deltachat/deltachat-android - ad042a73ab26f5f51074ba255a6769176ef0639d authored over 2 years ago by B. Petersen <[email protected]>
update deltachat-core-rust submodule to 'resend messages using the same Message-ID (#3238)'

github.com/deltachat/deltachat-android - fb60d2965ac37af8019ad52052a37b3d0d802032 authored over 2 years ago by B. Petersen <[email protected]>
resend messages using the same Message-ID (#3238)

* add dc_resend_msgs() to ffi

* add 'resend' to repl

* implement resend_msgs()

* allow ...

github.com/deltachat/deltachat-core-rust - 9cc2fd555f83c1c84058cc7a8c0b7d3863311dc9 authored over 2 years ago by bjoern <[email protected]>
fix Cargo.toml

github.com/deltachat/deltachat-jsonrpc - 5b3cdd9638edfc711df0f4f04aa06e4beb441673 authored over 2 years ago by Franz Heinzmann (Frando) <[email protected]>
update changelog

github.com/deltachat/deltachat-node - d11c9a5aca4da45e9005e4d8f6dde8aa29efeb0f authored over 2 years ago by Simon Laux <[email protected]>
update node version in prebuildify command

github.com/deltachat/deltachat-node - f9cc438caaf6442d9f079ed40e6153e641599cc9 authored over 2 years ago by Simon Laux <[email protected]>
update to node version 16

untested with desktop (which would need the same upgrade)
also this could have other side-effects

github.com/deltachat/deltachat-node - 1680f9043bc4440d3dbf0f00103a60e2ec33ca83 authored over 2 years ago by Simon Laux <[email protected]>
use a forked version of react-qr-reader

to fix the peer dependency
warning which is an error with newer npm versions

github.com/deltachat/deltachat-desktop - 07b148c5d4335fe3f3baad697d2571608aa265cb authored over 2 years ago by SimonLaux <[email protected]>
update package to make it work for us

github.com/deltachat/react-qr-reader - b6fc5930d13990e4cd860b971e50d39234ce60ff authored over 2 years ago by Simon Laux <[email protected]>
If unconfigured, let get_all_self_addrs() return vec![], not vec![""];

github.com/deltachat/deltachat-core-rust - bc809986e79ec84b56efc3efdae370873ade49f1 authored over 2 years ago by Hocuri <[email protected]>
Introduce `SecondaryAddrs` config and make stuff work

github.com/deltachat/deltachat-core-rust - 3b6fc9959f878e847fc96afcaf5e901bc4518d62 authored over 2 years ago by Hocuri <[email protected]>
`schedule_resync()` instead of deleting `imap_sync`

github.com/deltachat/deltachat-core-rust - 6ae9e4318307aff275dec568174bab3a310f9bdb authored over 2 years ago by Hocuri <[email protected]>
Keep the self address casing again instead of lowercasing it

github.com/deltachat/deltachat-core-rust - 0e595c9801cc2105a6bf5cbe7d419e8534aa900f authored over 2 years ago by Hocuri <[email protected]>
More functional get_all_self_addrs()

github.com/deltachat/deltachat-core-rust - a4f5d2b9b2552022700b1b5996b903d82f2a0719 authored over 2 years ago by Hocuri <[email protected]>
Use plain get_config(Config::ConfiguredAddr) to not ignore db errors

github.com/deltachat/deltachat-core-rust - 9e1770316ae43842fe6b4e32febb8a896ca079ea authored over 2 years ago by Hocuri <[email protected]>
Make sure that the server UIDs are reset when changing accounts

github.com/deltachat/deltachat-core-rust - d29c09caf3ae84a5659540f876625d84b04eb116 authored over 2 years ago by Hocuri <[email protected]>
Gossip to secondary addrs in group again

github.com/deltachat/deltachat-core-rust - 18126b42cbc425aba0f8aff48d74061aa1611529 authored over 2 years ago by Hocuri <[email protected]>
properly construct imap search command for multiple self addresses

github.com/deltachat/deltachat-core-rust - 684351c753db9a037f057e58e1168f054661eaee authored over 2 years ago by holger krekel <[email protected]>
Fix todo: Make `get_primary_self_addr()` always lowercase the result

github.com/deltachat/deltachat-core-rust - 5ee2f3696de55203942b18a6ef80e29cdbc3b874 authored over 2 years ago by Hocuri <[email protected]>
Don't let repeat_vars() return unnecessary Result

github.com/deltachat/deltachat-core-rust - 2b233fd8101697b92f60e0bfba5e7bff4c6f9076 authored over 2 years ago by Hocuri <[email protected]>
address latest review comments, move test to implementation file

github.com/deltachat/deltachat-core-rust - a8342e37b972e470cf0c4a88981d12b75e5ba35c authored over 2 years ago by holger krekel <[email protected]>
re-add quotes in SEARCH command, comment

github.com/deltachat/deltachat-core-rust - c10dc7b25bd398d4b99beb8c1a2167ee69248732 authored over 2 years ago by Hocuri <[email protected]>
Bring back the check that the contact's addr is no self addr in get_all()

Create params_iter() and params_iterv![] helper functions

github.com/deltachat/deltachat-core-rust - df5eb546e76940dcc4cb16399438e435443432aa authored over 2 years ago by Hocuri <[email protected]>
Update package.json

github.com/deltachat/useWorker - 718168e846b5e8d0d148499190c160f936a34db5 authored over 2 years ago by Simon Laux <[email protected]>
update @blueprintjs/core to 4.1.2

github.com/deltachat/deltachat-desktop - d7bf18b0d6ea8271e5382666b5c0e59be52d7d7b authored over 2 years ago by Robert Schütz <[email protected]>
update stuff after rebase

github.com/deltachat/deltachat-desktop - 990b103bbe4586cc582110b055e16f436277df7c authored over 2 years ago by SimonLaux <[email protected]>
try fix a sometimes failing test: don't test python's imap idle as it's not needed. also add some more logging.

github.com/deltachat/deltachat-core-rust - 3ffc985968c2fb561316a0b071e83b6cff9333a7 authored over 2 years ago by holger krekel <[email protected]>
don't scroll to bottom on keyboard change event if the chat was just entered. fixes initial scrolling to new messages marker instead of the bottom

github.com/deltachat/deltachat-ios - 99303194061ec2de518497214df0170fe733ee16 authored over 2 years ago by cyberta <[email protected]>
streamline emitting MsgsChanged and IncomingMsg event to go through particular functions.

github.com/deltachat/deltachat-core-rust - 369609b26c4cb0ccaced5e0315f6b39bbb9ed76c authored over 2 years ago by holger krekel <[email protected]>
Fix e2e tests settings (#2708)

* Renamed menu and added function to open hamburger menu

* Fixed onclick

* fixed context m...

github.com/deltachat/deltachat-desktop - 2e224a9e2c898e3d8e38a52f5fb13e66cd6b753f authored over 2 years ago by flipsimon <[email protected]>
hotfix: appIsInForeground() must not be called from non-main thread (#1551)

github.com/deltachat/deltachat-ios - 51233044e444263b88f6b3c073b2f2ddf80c87dd authored over 2 years ago by bjoern <[email protected]>
add show in chat to fullscreenmedia view

github.com/deltachat/deltachat-desktop - 97591d00062c7fc4077eddb05301097f361188ab authored over 2 years ago by SimonLaux <[email protected]>