Josh Perez
ebeb6a7a6d
A hybrid panel system for React & Backbone
2022-12-14 10:41:04 -08:00
Jamie Kyle
624adca360
Danger/CI: Correctly swallow async errors
2022-12-14 10:13:03 -08:00
Josh Perez
b138774454
Moves saveAttachment to a redux action
2022-12-14 10:12:04 -08:00
Alvaro Carrasco
c8068cd501
Merge signalapp/Signal-Desktop#5609
2022-12-14 08:17:51 -07:00
David Sanders
fb55506d7f
Fixes location of context menu when opened by keyboard
2022-12-14 08:16:56 -07:00
Alvaro Carrasco
e9718700b3
Merge signalapp/Signal-Desktop#5807
2022-12-14 08:12:52 -07:00
Kishan Bagaria
8456ffb446
remove protos dir from files
2022-12-14 08:12:04 -07: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
Josh Perez
58d53527e0
Do not include mp4box source in builds
2022-12-13 09:09:50 -08:00
Fedor Indutny
e08a2fa86c
Optimize database after running migrations
2022-12-13 09:07:48 -08:00
Fedor Indutnyy
c98993899a
Merge branch signalapp/Signal-Desktop#5276
2022-12-12 20:54:07 -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
dependabot[bot]
2b1f388172
Upgrade express to v4.18.2
2022-12-12 14:19:38 -08:00
dependabot[bot]
e24f2cbbfd
Update to decode-uri-component v0.2.2
2022-12-12 14:09:50 -08:00
dependabot[bot]
dee17305ed
Update to decode-uri-component v0.2.2 in /danger
2022-12-12 14:09:29 -08:00
Scott Nonnenberg
f366454893
updatePNI: Cleanup only for obsolete PNI
2022-12-12 14:06:16 -08:00
Scott Nonnenberg
a72a431e0f
Merge signalapp/Signal-Desktop#5342
2022-12-12 13:52:57 -08:00
Josh Perez
ff2bb1fbb2
Merge signalapp/Signal-Desktop#5636
2022-12-12 15:29:49 -05:00
Merlijn Sebrechts
ddefb625a2
Point snap users to the correct issue url
2022-12-12 15:29:37 -05:00
Josh Perez
987e9a05b2
Merge signalapp/Signal-Desktop#5886
2022-12-12 15:26:08 -05: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
6ca3452488
Merge signalapp/Signal-Desktop#5960
2022-12-12 14:46:51 -05:00
jojomatik
35772fbe89
fix: use correct case for CallingButton
label
...
Use the case specified in the respective language files instead of forcing `text-transform: lowercase` for all labels.
Fixes #5959
2022-12-12 14:46:26 -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