Fedor Indutny
6143888f6c
Better database errors in worker thread
2024-08-13 13:42:20 -07:00
trevor-signal
2cbc1a82b2
Add default timeout for initial response to attachment request
2024-08-13 13:23:29 -07:00
Scott Nonnenberg
63e14a7df6
Backup: Support for calls
2024-08-13 11:39:04 -07:00
Fedor Indutny
3a631a587f
Update db user_version within transaction
2024-08-13 10:52:21 -07:00
Fedor Indutny
36db532f31
Fix image processing for onboarding story
2024-08-12 14:14:38 -07:00
Fedor Indutny
89bdb68129
Remove deprecated endpoint
2024-08-13 06:38:23 +10:00
Scott Nonnenberg
3a28aaab53
Contact Sync: Only update expireTimer on first sync
2024-08-13 06:25:01 +10:00
Fedor Indutny
f1a7ac8c3d
Drop release notes channel when importing backup
2024-08-13 06:18:19 +10:00
Fedor Indutny
9a98ae0a4e
Separate calls in sql channel
2024-08-12 12:54:24 -07:00
trevor-signal
85b130a12d
Ensure outgoing filesize limit considers padding and encryption
2024-08-12 09:44:50 -07:00
Scott Nonnenberg
8166024700
cleanAttributes: Use value from cache, not from database
2024-08-12 09:26:40 -07:00
Fedor Indutny
0f2cda876c
Expose data helpers for dev tools use
2024-08-08 16:10:25 -07:00
trevor-signal
d18888a53d
Ensure message is saved after queueing attachment downloads
2024-08-08 13:32:11 -07:00
Fedor Indutny
5c350a0e3c
Download backup on link
2024-08-08 12:22:48 -07:00
ayumi-signal
ec36ae7f26
Update reproducible build script to reflect build process
2024-08-08 10:03:43 -07:00
hackerbirds
7ee35ebdec
Introduce reproducible build system on Linux
2024-08-08 10:02:44 -07:00
Scott Nonnenberg
068dfbc327
Attachment mock test: wait for draft attachment ready before send
2024-08-08 08:44:19 -04:00
Sergey Skrobotov
7a9e51f5ad
Restore remote config before connecting to server
2024-08-08 09:36:11 +10:00
Jamie Kyle
6bb518f2f7
Release notes for 7.20
2024-08-07 14:48:56 -07:00
Fedor Indutny
8b840ab442
Fix missing group avatar on group link join
2024-08-07 12:08:14 -07:00
trevor-signal
03d68c3137
Update error handling during TLS connection
2024-08-07 14:37:49 -04:00
Sergey Skrobotov
de33410be1
libsignal authenticated websocket
2024-08-06 14:21:15 -07:00
trevor-signal
31bcb1e4cc
Fix CI test flake for AttachmentDownloadManager
2024-08-07 06:56:52 +10:00
Jamie Kyle
9a9f9495f1
Support delete for call links
...
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2024-08-06 12:29:13 -07:00
Fedor Indutny
11fed7e7f8
Improve check during message export
2024-08-06 08:28:27 -07:00
ayumi-signal
a769429b36
Add kwallet6 to help dialog
2024-08-05 17:00:06 -07:00
Fedor Indutny
03bc4764bc
Fix initialization order in background.ts
2024-08-05 16:33:12 -07:00
Fedor Indutny
c4541516b1
Streamline logic in maybeMergeContacts
2024-08-06 06:40:33 +10:00
Fedor Indutny
0350f98f98
Remove event listeners on stream end
2024-08-05 13:33:04 -07:00
Fedor Indutny
02b01d4323
Adjust contrast in StoryViewer
2024-08-05 13:32:40 -07:00
Fedor Indutny
610e441de9
Update heic-convert to 2.1.0
2024-08-05 13:26:40 -07:00
Fedor Indutny
1a87989f94
Fix image in AvatarLightbox for Note to Self
2024-08-05 11:46:15 -07:00
Scott Nonnenberg
f0d81b0a3c
Groups: Allow fetch via log when discovering group from storage service
2024-08-05 10:54:26 -07:00
Fedor Indutny
7d37ec5f80
Temporary fix for a Node.js regression
2024-08-05 10:21:50 -07:00
Jim Gustafson
d42e428ec3
Update to RingRTC v2.46.0
...
Co-authored-by: ayumi-signal <ayumi@signal.org>
2024-08-02 15:46:41 -07:00
ayumi-signal
b3a5fd3cfb
Fix lint
2024-08-02 15:08:50 -07:00
ayumi-signal
d97a12b718
Merge signalapp/Signal-Desktop#6958
2024-08-02 13:55:28 -07:00
ayumi-signal
9e98ef1687
Merge signalapp/Signal-Desktop#6956
2024-08-02 13:36:42 -07:00
Fedor Indutny
a1340aa510
Add cache layer for attachment streaming
2024-08-02 12:50:59 -07:00
Fedor Indutny
7c449dcfed
Run orphaned attachment cleanup after timeout
2024-08-02 12:46:29 -07:00
trevor-signal
81bed5c444
Properly abort inflight requests on resume or shutdown
2024-08-02 13:31:27 -04:00
trevor-signal
517007ad04
Improve performance of link preview parsing
2024-08-02 10:07:52 -07:00
Scott Nonnenberg
1a4bc49563
Show notification on screenshare start in adhoc call
2024-08-02 10:01:40 -07:00
trevor-signal
9010245083
Add attachment support to mock tests
2024-08-01 17:06:52 -07:00
Fedor Indutny
6940c532ea
Speed up message migration further
2024-08-01 14:43:04 -07:00
trevor-signal
098f54602e
Respect 429 rate-limiting during attachment backup
2024-08-01 13:55:13 -07:00
Jon Seager
cb5e7a029b
build: use resolve4
/resolve6
in build:dns-fallback
.
...
`dns.lookup` relies on making syscalls to the underlying
system using `getaddrinfo`, which can sometimes fail in
proxy situations.
This is an equivalent implementation using the native
NodeJS DNS functions.
2024-08-01 17:14:11 +01:00
trevor-signal
0433264eed
Update mediaName derivation to hex encoding
2024-07-31 23:13:38 -07:00
ayu
dbdb1e9b4a
fix placeholder txt for last name during standalone device setup
2024-07-31 16:18:31 -07:00
ayumi-signal
5173b3d01a
Fix group endorsement logging
2024-07-31 15:32:52 -07:00