Ecosyste.ms: OpenCollective

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

github.com/deltachat/deltachat-desktop

Email-based instant messaging for Desktop.
https://github.com/deltachat/deltachat-desktop

Fix cursors on DeltaCheckbox

b0a565e0b06d5a991f682be3790b0c3b46807787 authored over 5 years ago by jikstra <[email protected]>
Implement unset group image button

3985cfd84a7daf70d1c8639f1ceb140e96cc55c4 authored over 5 years ago by jikstra <[email protected]>
Work on styling for unset group image button

26673674f8d3d7bd23e7bc2d2938110a918716ef authored over 5 years ago by jikstra <[email protected]>
Fix positioning of input

99ce567ac3cdc6553b520634ce6c593bfcc6b49d authored over 5 years ago by jikstra <[email protected]>
Show qr code (needs a fixed -core-rust!)

942a0ee7dd6bd85ee44940e695741522c47291d0 authored over 5 years ago by jikstra <[email protected]>
Refactor ChatListItem

fa1d061ab7ee5826ff9369b0ff5784f036f0571f authored over 5 years ago by jikstra <[email protected]>
Remove unused conversations css

21b70dafe960e28cd5d1af93066350a4628ef460 authored over 5 years ago by jikstra <[email protected]>
Fix standard

2eedaa2241f16036e56169df016cfdd0f32db175 authored over 5 years ago by jikstra <[email protected]>
remove console.log

651c30d56cd4a33663a2fbb6eddc2a1a077d3325 authored over 5 years ago by jikstra <[email protected]>
Fix some bugs

a689bd7b49f226c257a2c119ae6ee43263251a60 authored over 5 years ago by jikstra <[email protected]>
Rename "show" => "viewMode"

2b299c9ad373f57b4f07d4717b5d8a5ba6f8adff authored over 5 years ago by Nico de Haen <[email protected]>
Use callDcMethod instead of ipcRenderer.send

b33d381bc2ae3eeb4bc7b6503f9a467690e00d31 authored over 5 years ago by Nico de Haen <[email protected]>
Move validateEmail to helpers/Contact for later use

043020476520411b7a2b6c1d4d590951c3dd6a54 authored over 5 years ago by Nico de Haen <[email protected]>
List verified contacts only in verified groups

dbab9ace319eae969e838e2496b8cc3f67bae833 authored over 5 years ago by Nico de Haen <[email protected]>
Fix padding in EditGroup dialog

Fix creating a group resulting in empty dialog

a0974c006d9950e01e0d762420a34ab4765f3538 authored over 5 years ago by jikstra <[email protected]>
Properly center QrAvatar

ed96cd6a9498958b97dca513d07882185b2f51c6 authored over 5 years ago by jikstra <[email protected]>
Delete group onClose

887abc85ab8773ed5d8168021ce0830080b67f28 authored over 5 years ago by jikstra <[email protected]>
Fixes unintended changes

c9f89e57ff52f8bcded6a74bc8d2cc8ff59e91ab authored over 5 years ago by Nico de Haen <[email protected]>
Fix bugs

a319227b66487e8d8797f488aa36e284cd780798 authored over 5 years ago by jikstra <[email protected]>
Lazily create chats, add contacts to group and finish group creation

2f2030258c16e3ac3766b08508e646230e538d0c authored over 5 years ago by jikstra <[email protected]>
Implement updateGroup

fed748d333beb54d2f49475f2d5bfa6f796321a4 authored over 5 years ago by Nico de Haen <[email protected]>
Rename CreateGroup prefix to generic Group prefix

54b5bd9e2f37a7c75d2d81f74479046e93df98d9 authored over 5 years ago by Nico de Haen <[email protected]>
Avoid unknown prop error

098286ae0a9b22646d6fdde6b6343038dbbc77b7 authored over 5 years ago by Nico de Haen <[email protected]>
Pass color instead of false in renderAvatar

3a4eaada7213acadb92de9a1886348456a5cc23c authored over 5 years ago by Nico de Haen <[email protected]>
fix

889298186e84cd11bec365d5c93f69a660aa0aad authored over 5 years ago by Simon Laux <[email protected]>
add qr code icon

53077ad912c21975c1d757ded328615504236aa6 authored over 5 years ago by Simon Laux <[email protected]>
Fix some overflow bugs, implement a DeltaCheckbox

240ad84d321d74f668f7b8a33489a2e5ca806630 authored over 5 years ago by jikstra <[email protected]>
- Upgrade electron to version 5

- Fix some styling
- Implement getContacts2 dc method which allows us to not use a store

e7b45b4182d2ac5cbf4367abf9d5f950d57acb07 authored over 5 years ago by jikstra <[email protected]>
Implement new and better looking ContactList

b1b0d1d8c4cabaa5b03dad533e0cc289467e5b05 authored over 5 years ago by jikstra <[email protected]>
Start reworking CreateChat into a dialog

- Made create chat by contact into a wip dialog
- moved ContactList into helpers, added useContac...

cb49c48b781f81df078543d53c39e57c0d69ff60 authored over 5 years ago by jikstra <[email protected]>
Add key to ChatListItem

14b664900e49ccffcb6075509ca3280d5600691d authored over 5 years ago by jikstra <[email protected]>
Implement adding contact

6e67eabf40a46dbe34b8e762e8d49c1b82843376 authored over 5 years ago by jikstra <[email protected]>
- Fix fallback avatar color

- Enforce fallback avatars to be uppercase
- fix opening settings
- Move out DeltaDialog in own h...

89bba6f14344ec7115cbc056e918928e4d725508 authored over 5 years ago by jikstra <[email protected]>
Implement ContactList with checkboxes to select group members

0fec9f0ee67bca19729ce3c5a52d78104fc90b8a authored over 5 years ago by jikstra <[email protected]>
Implement set group image

6df43fe1d01d2cc51e830a70ad335ae058c30d56 authored over 5 years ago by jikstra <[email protected]>
Start working on showing qr code

8e94e7bdbf35cc6ad6a7368e4164e5b3ea0026c9 authored over 5 years ago by jikstra <[email protected]>
Fix ChatListItem to only rerender if needed. Also implemented

DD_EVENT_CHAT_MODIFIED to only swap out the one chat that has been
modified. Also refactors ChatL...

1eb7c7b11a8e452a8272b888d614d33507ba6c8a authored over 5 years ago by jikstra <[email protected]>
Implement create verified group

96ede686359e4fe787aa35c38d7568c271a09b9d authored over 5 years ago by jikstra <[email protected]>
Prevent creating group when name is empty

6347ec3641fb49ade33a81d449fa545b1915a5bb authored over 5 years ago by jikstra <[email protected]>
Use callback for getLocations

7506574134c730cc1eb13c80d83c64b9d67d6534 authored over 5 years ago by Nico de Haen <[email protected]>
Renaming events

DC_FUNCTION_CALL => EVENT_DC_DISPATCH

EVENT_DC_CALL_METHOD_IGNORE_RETURN => EVENT_DC_DISPATCH

...

b88c265f25651eaf8d3544aa6bea80654a8241d4 authored over 5 years ago by Nico de Haen <[email protected]>
add aria labels

also remove an css class that isn't defined anywhere
(`module-message__buttons__download--${direc...

9411d9ccdf774fd2b83c93902184d7e46135ebf3 authored over 5 years ago by Simon Laux <[email protected]>
fix some labels i dod wrong and remove "button"

68b9fb347826cd2db94dfe1f7d57b9cfbbf98867 authored over 5 years ago by Simon Laux <[email protected]>
Merge pull request #964 from deltachat/add-missing-labels

Add missing labels to experimental.json

0e2617dd7412a738610d102d59d3505ecaba8ede authored over 5 years ago by Nico de Haen <[email protected]>
Readd settings context

af8183131d13bbbc8c09475705376ba89a10e0c6 authored over 5 years ago by Nico de Haen <[email protected]>
Merge pull request #963 from deltachat/fix_dependencies

Fix missing/unused dependencies. Fixes #962

93208e9ce5778ba6dccd5994d6720db317c02d8b authored over 5 years ago by Simon Laux <[email protected]>
Add missing labels to experimental.json

069efa8625312bf1506847fc5d5088721ceefc20 authored over 5 years ago by Nico de Haen <[email protected]>
add back @types/mapbox-gl to make Simon and his microsoft sponsored IDE happy again <3

9ad8b5af596ca003f6f0fff909f629283256b208 authored over 5 years ago by jikstra <[email protected]>
Fix missing/unused dependencies. Fixes #962

d640b99259850a0ae2c26061664b10d627ff268f authored over 5 years ago by jikstra <[email protected]>
Hotfix: add fs-extra to dependencies, also needed for

deltachat/backup.js

c8438581f01655696d42d3b7d906c6651b9be2b0 authored over 5 years ago by jikstra <[email protected]>
hotfix: tempy should be a non dev dependency, it's used in deltachat/backup.js

d682777386caef5ae7039ce11c64228049df9a17 authored over 5 years ago by jikstra <[email protected]>
Better logging

4fa260dc422820db5e4c01e05726b647995b69fc authored over 5 years ago by jikstra <[email protected]>
Fix standard

14fc2d72e034e3036647613c8eea46639ebf2cf7 authored over 5 years ago by jikstra <[email protected]>
Fix standard

7424ae5c9d462ad163ca017e77a87110a60828ba authored over 5 years ago by jikstra <[email protected]>
Refactored callDCMethod

- addded variant for void methods (ignores return)
- renamed events to fit naming convenctions @n...

f253a80bf99c84b96ef7718c90ca1249b83bedb0 authored over 5 years ago by jikstra <[email protected]>
- Implement callDCMethod to asynchronously (without blocking renderer) call a dc method and send back the return value over ipc - Rewrite and restyle EncryptionInfo dialog

ba160338f82558d55ac8aef6bd960a61a163fb72 authored over 5 years ago by jikstra <[email protected]>
Restyle spinner to more fit the styling used on android (#956)

* Restyle spinner to more fit the styling used on android

* Fix standard

fe2415616c6f5cdf073cc033fa17585875c1b1ac authored over 5 years ago by Jikstra <[email protected]>
Fix bold on DeltaButtons and fix marginTop in SendAutocryptSetupMessage Dialog (#953)

38568188befe8178eb10e7b97b124264019e17d7 authored over 5 years ago by Jikstra <[email protected]>
Use openDialog for SendAutocryptSetupMessage dialog instead of (#954)

implementing the logic on our own

dda8f505ed0ae0b5bc0c783d597f9b23d131eb5a authored over 5 years ago by Jikstra <[email protected]>
Properly center the autocrypt input form (#955)

ec135c56ec879ac976c52fdf0183988f23fc6c53 authored over 5 years ago by Jikstra <[email protected]>
Keep settings in one dialog instead of opening another one, rework Autocrypt Dialogs, rework button colors, fix theming bugs (#943)

* Keep settings in one dialog. So when clicking on the "Password and
Account settings" we don't...

84392a3b86d6bcfc58af215ce3301b7685f6b6cf authored over 5 years ago by Jikstra <[email protected]>
Open file on click (#946)

* fix #945

* open files on clicking on the file icon
closes #944

ae616e9cfce974aa92964d47fe77ac5868add4b9 authored over 5 years ago by Simon Laux <[email protected]>
Merge pull request #941 from deltachat/rework_bp3_switch2

Rework bp3 switches

22c5e102bc3cb6db54f218ba14b662cda3d97410 authored over 5 years ago by Nico de Haen <[email protected]>
Merge pull request #939 from deltachat/refactor-desktop-settings

Refactor desktop settings

55087606efdd6b9d9bc17b8de9f7088286bd6153 authored over 5 years ago by Nico de Haen <[email protected]>
Remove superfluous quotes

c240fe7831adbfd0a7921971defa2af65b2f4fdd authored over 5 years ago by Nico de Haen <[email protected]>
fix standard

3967173758da3fc74d8e26aa3404e15e56dcfd47 authored over 5 years ago by jikstra <[email protected]>
Integrate switch variables into theme backend

874c725aa747442a8783b78b1f2d93dcefbef1c1 authored over 5 years ago by jikstra <[email protected]>
Gives some variables a better name

988c00ae0a2a1f5f806d01088ba3939b2af4920b authored over 5 years ago by jikstra <[email protected]>
Fix standard

f8de7ae022d31a4cab6ab00ef7b054d6f3516f82 authored over 5 years ago by jikstra <[email protected]>
Rework bp3 switches

9307958680104ceb28e080f621e276d9da889985 authored over 5 years ago by jikstra <[email protected]>
Fix wrong method name

05b9db3ed762f8d28f64629cbc033eff7517a843 authored over 5 years ago by Nico de Haen <[email protected]>
Trying to get MacOS behaviour more stable

c7a15dab31eb9d09ad44586fb75ad6330a0d394f authored over 5 years ago by Nico de Haen <[email protected]>
Skip logout to avoid MacOS error

c3fafee4c75ac2ed78f09bf248e46daa21270868 authored over 5 years ago by Nico de Haen <[email protected]>
Remove superfluous test

fdb5426c953fe60f564f51abf5d6196a019f61b3 authored over 5 years ago by Nico de Haen <[email protected]>
Wait for welcome message before opening settings

f15480a71e63d9ea62f48f3610a727691594a3c6 authored over 5 years ago by Nico de Haen <[email protected]>
Try to fix MacOS click target errors

6a0b2d78f3fe22236a3136773eebe42006b1bda7 authored over 5 years ago by Nico de Haen <[email protected]>
className instead of class

5b234c51fac9c2b52de9f6a5d35c3ca1554384d4 authored over 5 years ago by Nico de Haen <[email protected]>
Add integration test for desktop settings

160343a8fdfbe8f08a92e836175e709f0e69da9b authored over 5 years ago by Nico de Haen <[email protected]>
npm updates

becea5c2bff49d8511adbdfed4780767c28adeb6 authored over 5 years ago by Nico de Haen <[email protected]>
Show/hide login buttons

resolves #935

ce5e5d2a34a5dec7bcd93f43604d93f3b4daec9c authored over 5 years ago by Nico de Haen <[email protected]>
Refactor Desktop Settings handler

remove all references to state.saved and use SettingsContext

b226e24fd69582c7428d069132c4d18500ee056b authored over 5 years ago by Nico de Haen <[email protected]>
Show update button only when dirty

show cancel button if dirty
close dialog on cancel

308d36b67efd37a1a5981e78a97024d9c28e6b9d authored over 5 years ago by Nico de Haen <[email protected]>
Replace camelCase with snake_case

resolve #925

53cd53f00e5e64746727bff46a8a92c28961959e authored over 5 years ago by Nico de Haen <[email protected]>
Fix missing =in compare

dadb4a344f730621386560bedc374e0025ac47dd authored over 5 years ago by Nico de Haen <[email protected]>
Some theming fixes (#934)

* fix bug no bgImg on default theme

* some small fixes

* gallery bg

* emoji picker bord...

be48c3019dcc4ef5a9c1099299ab9f92e0f372ab authored over 5 years ago by Simon Laux <[email protected]>
Merge pull request #936 from deltachat/fix_progressbar_again

fix progressbar

18dfa16867fbc443c1746d85a43a808c1ee945db authored over 5 years ago by Jikstra <[email protected]>
fix progressbar

938af496a226144a6ccfe808c8ab251370b2d01e authored over 5 years ago by Simon Laux <[email protected]>
make stacktrace human readable by default

and add --machine-readable-stacktrace for the json version

88cfa703d8e0fbb83ddd0453b4a4b5b8bb63becf authored over 5 years ago by Simon Laux <[email protected]>
SartTLS -> StartTLS

0d7e5493b32567acf7f776537a2b85fdcdda0b52 authored over 5 years ago by Lars-Magnus Skog <[email protected]>
Merge pull request #927 from deltachat/fix_theming_cleanups

Theming improvements

99a206cb36881a65b53224a55b516df7741c17fb authored over 5 years ago by Simon Laux <[email protected]>
Merge pull request #931 from deltachat/copy_selected_text

copy selected message text to clipboard

f977ff8cc829a3ad1a3865578a86db8073d8310e authored over 5 years ago by Jikstra <[email protected]>
Merge pull request #929 from deltachat/update-after-delete-chat

Update after delete chat

35b0084aaeb30262e0bd1b8d5d0204474ce3c808 authored over 5 years ago by Nico de Haen <[email protected]>
Fix typo

87dc0f61b5237e4c41e4e975fb0335028428cbce authored over 5 years ago by jikstra <[email protected]>
Merge pull request #928 from deltachat/fix-change-screen-on-create-group

Fix createGroup changeScreen

0897a181064d1718ef20c9bdb51fdd6c4c6a0407 authored over 5 years ago by Nico de Haen <[email protected]>
Remove various white spaces

935b241eaa53209feab21c5b7359a07a983bc228 authored over 5 years ago by Nico de Haen <[email protected]>
Merge branch 'master' into update-after-delete-chat

a96f11dfb331faf716ed913db81ed14ddaaee8c7 authored over 5 years ago by Nico de Haen <[email protected]>
make unreadBage more readable

792832de1f39e222fff5316db6debbb03aabce14 authored over 5 years ago by Simon Laux <[email protected]>
change accent color in dark themes

202a81acfa357f63068179e060432bc15b5dfaf3 authored over 5 years ago by Simon Laux <[email protected]>
pass comandline args when using npm run dev

09de1d16173c2c5ca1f442fba3f300ae5cc130d7 authored over 5 years ago by Simon Laux <[email protected]>
copy selected message text to clipboard

closes #930

2395704f8a739a7a57960c307f18db7fd4b64207 authored over 5 years ago by Simon Laux <[email protected]>