Josh Perez
ba79595563
Fix GlobalModalContainer missing types
2022-12-22 14:28:47 -08:00
Josh Perez
0b83ab497d
Removes ReactWrapperView
2022-12-21 22:07:45 -05:00
Fedor Indutny
dec23725e5
Use ReadonlyArrays in conversation model and redux
2022-12-21 16:07:02 -08:00
Fedor Indutny
ecbf84638d
Increase max attempt count for unprocessed items
2022-12-21 16:06:50 -08:00
Josh Perez
a80c6d89a8
Moves message details into React pane land
2022-12-21 15:44:23 -05:00
Fedor Indutny
3def746014
Add missing isClosed check for Modal
2022-12-21 12:41:36 -08:00
Fedor Indutny
ed271d92ea
Add no-misused/floating-promises lint rule
2022-12-21 10:41:48 -08:00
Scott Nonnenberg
1a68c3db62
conversation_view: Move the last of the small functions to redux
2022-12-20 22:25:10 -05:00
Scott Nonnenberg
86e92dda51
Share profile key: Cancel send in more situations
2022-12-20 14:17:51 -08:00
Fedor Indutny
57eed10a38
Add "pni" capability in staging
2022-12-20 12:29:17 -08:00
Josh Perez
d8ea9856ec
Moves show all media to react pane
2022-12-20 09:50:23 -08:00
Alvaro
cdb779508b
Moved isConversationTooBigToRing to the SmartCallManager
2022-12-19 18:10:51 -08:00
Scott Nonnenberg
1e282ee5d0
ConversationView: Pull various functions out of getMessageActions
2022-12-19 17:04:47 -08:00
Fedor Indutny
5a98fc2f4c
Optimize Message rendering
2022-12-19 15:33:55 -07:00
Scott Nonnenberg
2d6f13a8c5
ViewSyncs: Save message after modifying it
2022-12-19 11:11:04 -08:00
Alvaro
dda61b37b2
Don't ring incoming call for a large group
2022-12-16 12:33:50 -07:00
Hugo Osvaldo Barrera
288293795f
Reply to a message by double clicking on its row
2022-12-15 22:46:28 -05:00
Josh Perez
d4124abb01
Moves ConversationDetails to react panels
2022-12-15 22:12:05 -05:00
Fedor Indutny
d608b81292
Simplify sticker upload
2022-12-15 13:47:38 -08:00
Alvaro Carrasco
2a4166a836
v6.2.0-beta.1
2022-12-15 13:58:17 -07:00
Josh Perez
e142cb47f5
Moves various panels out to ConversationView react
2022-12-14 17:10:09 -08:00
Jamie Kyle
15efbde23d
Move ToastType to its own file to avoid importing electron in storybooks
2022-12-14 16:48:36 -08:00
Fedor Indutny
daf66f33da
Fix DisappearingTimerSelect on Windows
2022-12-14 15:59:09 -08:00
Scott Nonnenberg
7c86f02c7e
ConversationView: Move deleteMessage to redux
2022-12-14 14:45:39 -08:00
Fedor Indutny
50d9b6e5e1
Use @signalapp/better-sqlite3
2022-12-14 12:48:36 -08:00
Alvaro
6622cf72d5
Set the minimum for avatar size for click-to-view to 80
2022-12-14 11:48:11 -08:00
Scott Nonnenberg
f2f1c3c021
Standardize on showConversation function, delete unused functions
2022-12-14 11:05:32 -08:00
Fedor Indutny
1dc3ed914f
Drop pniCredential completely
2022-12-14 10:53:23 -08:00
Josh Perez
ebeb6a7a6d
A hybrid panel system for React & Backbone
2022-12-14 10:41:04 -08:00
Josh Perez
b138774454
Moves saveAttachment to a redux action
2022-12-14 10:12:04 -08:00
Fedor Indutny
22c310bce0
Add missing await in gv1 migration
2022-12-13 17:56:41 -08:00
Fedor Indutny
6cd16cf117
Make sure that closed Modals are always removed
2022-12-13 17:56:32 -08:00
Josh Perez
94875efaf6
Refresh the sticker pack manager
2022-12-13 19:06:15 -05:00
Fedor Indutny
fdfc0539a3
Allow case sensitive usernames
2022-12-13 16:37:20 -07:00
Fedor Indutny
490a565b95
Unsnooze updates when clicked
2022-12-13 14:55:52 -08:00
Fedor Indutny
19e51862ba
Don't show duplicate modals on signal.me links
2022-12-13 14:55:33 -08:00
Nikita Karamov
7cd566726f
Replace mkdirp with native fs.mkdir
...
Prior to this change, Signal-Desktop was using a rather ancient version
of `mkdirp`, which was meant for Node.js versions without native support
for this kind of functionality. Starting with Node v10, `fs.mkdir()` can
perform recursive directory creation.
Since Signal-Desktop doesn't utilize any advantages of using such an old
version of `mkdirp` [1] (let alone any version of `mkdirp`), we can
replace it with the native methods of `fs` (or `fs/promises`).
This transition slightly reduces the amount of packages needed to be
downloaded and included in the final app since it now relies on the
built-in API of Node.js.
2022-12-13 11:01:10 -08:00
David Sanders
16c9c17cc2
Fix EACCES error code name
2022-12-13 11:00:51 -08:00
Fedor Indutny
e08a2fa86c
Optimize database after running migrations
2022-12-13 09:07:48 -08:00
Fedor Indutnyy
eb2a7ac5cd
Merge branch signalapp/Signal-Desktop#5753
2022-12-12 20:50:46 -08:00
Josh Perez
494fe2f9f0
Fixes lint
2022-12-12 20:26:28 -05:00
Jamie Kyle
f0a5180019
fix lint
2022-12-12 15:35:32 -08:00
Josh Perez
35323db519
Fixes lightbox selectedIndex
2022-12-12 18:03:16 -05:00
Scott Nonnenberg
f366454893
updatePNI: Cleanup only for obsolete PNI
2022-12-12 14:06:16 -08:00
Patrick Demers
5df5cde48c
do not spit url between Read More chunks by expanding chunk to end of url
2022-12-12 14:49:20 -05:00
Josh Perez
635a59a473
Moves showLightbox to redux
2022-12-09 21:02:22 -05:00
Alvaro
3a246656e3
Narrowed down avatar sizes
2022-12-09 13:37:45 -07:00
Scott Nonnenberg
07f7fa93d6
ConversationView: Move setQuotedMessage/scrollToMessage to redux
2022-12-09 11:11:14 -08:00
Josh Perez
7c68f9ef1a
Moves showStickerPackPreview to globalModals
2022-12-09 11:01:46 -08:00
Scott Nonnenberg
c0ebafe2bc
Search Box: Handle focus properly
2022-12-09 10:03:32 -08:00
Alvaro
2db14e8d6f
Auto-select a newly created distribution list or group when sending story
2022-12-09 09:35:34 -08:00
Josh Perez
81e4564687
Removes showContactModal in favor of redux action
2022-12-09 01:08:55 -05:00
Josh Perez
135c832748
Removes showIdentity and showSafetyNumber in favor of redux action
2022-12-09 00:53:19 -05:00
Scott Nonnenberg
5043ac2e02
On debug log upload fail, log out top-level error message
2022-12-08 19:44:34 -07:00
Josh Perez
ec3c8d99ef
Removes showForwardMessageModal from conversation_view
2022-12-08 16:49:54 -08:00
Scott Nonnenberg
5c059c54d5
Eliminate resetEmojiResults, move onEditorStateChanged to redux
2022-12-08 15:56:17 -08:00
Scott Nonnenberg
6d868030ae
CompositionArea: Only reset message contents if id has changed
2022-12-08 15:37:42 -08:00
Josh Perez
2378776e1b
Moves sendMessage and friends to redux
2022-12-08 02:43:48 -05:00
Josh Perez
7ea38bb1a9
Moves startGV2Migration to redux
2022-12-08 01:41:37 -05:00
Scott Nonnenberg
452e0b7b31
ConversationView: Move attachments processing into redux
2022-12-07 20:26:59 -05:00
Scott Nonnenberg
ff6750e4fd
ConversationView: Move setPin to redux
2022-12-06 17:00:02 -08:00
Scott Nonnenberg
e9b7a74b32
GroupV2: Show summary of change details on re-join of group
2022-12-06 13:12:57 -08:00
Josh Perez
105162dc66
Moves blockAndReportSpam to redux
2022-12-06 11:03:09 -08:00
Scott Nonnenberg
92a512a16d
ConversationView: Move call/mute functions into redux
2022-12-06 09:31:44 -08:00
Josh Perez
9348940ecf
Moves parts of conversation view into redux
2022-12-05 14:56:23 -08:00
Scott Nonnenberg
a49a6f2057
Notifications for a few merge-related scenarios
2022-12-05 14:46:54 -08:00
Alvaro
78ce34b9d3
Removed gv1-migration
2022-12-05 09:42:13 -08:00
Josh Perez
a0730dfaa4
Onboarding story removal improvements
2022-12-05 09:34:26 -08:00
Alvaro
e41252b35e
Added clearer debug logging to createOrLookup
2022-12-02 17:05:27 -08:00
Josh Perez
bc4f3dcd01
Handle cmd+shift+e keyboard shortcut
2022-12-02 16:40:33 -08:00
Josh Perez
1109415dc1
Add global setting for sent media quality
2022-12-02 18:54:37 -05:00
Josh Perez
40e7518b9e
Defensively set the signal conversation name
2022-12-02 12:34:46 -05:00
Alvaro
60b30d04cd
Clear selected contacts when creating a custom story
2022-12-01 10:17:12 -08:00
Evan Hahn
38b921fad7
Blocked/unapproved convos: no clickable link preview images
2022-11-30 20:24:38 -05:00
Fedor Indutny
30d1b29021
Add desktop.groupCallOutboundRing2.beta flag
2022-11-30 14:35:37 -08:00
Fedor Indutnyy
1c9ef00142
Add release notes for 6.1
2022-11-30 14:35:02 -08:00
Jamie Kyle
6198b02640
Init payments message types
2022-11-30 13:47:54 -08:00
Fedor Indutny
d1b505d580
Improve handling of DOE sync messages for stories
2022-11-30 11:21:13 -08:00
Fedor Indutny
9d8ad21819
Remove underscore
2022-11-29 16:53:39 -08:00
Alvaro
b246b3d8af
Filtered stories to self to fix StoryViewer progress lines
2022-11-29 14:19:50 -08:00
Jim Gustafson
2d620c380e
Update to RingRTC v2.22.0
2022-11-28 20:09:08 -08:00
Fedor Indutny
37d383f344
Improve story DOE flow
2022-11-28 18:07:26 -08:00
Josh Perez
5e9744d62a
Start story duration when it is a text story
2022-11-28 17:35:15 -08:00
Fedor Indutny
11deabe959
Refactor send story job
2022-11-28 17:02:01 -08:00
Alvaro
5b6c624803
Only validate replies on stories from self
2022-11-28 19:53:43 -05:00
Scott Nonnenberg
a8ce959405
Use implicit content hint for sender key distribution messages
2022-11-28 15:30:42 -08:00
Scott Nonnenberg
ca638dd44f
Ensure that media messages are cached when loaded from convo settings
2022-11-28 14:40:22 -08:00
Alvaro
b720ed7bd5
Added story identifier when debug logging
...
Co-authored-by: Jamie Kyle <jamie@signal.org>
2022-11-28 14:34:49 -08:00
Josh Perez
77f92b6cc3
Add emoji button to text story creation
2022-11-28 13:52:16 -05:00
Fedor Indutny
d6d53f9d18
Optimize loading stories
2022-11-28 09:19:48 -08:00
Josh Perez
a827cb7c4e
Reset link preview tooltip state when paging through stories
2022-11-23 16:07:43 -08:00
Alvaro
4294429bc2
Made StoryDataType sourceDevice required
2022-11-23 12:52:36 -08:00
Fedor Indutny
e3299b0445
Prevent layout recalculations in some animations
2022-11-23 12:13:13 -08:00
Josh Perez
97454b6bac
Reset img error state when paging stories
2022-11-22 23:29:01 -08:00
Alvaro
896b36c301
Story replies indicator
2022-11-22 20:05:33 -08:00
Fedor Indutny
b4b477e44c
Update TypeScript to 4.9.3
2022-11-22 17:46:21 -05:00
Fedor Indutny
1bff385805
Add more debug tools for stories
2022-11-22 15:33:15 -07:00
Fedor Indutny
4d1cd05888
Don't trigger excessive 'resize' events
2022-11-22 14:55:05 -07:00
Fedor Indutny
991580a1ed
Improve error handling during group sends
2022-11-22 10:43:43 -08:00
Fedor Indutny
f0a3735ca2
Handle new rate limiting info from CDSI
2022-11-22 10:13:55 -08:00
Fedor Indutny
b26f60d2fc
Better handling of calling messages
2022-11-19 00:31:31 -08:00
Fedor Indutny
a2f1b469ea
Make sure that storySendMode is in group types
2022-11-19 00:31:18 -08:00
Josh Perez
fa2fd5eef3
Restore reply button on stories
2022-11-19 00:09:03 -08:00
Fedor Indutny
5e1169bec3
Fine-grained session control for node-fetch
2022-11-19 00:14:20 -05:00
Fedor Indutny
98ef4c627a
Update eslint to 8.27.0
2022-11-17 16:45:19 -08:00
Jim Gustafson
c8fb43a846
Check media permissions for incoming group ring
2022-11-17 15:26:13 -08:00
Fedor Indutny
efa29dc800
Fix getKnownMessageAttachments query
2022-11-17 13:06:19 -07:00
Josh Perez
cf43726664
Populate sender state correctly via story sync to group
2022-11-17 11:59:00 -08:00
Josh Perez
9cd20b0f9b
StoryViewer pause improvements
2022-11-17 11:54:28 -08:00
Fedor Indutny
897a4aa591
Add release notes for v6.0.0
2022-11-17 11:32:14 -08:00
Josh Perez
1b16743917
Onboarding story improvements
2022-11-17 10:35:27 -07:00
Evan Hahn
a88243f26d
Better handle group call ring race conditions
2022-11-16 18:52:04 -08:00
Fedor Indutny
629b5c3f6a
Better send state for unregistered recipients
2022-11-16 18:15:26 -08:00
Fedor Indutny
854c946cc7
Interactive cleanup of orphaned attachments
2022-11-16 16:29:15 -08:00
Josh Perez
220963c789
Sending/Failed state for stories
2022-11-16 14:10:11 -08:00
Fedor Indutny
9bad2301fd
Populate blurHash when sending stories
2022-11-16 13:41:38 -08:00
Fedor Indutny
6be69a7ba8
Use DurationInSeconds for expireTimer
2022-11-16 13:18:02 -07:00
Fedor Indutny
cf57c7aaf0
Fix stories uncaught exception on startup
2022-11-16 10:06:33 -08:00
Fedor Indutny
8452a72847
Fix story reactions in 1:1 conversations
2022-11-15 18:27:29 -08:00
Fedor Indutny
7b703fdd5f
Remove duplicate modal footer from group edit
2022-11-15 09:33:04 -08:00
Fedor Indutny
4e624c7286
Remove unnecessary windows 7 shim
2022-11-14 17:07:38 -08:00
Fedor Indutny
e6ebfe4fca
Update typescript to 4.8.4
2022-11-14 11:35:37 -08:00
Alvaro
6b42a69947
Extract ListView controller from ConversationList
2022-11-14 10:48:51 -08:00
Alvaro
9a2cbf9a51
Added debug log entry before enqueuing DOE job
2022-11-11 15:09:10 -08:00
Scott Nonnenberg
5100d17ed2
SafetyNumberChangeDialog: Introduce awareness of stories
2022-11-10 23:10:30 -05:00
Fedor Indutny
709588a874
Use translateX instead of changing width
2022-11-10 21:45:52 -05:00
Alvaro
2278bf2994
Design tweaks to add-story-button hover
2022-11-10 14:01:40 -07:00
Alvaro
810cbb5fe5
Implemented group story reaction delete/DOE
2022-11-10 13:59:48 -07:00
Alvaro
45069673ce
Fixed all connections count and renamed MY_STORIES_ID and EditMyStoriesPrivacyModal
2022-11-10 08:51:39 -07:00
Fedor Indutny
be6e988a95
Hydrate body ranges for story replies
2022-11-09 20:59:36 -08:00
Jamie Kyle
9f85db3fd8
stories: muted by default, muted on app blur
2022-11-09 23:24:42 -05:00
Josh Perez
cd1a1a00a2
Discard invalid story replies
2022-11-09 22:52:53 -05:00
Josh Perez
42a1394039
Fixes My Story subtitle label in privacy modal
2022-11-09 18:25:45 -08:00
Alvaro
9de31d1b1c
Allow receiving group stories from senders with profileSharing=false
2022-11-09 14:53:19 -08:00
Josh Perez
4a5da95c1d
Fixes storybook
2022-11-09 13:11:45 -08:00
Scott Nonnenberg
4fa614e1d6
Save source of selectedMessage changes to prevent unnecessary scrolls
2022-11-09 12:18:03 -08:00
Fedor Indutny
d00898fdfc
Retry log rotation on EPERM/EACCESS
2022-11-09 12:04:54 -08:00
Fedor Indutny
d7a2669b49
Wrap eventHandlerQueue jobs with task with timeout
2022-11-09 10:59:32 -08:00
Fedor Indutny
5cee260063
Fix i18n string id
2022-11-08 19:40:23 -08:00
Josh Perez
19a42ed719
Onboarding story
2022-11-08 21:38:19 -05:00
Fedor Indutny
94f318ea08
Add extra check to markConversationRead
2022-11-08 17:33:25 -08:00
Josh Perez
9229fca569
Rev stories feature flag
2022-11-08 12:55:51 -08:00
Alvaro
d0fb25f758
Show and sort active groups when sending a story
2022-11-08 13:01:59 -07:00
Fedor Indutny
a0c03025d8
Relax schema 41 migration
2022-11-08 09:17:21 -08:00
Fedor Indutny
9ce8d5e68f
Fix storage service handling of contact status
2022-11-07 15:21:12 -08:00
Scott Nonnenberg
38c6a872f4
recentMedia/lightbox: Register messages for update and for lightbox
2022-11-04 13:32:29 -07:00
Alvaro
4445ef80eb
Implement group story reply deletion
2022-11-04 07:22:07 -06:00
Fedor Indutny
7164b603e9
Refresh remote config right after registration
2022-11-03 13:36:55 -07:00
Fedor Indutny
c286e0f9c6
Drop deprecated SQL columns
2022-11-03 10:25:27 -07:00
Fedor Indutny
54aa0d39b9
Store all story reactions as messages
2022-11-02 16:48:38 -07:00