Commit graph

4912 commits

Author SHA1 Message Date
Scott Nonnenberg
ec0c4861a7
getSelectedConversation: Return attributes instead of model 2024-09-06 09:20:27 -04:00
Scott Nonnenberg
bc6831a1d2
MediaGallery: Load only once with no attachments to show 2024-09-05 13:30:27 -07:00
trevor-signal
1d199cfff6
Generate hash on avatar attachment bytes only 2024-09-06 05:28:08 +10:00
Fedor Indutny
68223aaa12
Simplify copyQuote logic 2024-09-04 15:59:39 -07:00
Scott Nonnenberg
0d5a480c1b
Media Gallery: Scroll down and into the past
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2024-09-05 07:15:30 +10:00
ayumi-signal
97dba327db Release notes for 7.24 2024-09-04 12:43:32 -07:00
ayumi-signal
6d16c80d25
Fix string in i18n test 2024-09-04 12:38:27 -07:00
Scott Nonnenberg
970a033847
Message Requests: Fix click of blurred profile avatar 2024-09-04 11:20:08 -07:00
Fedor Indutny
cd44a7a033
Introduce isStagingServer util method 2024-09-04 11:12:45 -07:00
Scott Nonnenberg
4cdb6fab08
StagedLinkPreview: Add special handling for call links 2024-09-04 11:12:30 -07:00
ayumi-signal
5a75246e42
Use storage service for call links 2024-09-04 11:06:06 -07:00
ayumi-signal
50447b7686
Update isAdhocCallingEnabled 2024-09-04 09:41:19 -07:00
Jamie Kyle
8c770934e1
Fix StoryViewer and update spring animations 2024-09-04 09:33:58 -07:00
Fedor Indutny
ee0090bb84
Make backup import UI part of install 2024-09-04 12:56:13 +10:00
Scott Nonnenberg
6bd9502f5c
Prevent interaction with non-Signal messages restored from backup 2024-09-03 18:50:15 -07:00
trevor-signal
501f27127f
Add a backup media download progress bar 2024-09-03 15:00:51 -07:00
Fedor Indutny
84f1d98020
Add backup comparator test harness 2024-09-03 10:18:15 -07:00
Fedor Indutny
98eb6dec68
Remove mapDispatchToProps 2024-09-03 09:43:01 -07:00
ayumi-signal
145d48d104
Reduce retries when deleting call links 2024-09-03 09:42:26 -07:00
ayumi-signal
c3d45264a7
Tests: Fix backup test unread count 2024-09-03 09:41:37 -07:00
trevor-signal
34ab08aeeb
Add downloadPath to attachments after import to support resumable download 2024-09-03 11:55:30 -04:00
trevor-signal
01581b04d8
Improve logging in VoiceNotesPlaybackContext 2024-08-30 13:22:49 -07:00
Fedor Indutny
b2c3b1f43e
Refactor provisioning flow 2024-08-29 17:02:48 -07:00
Scott Nonnenberg
a80da0ad24
New logging if we get lots of redux actions in small time 2024-08-29 09:30:27 -04:00
Scott Nonnenberg
65f0cff4c1
Calling: When calling out, send profileKey to 1:1 recipient 2024-08-29 07:45:45 +10:00
trevor-signal
4c7ce51caf
Fix story backups mock test & read-receipt setting restoration 2024-08-29 07:20:33 +10:00
trevor-signal
780a56f5e3 Release notes for 7.23 2024-08-28 15:48:05 -04:00
Scott Nonnenberg
768ab26a20
Conversation: savePromises for off-queue post-handleDataMessage work 2024-08-28 16:05:08 +10:00
Scott Nonnenberg
059c971ee2
updateGroupViaLogs: Save new endorsements only if at latest revision 2024-08-28 12:28:58 +10:00
Fedor Indutny
8ef149e3a8
Resumable backup import 2024-08-27 17:00:41 -04:00
Fedor Indutny
3d8aaf0a5a
Remove some unused libraries from asar 2024-08-27 14:44:48 -04:00
Fedor Indutny
2835934277
Track installer size across commits 2024-08-27 14:44:36 -04:00
Jamie Kyle
5a5b681b51
Fix call history read syncs 2024-08-27 09:20:23 -04:00
Scott Nonnenberg
688de5a99b
Reactions/Edits: Mark read after database save 2024-08-27 07:42:44 +10:00
Scott Nonnenberg
c251867699
Properly style call buttons across app, when already in a call 2024-08-27 06:48:41 +10:00
Fedor Indutny
3c25092f50
Update electron to 32.0.1 2024-08-26 13:16:10 -04:00
Scott Nonnenberg
ed95c8959f
GroupListItem: When disabledReason provided, do not call onSelectGroup 2024-08-26 10:33:32 -04:00
Jamie Kyle
60a4da57d0
Fix unknown contact started a group call 2024-08-26 10:31:14 -04:00
trevor-signal
81c8ba0b62
De-noise removal of unprocessed envelopes 2024-08-26 10:26:45 -04:00
Scott Nonnenberg
abdef4847a
Reinitialize redux after importing a backup 2024-08-26 10:26:21 -04:00
trevor-signal
19e0eb4444
Speed up orphaned attachment check 2024-08-23 23:43:50 -04:00
Jamie Kyle
0dc2ab394f
Split up story reactions message for you/someone else 2024-08-23 15:24:05 -07:00
Fedor Indutny
fefa5d9a25
Send FETCH_LATEST.LOCAL_PROFILE on capability flip 2024-08-23 15:14:56 -07:00
Fedor Indutny
c535ed6c9e
Update strings to make direct refs to buttons 2024-08-23 14:53:13 -07:00
Jamie Kyle
0f071afaf2
Fix update call unread count debounce bound action 2024-08-23 13:09:19 -07:00
Fedor Indutny
187d80066e
Fix loading newer messages on scroll 2024-08-22 11:37:34 -07:00
Jamie Kyle
c901708281
Optimize updating call unread count 2024-08-22 11:12:25 -07:00
Fedor Indutny
67252866cf
Introduce incrementMessagesMigrationAttempts query
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
2024-08-22 11:12:00 -07:00
Fedor Indutny
7db33a6708
Preload conversation open data
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2024-08-21 18:48:29 -07:00
Fedor Indutny
4bca28f90a Release notes for 7.22 2024-08-21 15:14:15 -07:00
Fedor Indutny
129a22e91d
Only increment timer version once 2024-08-21 14:48:24 -07:00
Scott Nonnenberg
a435b21a56
Groups: On log fetch error from current revision, use joined_at_version 2024-08-21 14:31:55 -07:00
Fedor Indutny
78a95c23bb
Preserve draft on conversation merge 2024-08-21 14:02:40 -07:00
Fedor Indutny
59c6a4ec7b
Fix backup import flow in linking UI 2024-08-21 13:51:18 -07:00
Fedor Indutny
2fb50df0af
Introduce versioning clock to timer system 2024-08-21 09:03:28 -07:00
Fedor Indutny
bb1d957e49
Update better-sqlite3 to 8.8.0 2024-08-21 08:27:06 -07:00
Fedor Indutny
d767e14878
Fix pluralization of a group notification 2024-08-21 17:51:54 +10:00
Fedor Indutny
8fbcced59f
Add an extra debug method
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
2024-08-20 16:40:03 -07:00
Scott Nonnenberg
463e07f65e
Groups: Continue processing group if endorsements are invalid 2024-08-20 16:14:27 -07:00
ayumi-signal
ed47967c7f
Style create call link icon like chat tab buttons 2024-08-20 16:13:09 -07:00
trevor-signal
301f7a505a
Update backup import/export with new SendStatus, FilePointer, and GroupSnapshot updates 2024-08-20 10:47:02 +10:00
ayumi-signal
99f91b5f54
Limit call link names to 32 characters 2024-08-19 15:15:38 -07:00
Fedor Indutny
09bd95228d
Add unlink step to existing UI flow 2024-08-19 13:26:05 -07:00
Fedor Indutny
38f532cdda
Resumable attachment downloads 2024-08-19 13:05:35 -07:00
trevor-signal
2c92591b59
Ensure SQL worker messages are not dropped 2024-08-19 11:50:48 -07:00
Scott Nonnenberg
40b4415aeb Merge signalapp/Signal-Desktop#6969 2024-08-16 10:53:35 +10:00
Sergey Skrobotov
30a419bb2a
Adopt libsignal-net version with no auto-reconnect
Co-authored-by: Jordan Rose <jrose@signal.org>
2024-08-15 13:08:50 +10:00
Scott Nonnenberg
3991ad3a98 Add release notes for 7.21 2024-08-15 11:41:05 +10:00
Scott Nonnenberg
c040cb2d6c
Make messaging/relink mock test more reliable
Co-authored-by: Fedor Indutny <indutny@signal.org>
2024-08-15 10:13:48 +10:00
Fedor Indutny
3914216f5c
Skip typecheck for emoji-datasource 2024-08-15 09:58:01 +10:00
Fedor Indutny
2c0ccb2e36
Remove failed updater on double failure
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2024-08-14 14:10:34 -07:00
Fedor Indutny
d70aa55a78
New styles for various empty states 2024-08-13 16:34:42 -07:00
Jamie Kyle
74b90a5cdd
Refactor StoryProgressSegment to have better controlled animations 2024-08-13 15:19:34 -07:00
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
Vincent
606103be8d
Re-pin a conversation after undoing archival
Fixes #6968.
2024-08-09 00:02:43 +02: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