Commit graph

4385 commits

Author SHA1 Message Date
Fedor Indutny
02468d8a56
Fix boolean treatment in updater 2023-12-13 09:20:58 -08:00
Jamie Kyle
e3efb48960
Fix unread count for group conversations you left 2023-12-13 12:10:36 -05:00
Fedor Indutny
f8c4e392fe
Use createHTTPSAgent for all requests 2023-12-12 23:57:09 +01:00
Fedor Indutny
69aa212352
Add default update fields to package.json 2023-12-12 22:30:16 +01:00
Fedor Indutny
31bbec19ee
Pass through vendor json in the updater 2023-12-12 12:52:54 -08:00
Jamie Kyle
5acacfeb16
Add config for localeDirectionTestingOverride 2023-12-12 11:41:14 -08:00
trevor-signal
88fd42a46b
Add contextMenu for deleting call events on right-click 2023-12-12 11:11:39 -05:00
trevor-signal
7fb01f102d Merge signalapp/Signal-Desktop#6531 2023-12-12 10:33:49 -05:00
Fedor Indutny
12a2ec8dd4
Install downloaded updates while in tray 2023-12-12 03:15:36 +01:00
trevor-signal
2ac5fa2916
Add mock test for settings window 2023-12-11 11:19:51 -08:00
ayumi-signal
96d5e97318
Click grid raised hand participant to open queue 2023-12-11 10:10:31 -05:00
Jamie Kyle
abeb1e233b
Fix settings window never loading 2023-12-08 15:26:08 -08:00
trevor-signal
c2b1d76e6d
Refactor target message for delivery receipt processing 2023-12-08 15:35:31 -05:00
ayumi-signal
e724f36b79
Adjust Raised Hands button and toast visibility 2023-12-08 12:15:18 -08:00
Fedor Indutny
5ff101e27a
Fix scrolling for contact in removalStage 2023-12-08 13:18:51 -05:00
Fedor Indutny
9eea26c5d6
Allow reactions/replies after setting removalStage 2023-12-07 18:20:36 -08:00
trevor-signal
b089eef942
Retry test-electron in case of SIGBUS 2023-12-08 02:54:33 +01:00
Jamie Kyle
b80b9c962d
Redact zeroed out MY_STORY_ID in debuglogs 2023-12-08 02:54:21 +01:00
Fedor Indutny
47c49d0a20
Persist reaction.receivedAtDate 2023-12-07 17:30:20 -08:00
Fedor Indutny
b2a3605d77
Cleanup RemoteConfig 2023-12-07 15:59:54 -08:00
Fedor Indutny
7bad05f5a0
Support PNI in QualifiedAddress.parse 2023-12-07 13:52:27 -08:00
Fedor Indutnyy
e045368270 Update strings 2023-12-06 18:06:13 -08:00
Fedor Indutnyy
34b1fa0e02 Release notes for 6.42.x 2023-12-06 18:06:13 -08:00
trevor-signal
ecf5019cd6
Reduce flake on edit mock test 2023-12-06 16:44:08 -08:00
ayumi-signal
d6db3f7943
Raise Hand in Group Calls 2023-12-06 13:52:29 -08:00
trevor-signal
45aeaeefd4
Guard against long message attachments rendering 2023-12-06 16:27:22 -05:00
trevor-signal
d5e2cd5120
Update node-gyp 2023-12-06 15:43:37 -05:00
trevor-signal
feff619a38
Generate compressed thumbnail for images and videos 2023-12-06 12:27:05 -05:00
Fedor Indutny
f152dcccc3
Fix handling of trailing '/' in captcha urls 2023-12-05 16:35:38 -08:00
trevor-signal
e41973c238
Reduce mock test flake on CI 2023-12-05 14:33:10 -08:00
Scott Nonnenberg
c59ae342fc
Show window on click of incoming group call notification 2023-12-04 16:52:44 -08:00
Scott Nonnenberg
6766477abc Merge signalapp/Signal-Desktop#6479 2023-12-04 15:04:33 -08:00
Fedor Indutny
5ee24bf279
Fix one more updater bug on macos 2023-12-04 22:57:08 +01:00
Scott Nonnenberg
ad85b17c2a Merge signalapp/Signal-Desktop#6689 2023-12-04 13:05:38 -08:00
Fedor Indutny
572eecc322
Use feed.json with macos updater 2023-12-04 12:56:34 -08:00
Fedor Indutny
3ea7fe6226
Provide file url to autoUpdater on macos 2023-12-04 20:11:17 +01:00
Fedor Indutny
a81833d3ed
Use signal_tokenizer for search query 2023-12-04 18:38:40 +01:00
ayumi-signal
cc15d630a7
Fix replies to videos showing as quote photos 2023-12-01 17:02:46 -08:00
trevor-signal
582a56f52d
Prevent (some) CI flakes 2023-12-01 14:16:19 -08:00
Scott Nonnenberg
7753b164f3 Add release notes for 6.41 2023-11-30 13:22:01 -08:00
Fedor Indutny
42a0c1d931
Revert "Provide file url to autoUpdater on macos" 2023-11-30 11:24:48 -08:00
Scott Nonnenberg
c3a4a0bb31
sendSyncMessage: Check timestamp, don't check sent status 2023-11-28 16:37:34 -08:00
Fedor Indutny
09ec45a125
Provide file url to autoUpdater on macos 2023-11-28 16:35:41 -08:00
Jamie Kyle
385137068f
Fix conversation unread count overwritten 2023-11-28 14:53:43 -08:00
Jamie Kyle
4fc46c40d4
Remove call back/again buttons on pending call 2023-11-28 10:05:52 -05:00
Jamie Kyle
88f004ac81
Handle invalid args in signal routes 2023-11-27 15:50:23 -08:00
Fedor Indutny
ceb1564e6b
Update electron to 27.1.2 2023-11-27 15:44:53 -08:00
trevor-signal
bb6e011488
Disable draggable regions when context menu is open 2023-11-27 15:13:28 -08:00
Jamie Kyle
55dca745c7
Fix calls tab clearing clicking on old calls 2023-11-27 14:07:13 -08:00
Wes Appler
11082a3507 Linting fixes 2023-11-26 18:52:47 -05:00
Wes Appler
842566a34f Always allow 'Note To Self' deletions regardless of time 2023-11-26 17:22:56 -05:00
trevor-signal
c3248be854
Simplify sqlJoin required arguments 2023-11-22 14:48:53 -08:00
trevor-signal
e87873c929
Fix bug in deleting multiple members from a story distribution list 2023-11-22 19:19:57 +01:00
ayumi-signal
5815a37e3a
Fix ConversationPanel push/pop for RTL 2023-11-22 11:20:39 -05:00
ayumi-signal
cea5685aad
Fix NavSidebar resize for RTL languages
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2023-11-21 13:09:59 -08:00
Scott Nonnenberg
7a182636d2
EmojiPicker: Don't send on enter, just add emoji to draft message 2023-11-21 20:15:39 +01:00
trevor-signal
3c12a0aad0
Disambiguate between types of receipts when stored in the same map 2023-11-20 13:25:49 -08:00
ayumi-signal
be5ac3a1e0
Fix composer emoji picker hidden for RTL languages 2023-11-20 15:46:49 -05:00
ayumi-signal
32e5ac128b
Call Reactions fixes and emoji consistency 2023-11-17 12:40:41 -08:00
trevor-signal
b7ab1d7207
Store plaintext hash with newly sent or received attachments 2023-11-17 15:02:02 -05:00
Scott Nonnenberg
48245eeea6
On send, pull data from target edit if sending edit 2023-11-17 13:16:48 -05:00
Scott Nonnenberg
146b562c91
ContactModal: Show contact's story ring, open correct story, close modal 2023-11-16 21:54:01 -08:00
ayumi-signal
23ba382f04
Fix call More Options menu to not autohide 2023-11-16 14:59:40 -08:00
ayumi-signal
4603832258
Calling Reactions 2023-11-16 11:55:35 -08:00
Fedor Indutny
a97db23afa
Catch early exceptions in runCorruptionChecks 2023-11-15 15:39:17 -05:00
trevor-signal
93ab0e39df
Fix calling tools position 2023-11-15 12:09:11 -08:00
Fedor Indutny
337d3f8490
Fix accountRecord.e164 deprecation 2023-11-15 02:29:04 +01:00
Fedor Indutny
7b62576def
Better filtering of contacts in search 2023-11-15 01:39:17 +01:00
trevor-signal
292ef1b6f5
Convert CallingHeader texts to toasts 2023-11-14 14:05:17 -08:00
Jamie Kyle
f180f66e77
Update locale display name strings 2023-11-14 13:08:28 -08:00
Fedor Indutny
592a6833df
Clean up group credential fetcher 2023-11-13 23:33:43 +01:00
Scott Nonnenberg
d7177516c1
No more type passed to removeAllConfiguration; keep more UI keys 2023-11-13 17:01:27 -05:00
trevor-signal
046a3c4849
Fix group state decoding for default values 2023-11-13 19:55:14 +01:00
ayumi-signal
f8b936f258
Optimize FTS5 2023-11-13 10:30:40 -08:00
trevor-signal
cf5b3f78b5
Add paginated calling grid for group calls 2023-11-13 09:56:48 -05:00
bhaskar-raksahb
e13e4368a7 Updated ConversationHeader renderAvatar callback 2023-11-10 15:21:40 -08:00
Scott Nonnenberg
092936b69d
getTextAndRangesFromOps: Don't trim leading whitespace if monospace 2023-11-10 15:10:39 -08:00
Scott Nonnenberg
61b4558140
Mark onboarding story read again, even if it's not unread 2023-11-10 16:59:16 -05:00
Jamie Kyle
5c62fa0a14
Ensure no params are getting lowercased 2023-11-10 15:08:18 -05:00
Jamie Kyle
31d680d194
Fix captcha route parsing 2023-11-10 10:46:27 -08:00
Jamie Kyle
d34a8f3b64 Update WhatsNew 2023-11-08 15:54:26 -08:00
trevor-signal
c5e1270208
Fix group call video alignment in RTL 2023-11-08 16:43:08 -05:00
Jamie Kyle
ec71342691
Update to static translated locale display names 2023-11-08 12:39:56 -08:00
ayumi-signal
bb8e7af905
Show error when editing messages after max edits 2023-11-07 17:55:48 -08:00
ayumi-signal
6d66bf1600
initializeAllJobQueues after redux is ready 2023-11-07 17:53:52 -08:00
Fedor Indutny
e0446af125
Fix left pane banner colors & add username integrity check to queue 2023-11-07 15:49:38 -08:00
Fedor Indutny
ca2b3bacce
Fix UI bug with self-add by username in groups 2023-11-07 15:45:33 -08:00
ayumi-signal
41e89554fe
Fix infinite stacking All Media with shortcut 2023-11-08 00:00:25 +01:00
Fedor Indutny
f52da976f9
Compile protobufs with no-convert/null-defaults
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2023-11-07 22:31:59 +01:00
Fedor Indutny
e8fdd7116b
Remove deprecated ContactDetails fields 2023-11-07 21:26:31 +01:00
Jamie Kyle
fd8691b871
Fix timestamps/spellcheck to use locale override 2023-11-06 17:02:13 -08:00
Fedor Indutny
59fa75c309
Better check for empty storage/master keys 2023-11-07 01:38:51 +01:00
Jamie Kyle
89e66da351
Init Language Picker 2023-11-06 22:19:23 +01:00
Rashad Sookram
754bb02c06
Add remote config for sending higher res screen share 2023-11-06 11:45:37 -05:00
Jamie Kyle
9eee548d2a
Fix untranslated labels/tooltips in NavTabs 2023-11-06 11:14:35 -05:00
ayumi-signal
dca32747db
Use Message received_at_ms to hide typing bubble 2023-11-03 17:55:12 -07:00
Scott Nonnenberg
a2cfaa81a4 sign-windows: Put quotes around paths provided to sign script 2023-11-03 16:28:39 -07:00
Scott Nonnenberg
ebd5397bb5 sign-windows: If return code is non-zero, throw 2023-11-03 15:44:34 -07:00
Fedor Indutny
3664063d71
Username and username link integrity check 2023-11-03 15:05:11 -07:00
Scott Nonnenberg
1be90fff3d
sign-windows: await call to realpath 2023-11-03 14:01:43 -07:00
Scott Nonnenberg
1e19a4e5ee
Windows: No longer rely on electron-builder for code-signing 2023-11-03 11:35:16 -07:00
trevor-signal
461f389929
Reduce flake and extend edit-test to include more send state updates 2023-11-03 09:29:07 -07:00
ayumi-signal
62cdc613b9
Call Controls: Enhance width for viewport sizes 2023-11-02 13:28:03 -07:00
Jamie Kyle
3ef0d221d1
Refactor Signal app routing 2023-11-02 15:42:31 -04:00
Fedor Indutny
86e6c2499c
Strict types in RemoteConfig 2023-11-02 14:14:38 -04:00
trevor-signal
a3065796fe
Cache view syncs by sender + timestamp 2023-11-02 09:16:52 -07:00
trevor-signal
07d81ebd27 Add release notes for 6.38 2023-11-02 10:52:40 -04:00
Scott Nonnenberg
0b08fc9e1f
Use sender+timestamp to cache receipts and read syncs 2023-11-02 09:28:49 -04:00
ayumi-signal
8f6fe60342
Fix floating date header when not scrolling 2023-11-02 00:05:35 -07:00
trevor-signal
bb89ff6d4e
Only update sendStateByConversationId for correct version of edited message 2023-11-01 17:16:20 -07:00
Fedor Indutny
0ce593bf0d
Remove support for E164-based numbers 2023-11-01 15:55:30 -07:00
Fedor Indutny
aa03ac36bc
Remove safetyNumberAci remote configuration 2023-11-01 13:35:55 -07:00
Jim Gustafson
59a4f237fd
Preload media devices to avoid later delay
Co-authored-by: ayumi yu <ayumi@signal.org>
2023-11-01 11:03:08 -07:00
ayumi-signal
6d216a3eca
Calling: Add local video/mute to local preview; button order 2023-11-01 10:56:38 -07:00
trevor-signal
0da867a0ef
Throttle re-renders for rapidly-updating messages 2023-11-01 09:49:58 -07:00
Fedor Indutny
9206b9984b
Enable pni capability 2023-10-31 16:21:39 -07:00
Fedor Indutny
657a140dbe
Fix units of global.safetyNumberAci 2023-10-31 16:07:45 -07:00
ayumi-signal
a33e7d7622
Restyle CallLobby and ringing screens 2023-10-31 15:32:56 -04:00
akonradi-signal
87659ef2b5
Hold CDSI lookup ACI & UAK args in one array 2023-10-31 20:00:25 +01:00
trevor-signal
fcf2c0a3f0
Clarify function of "Delete" option when deleting conversation messages 2023-10-30 17:02:50 -07:00
Fedor Indutny
edd6ed5fab
Clear PNI signature flag on PNI change 2023-10-30 16:25:55 -07:00
Scott Nonnenberg
8045e97995 macOS: Make both notarize() calls consistent 2023-10-30 15:26:30 -07:00
Scott Nonnenberg
cb0517d6d7
Update electron-notarize to 2.1.0 2023-10-30 14:57:49 -07:00
ayumi-signal
953a1dd2a0
Fix calling participant appearance 2023-10-30 13:31:54 -07:00
Fedor Indutny
f1e8ffe720
Accept masterKey in ProvisionMessage 2023-10-30 21:31:39 +01:00
Fedor Indutny
79f7d64fb7
Promote fts5 secure-delete to production 2023-10-30 20:36:23 +01:00
trevor-signal
47aff178da
Mock tests: retry app launch until DB initializes 2023-10-30 15:27:29 -04:00
Jamie Kyle
6bd802a03d
Apply mention ranges to body when multi-forwarding 2023-10-30 11:39:14 -07:00
Scott Nonnenberg
99b2bc304e
Use streams to download attachments directly to disk
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
2023-10-30 09:24:28 -07:00
Scott Nonnenberg
2da49456c6
conversationJobQueue: Only show captcha for bubble messages 2023-10-27 17:14:35 -07:00
trevor-signal
00d96888e7
Add new toast region for calling button toasts 2023-10-26 11:26:25 -07:00
Scott Nonnenberg
90eae4b4bf
Fix string: Messages can be edited up to 24 hours after send 2023-10-26 10:00:35 -07:00
Scott Nonnenberg
a49a6ec078 Add release notes for 6.37 2023-10-25 17:10:21 -07:00
Scott Nonnenberg
f960c6b5db
Enable Hide Contact for all users 2023-10-25 16:01:16 -07:00
trevor-signal
be7b178817
Update toast replacement animation styles in Calling UI 2023-10-25 13:47:09 -07:00
trevor-signal
cfe15b929b
Deduplicate message_changed redux actions 2023-10-25 13:44:50 -07:00
ayumi-signal
8bb355f971
New call UI and controls 2023-10-25 09:40:22 -04:00
trevor-signal
33c5c683c7
Fix handling of pointer events for calling toasts 2023-10-24 13:28:42 -07:00
Scott Nonnenberg
a1e7efee12
ConverationView.onPaste: Better handling of clipboard contents 2023-10-24 10:18:58 -07:00
trevor-signal
607349e0b8
Update React Profiler reference 2023-10-24 09:53:20 -07:00
Jamie Kyle
9960970550
Peek group call on ring update 2023-10-23 13:31:07 -07:00
Jamie Kyle
82d7546353
Use system contact attributes when starting call
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2023-10-23 13:28:59 -07:00
Fedor Indutny
dd2493a353
Show Session Switchover Events
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2023-10-23 10:40:42 -07:00
Scott Nonnenberg
70cd073a72
Ensure that messages to initiate calls are marked urgent=true 2023-10-23 10:38:03 -07:00
Josh Perez
50a2ddf4b2
Fix softAssert when sending reaction 2023-10-23 09:40:09 -07:00
ayumi-signal
0ecbc7518a
Upgrade libsignal to 0.32.1 2023-10-20 16:55:35 -07:00
Jim Gustafson
3f8547f498
Update to RingRTC v2.34.0 2023-10-20 11:08:12 -07:00
Scott Nonnenberg
de025bb6f1
ConversationView/onPaste: Only process items of kind 'file' 2023-10-20 11:05:13 -07:00
Jamie Kyle
0d2e0bfa28
Add logging to other bulk key delete operations 2023-10-20 09:39:28 -07:00
ayumi yu
283a5b9d7d Release notes for v6.36.0-beta.1 2023-10-19 20:40:48 -07:00
Jamie Kyle
ba0fa4904b
Add logging for deleted prekeys and other records
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2023-10-19 14:52:35 -07:00
trevor-signal
0c896ca1f2
Centralize calling toasts and add imperative API 2023-10-19 11:59:21 -07:00
Jamie Kyle
dd45b08b0f
Fix stories tab title to be i18n 2023-10-19 11:08:47 -07:00
trevor-signal
ce276b56c2
Ensure messageCache is updated when properties are unset 2023-10-19 10:14:19 -07:00
ayumi-signal
6906e39c87
Don't process edits until attachmentDownloadQueue finishes 2023-10-19 10:10:08 -07:00
Scott Nonnenberg
5ccb3af040
onCapturePaste: stop propagation in more scenarios 2023-10-18 14:35:06 -07:00
Josh Perez
6c88c7c587
Save modified messages for edits 2023-10-17 15:30:41 -04:00
Josh Perez
156cbca1a3
Fixes for media index 2023-10-17 12:09:09 -07:00
Josh Perez
e920db2148
Focus keyboard shortcut for edit message 2023-10-16 15:34:25 -04:00
trevor-signal
777b9d52e9
Blur participant videos when calls are reconnecting 2023-10-16 13:58:51 -04:00
trevor-signal
b6f1b8b577
Accept profile keys for unknown members in groups 2023-10-13 21:14:46 -04:00
ayumi-signal
c892febdbc
Bump DOE timer from 3h to 24h 2023-10-13 14:54:36 -07:00
Fedor Indutny
d7b53f3d27
Deprecate storageServiceKey in SyncMessage.Keys 2023-10-12 21:42:24 +02:00
Josh Perez
37b3a6de4b Release notes for 6.35 2023-10-11 20:48:29 -04:00
Jamie Kyle
502ea174ab
Upgrade Storybook
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2023-10-11 12:06:43 -07:00
Fedor Indutny
8c966dfbd8
Fix retry logic 2023-10-11 20:38:03 +02:00
Fedor Indutny
e124730cb0
Use FTS5 optimizer in production 2023-10-11 01:55:32 +02:00
Fedor Indutny
f5c18cfb51
Run integrity checks on database corruption 2023-10-11 01:19:11 +02:00
ayumi-signal
064659657f
Use new endpoint for badge config 2023-10-06 14:31:17 -07:00
ayumi-signal
24f17f2cf9
Fix group typing bubble less x animation 2023-10-06 14:30:36 -07:00
trevor-signal
363142569b
Disable selecting existing group members in add members modal 2023-10-06 11:45:43 -04:00
Fedor Indutnyy
f5636fbdee Release notes for v6.34.0-beta.1 2023-10-05 10:18:34 -07:00
trevor-signal
ea58202bff
Stop marking pending/ringing calls read 2023-10-05 09:37:47 -07:00
Jamie Kyle
0f6d82dc42
Fix ConversationHeader context menu getting cut off 2023-10-05 09:26:15 -07:00
Josh Perez
b4b3883850
Do not drop edit messages if we get an invalid attachment 2023-10-05 18:16:50 +02:00
Jamie Kyle
4973dac57a
Refactor portals/outside clicks in sticker creator 2023-10-05 05:28:36 +02:00
Fedor Indutny
8172840535
Fix deadlock in saveIdentity 2023-10-05 02:39:09 +02:00
Josh Perez
c1f4bac802
Account for stories that are sometimes not found in the database 2023-10-04 13:23:17 -04:00
Josh Perez
7d35216fda
Replace MessageController with MessageCache 2023-10-03 17:12:57 -07:00
Fedor Indutny
ba1a8aad09
Retain cdn ids for attachments 2023-10-03 17:09:31 -07:00
Fedor Indutny
94a5968764
Writable/readable database interfaces 2023-10-03 02:27:02 +02:00
Fedor Indutny
11ed15f729
Restart captcha handler on online status blip 2023-10-02 15:19:07 -07:00
Fedor Indutny
1efc9274ab
Use the profile key from the latest group change 2023-10-02 22:19:55 +02:00
ayumi-signal
69c0cad14c
Only animate typing when viewing conversation 2023-10-02 13:18:28 -07:00
ayumi-signal
c9af8d3ce2
Fix show same conversation composer focus 2023-10-02 09:42:54 -04:00
Fedor Indutnyy
0e194975a2 Release notes for v6.33 2023-09-28 19:05:00 -07:00
Scott Nonnenberg
108c313659 Add release notes for v6.32 2023-09-28 18:07:11 -07:00
trevor-signal
17b0c0548d
Update read sync handling for reacted messages 2023-09-29 00:05:24 +02:00
Jim Gustafson
bae73e180a
Update to RingRTC v2.33.0 2023-09-28 23:52:07 +02:00
Jamie Kyle
66a4a8690a
Update call history timestamps from group call update messages 2023-09-28 22:55:23 +02:00
ayumi-signal
72d1695612
Fix avatar from name to support lowercase 2023-09-28 16:31:58 -04:00
ayumi-signal
6c24d5be74
Fix changing zoom factor with keyboard shortcut in Settings 2023-09-28 22:17:21 +02:00
Fedor Indutny
ca45a9cf74
Don't accept PNI as ACI in contact sync 2023-09-28 11:41:45 -07:00
ayumi-signal
da113c1fa1
Fix typing bubble timeline scroll jumping 2023-09-28 09:54:56 -07:00
Fedor Indutny
eb7942dd1e
Use untagged pnis in storage service 2023-09-27 16:14:55 -07:00
ayumi-signal
283ef57779
Group Typing Bubble Animations 2023-09-27 17:23:52 -04:00
Jim Gustafson
88df942029
Update to RingRTC v2.32.1 2023-09-27 14:22:51 -07:00
Jamie Kyle
a24bdc8bd3
Update last message on group call peek 2023-09-27 12:42:38 -07:00
Jamie Kyle
1cc478180e
Fix call history deletion from sync messages 2023-09-27 12:42:30 -07:00
Josh Perez
1d0157877a
Fix: media editor nits 2023-09-27 08:39:54 -07:00
Josh Perez
05a2286d94
Debug onReadMessage call with read sync timestamp 2023-09-26 22:42:40 -04:00
Fedor Indutny
190ec43703
Fix message timestamp in Lightbox 2023-09-26 20:04:41 +02:00
Jamie Kyle
15e9bb3d12
Fix themed styles for LeftPaneDialog, add stories 2023-09-26 09:13:57 -07:00
Fedor Indutny
1a2976dae4
Support duplicate attachments in lightbox 2023-09-26 17:38:21 +02:00
Rashad Sookram
b885ced90d
Increase max video receive resolution for group calls 2023-09-25 18:50:12 +02:00
Scott Nonnenberg
5c3b866883
Add maximum wait in updateGroup, log with queue size in profile service 2023-09-25 09:43:54 -04:00
Josh Perez
1cfc396d65
Media editor polish 2023-09-21 09:54:28 -07:00
trevor-signal
503620fe00
Update database error confirmation dialogs 2023-09-21 10:13:25 -04:00
Jamie Kyle
bc67d421ab
Track acceptedTime during call, fix call screen duration 2023-09-20 10:00:01 -04:00
Fedor Indutny
95b0f67a47
Fix file extension in symoblicate-crash-reports 2023-09-20 10:08:29 +02:00
Jamie Kyle
f115ba5873
Fix timeline scrolling automatically while emoji picker is open 2023-09-19 12:01:04 -07:00
Scott Nonnenberg
01231eb1c6
Reset spoiler expand state when a message is edited 2023-09-19 11:59:22 -07:00
Fedor Indutny
959b8ef457
Add keyboard navigation to SafetyNumberViewer 2023-09-19 19:08:36 +02:00
Fedor Indutny
a1207aa136
Add more timeouts, retries in mock tests 2023-09-19 10:02:37 -07:00
Fedor Indutny
c25867c737
Update better-sqlite3 to 8.5.2 2023-09-18 16:09:09 -07:00
ayumi-signal
e4238de4db
Multiple person typing indicators in groups 2023-09-18 14:17:26 -07:00
Jamie Kyle
17ea2b58de
Fix hover/focus bg overriding active bg in ConversationList
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
2023-09-18 14:00:26 -07:00
Fedor Indutny
d6cc067507
Auto-retry starting app in mock tests 2023-09-18 22:09:28 +02:00
Fedor Indutny
654215e136
Fix format of pniSignature.pniBytes 2023-09-14 22:39:51 +02:00
Josh Perez
d0296ececa
Improvements to the media editor 2023-09-14 10:04:48 -07:00
trevor-signal
e8eb7638c4
Scroll to bottom of conversation when message is sent 2023-09-14 09:57:38 -07:00
Jamie Kyle
7443dd3314
Change order of checks for attachments 2023-09-14 08:35:27 -07:00
Jim Gustafson
d0df466fbc
Stop sending legacyHangup 2023-09-13 16:40:26 -07:00
Jamie Kyle
6cc25fe9e8
Fix timestamps on call history message updating 2023-09-13 13:39:07 -07:00
Josh Perez
fc34cd88b8
Use read sync timestamp to do unread bookkeeping 2023-09-13 10:42:33 -04:00
ayumi-signal
d7da7fdca0
Workaround Linux Wayland screenshare bug 2023-09-12 19:14:07 -07:00
Josh Perez
944a70abe7
DRY up the message receive timing validation 2023-09-12 16:12:07 -04:00
ayumi-signal
7ea945c157
Fix Message Detail Reaction Viewer overflow (#6239) 2023-09-12 12:52:16 -07:00
Fedor Indutny
d2f1431a66
Fix flashing MR after restoring contact 2023-09-12 12:52:38 -04:00
Scott Nonnenberg
be6331d75f
Key cleanup before migration 88 and attempt vacuum only once in 920 2023-09-11 21:19:38 -04:00
Jamie Kyle
6ae0edcc1e
Fix sidebar notices in collapsed mode 2023-09-11 22:55:51 +02:00
Fedor Indutny
30da67da1a
Add support for symbolicating raw .dmp files 2023-09-11 20:25:17 +02:00
trevor-signal
90d36350a7
Improve handling of payment notification messages 2023-09-11 09:58:34 -07:00
Jamie Kyle
ccb517a218
Fix sidebar staying collapsed when about to search 2023-09-11 09:57:42 -04:00
trevor-signal
148a54eb65
Revert "Update Electron to 26.1.0" 2023-09-08 09:36:18 -07:00
Fedor Indutny
d5479343ac
Update Electron to 26.1.0 2023-09-07 17:23:26 -07:00
trevor-signal
7ca8f4c763
Improve bulk message deletion speed 2023-09-07 16:07:07 -04:00
trevor-signal
c8c10d2d76
Hide show story notification count if stories are not enabled 2023-09-07 15:03:10 -04:00
Fedor Indutny
ecab90041b
Fix profile key oscillations in groups 2023-09-07 01:28:32 +02:00
Fedor Indutny
1d07203fa9
Fix migration for conversations with null json 2023-09-06 15:58:45 -07:00
trevor-signal
c5d4dc7753 Update release notes 2023-09-06 16:02:39 -04:00
ayumi-signal
b5f77a23dd
Fix getLinuxName usage of fs-extra in shared 2023-09-06 11:38:54 -07:00
ayumi-signal
52fa2ddb03
Fix voice message playback and end sound order 2023-09-06 11:06:30 -07:00
ayumi-signal
08e2716e6e
Add Linux distribution version to debug logs 2023-09-05 18:03:30 -07:00
Scott Nonnenberg
507986db92
Show 'join anyway' in verify dialog when joining call 2023-09-05 17:34:51 -07:00
Fedor Indutny
b6ed789197 Reenable FTS optimization 2023-09-05 09:14:36 -07:00
Josh Perez
372d9c2198
Fix out of order edit message read syncs 2023-09-01 16:27:18 -04:00
ayumi-signal
cf28e2dc2c
Fix default conversation color to use state 2023-09-01 10:03:44 -07:00
Fedor Indutny
f3eee779a0
Update better-sqlite3 and remove FTS optimization 2023-08-31 15:33:31 -07:00
Fedor Indutny
d3b5960528
Fix storage of joinedAtVersion in groups 2023-08-31 14:05:50 -07:00