Commit Graph

3721 Commits

Author SHA1 Message Date
Fedor Indutny
e3d27bd00e MemberPendingProfileKey can't have profile key 2023-06-05 09:22:27 -07:00
Fedor Indutny
702153a28d Disable contact management for Note to Self 2023-06-05 12:14:58 -04:00
Josh Perez
7c1957c30d Moves conversation.getProps out of models
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2023-06-02 10:54:36 -07:00
Fedor Indutny
ab68e24805 Optimize debug logs by truncating CDN URLs
Attachments are end-to-end encrypted, and these lengthy URLs don't
provide any meaningful info for debugging purposes.
2023-06-01 11:28:16 -07:00
Jim Gustafson
a56a50ad19 Update to RingRTC v2.28.0 2023-05-31 16:37:19 -07:00
trevor-signal
4fa9ce5096 Refactor group story reply receipt logic 2023-05-31 13:07:43 -07:00
Fedor Indutny
3abacb25ce Clear typing indicator after receiving edits 2023-05-31 11:14:38 -07:00
Scott Nonnenberg
9c325ea724 Fix cut/copy and paste from composer 2023-05-31 11:10:02 -07:00
Fedor Indutny
b705609341 Fix edit message in Note to Self 2023-05-31 08:54:45 -07:00
Fedor Indutny
557b86f52e Use electron's DNS resolver, prioritizing ipv4 connections 2023-05-30 16:57:16 -07:00
trevor-signal
615539ed6d Show self-view when waiting in 1:1 calls 2023-05-30 16:39:15 -04:00
trevor-signal
7e1c147eac Use normal shutdown infrastructure to hang up active calls 2023-05-30 14:48:36 -04:00
trevor-signal
9a9c1c5879 Fix notification text for gifted badges 2023-05-30 13:33:10 -04:00
Scott Nonnenberg
3c84acc758 beforeMessageSend: Set lastMessage properly to avoid duplicate @mentions 2023-05-30 13:05:07 -04:00
Scott Nonnenberg
cc233fb980 Support clipboards with text/plain as well as file contents 2023-05-26 15:07:32 -07:00
Scott Nonnenberg
17eb0948ea mentionsMe check: normalize before comparing against our UUID 2023-05-26 12:04:44 -07:00
Josh Perez
63b20ed9fa Whats new 2023-05-25 19:13:40 -04:00
Jamie Kyle
688ddd49d1 Validate and log transitions for call disposition 2023-05-25 14:17:35 -07:00
Josh Perez
e2f39ed5fa Fix RangeError invalid timestamp 2023-05-25 13:17:10 -04:00
Josh Perez
35c3349fe6 Only apply certain keyboard shortcuts in situations 2023-05-25 09:15:16 -07:00
Fedor Indutny
1941a33556 Fix handling of replies on multiple dist lists 2023-05-25 14:12:33 +02:00
Fedor Indutny
3c7502213b Delete PNI storageID on merge 2023-05-24 15:05:04 -07:00
Fedor Indutny
1a737ee605 Remove lonely e164 conversation lookups 2023-05-24 15:03:41 -07:00
Scott Nonnenberg
2dc24540ac Restore indicator when conversation is manually marked unread 2023-05-24 14:33:11 -07:00
Fedor Indutny
c0663ed57c Use libsignal-client for username validation 2023-05-23 17:07:59 -07:00
Fedor Indutny
3ff390e1c4 Don't send group update on PNI decline 2023-05-23 16:38:58 -07:00
Scott Nonnenberg
a31cf5645e Better handling of formatting in pasted text 2023-05-23 15:00:05 -07:00
trevor-signal
d012779e87 Show mentioned badges & enable scrolling to mentions in conversations 2023-05-23 14:59:07 -07:00
Fedor Indutny
caaeda8abe Update more icons to v3 2023-05-23 23:14:47 +02:00
Scott Nonnenberg
afae6bc267 CompositionInput: Properly set cursor right after pasted data 2023-05-22 13:31:36 -07:00
Fedor Indutny
99011b0a56 Fix position of lightbox arrows for a video 2023-05-22 22:24:33 +02:00
Fedor Indutny
759c61d06e Use e164 from PniChangeNumber sync message 2023-05-22 09:37:58 -07:00
Scott Nonnenberg
579329b7bf Update local story distribution list in more cases 2023-05-19 09:48:03 -07:00
trevor-signal
36432b3a3d Improve handling of invalid conversations 2023-05-19 09:28:59 -04:00
Scott Nonnenberg
4404429ec2 Fix paste of images when focus is in the composer 2023-05-18 12:53:36 -07:00
Fedor Indutny
7f4994c074 Format WhatsNewModal 2023-05-18 11:01:53 -04:00
trevor-signal
f898fc4707 Release notes for 6.19.0 2023-05-17 20:55:01 -04:00
Scott Nonnenberg
5c58061e3b Limit receiver processing of text body ranges 2023-05-17 16:02:00 -07:00
Scott Nonnenberg
c1da469996 copyQuoteContentFromOriginal: Copy bodyRanges alongside body text 2023-05-17 15:37:35 -07:00
Jordan Rose
2ee15cdfa7 Dismiss the avatar menu after selecting "Update Signal" 2023-05-17 10:50:47 -07:00
Fedor Indutny
6e5d9f5dd8 Optimize getAdjacentMessagesByConversationSync 2023-05-17 10:35:21 -07:00
Jamie Kyle
0032d49e23 Fixes for locale matching 2023-05-17 10:19:27 -07:00
Scott Nonnenberg
f42192fb5a Improve paste handling of formatted data 2023-05-17 09:58:32 -07:00
trevor-signal
73f4374e1e Improved WS request timeout handling 2023-05-17 09:43:33 -07:00
trevor-signal
a0d98ab312 Update screen-sharing window styling 2023-05-16 15:19:04 -04:00
Fedor Indutny
5869717cd3 Use correct timestamp for receipts of edited messages 2023-05-16 10:37:12 -07:00
Fedor Indutny
110683fb37 Test SenderKey receive 2023-05-15 16:15:43 -07:00
Fedor Indutny
11456d100f Put timestamp of edited message into the job 2023-05-15 14:26:36 -07:00
Josh Perez
f6676db4d3 Use Promise.race instead so both promises do not resolve 2023-05-15 08:08:15 -07:00
Josh Perez
7a71c6ab80 Decouples the in-chat sounds from the notification sound settings 2023-05-12 18:03:56 -04:00