Commit Graph

7597 Commits

Author SHA1 Message Date
Josh Perez bc4bef3ee3 v5.34.0 2022-03-02 19:39:43 -05:00
automated-signal 9e7adcb54c
Fix generation of reaction ids
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2022-03-02 16:32:12 -08:00
Josh Perez 1a19dbae50 v5.34.0-beta.2 2022-03-02 15:20:49 -05:00
Josh Perez e9af730eda
Fallback for the SafetyNumberViewer 2022-03-02 15:04:33 -05:00
Josh Perez f152496b21 Updates strings 2022-03-02 14:41:25 -05:00
automated-signal 17344689ca
Conversation Queue: Fix conversationId added to untrusted list
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2022-03-01 17:18:49 -08:00
automated-signal 6859ccd4ce
Group Migration: Don't bump to top of list if we're not in group
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2022-03-01 16:41:04 -08:00
automated-signal d45a52bc22
Simplify OutgoingIdentityKeyError, use it in getKeysForIdentifier
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2022-02-25 18:44:05 -08:00
automated-signal 9854223f1f
Use checkAccountExistence
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2022-02-25 15:38:40 -08:00
automated-signal f0b23d5abb
Hotwire preload.bundle.js to specific NODE_ENV
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2022-02-25 13:02:37 -08:00
automated-signal ef816717fd
Update mock-server, upload ci logs on failure
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2022-02-24 17:53:45 -08:00
automated-signal 068665d703
Fix release note text
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2022-02-24 16:42:21 -08:00
automated-signal 551969c56e
applyMessageRequestResponse: Don't leaveGroup in 1:1 conversations
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2022-02-24 16:27:36 -08:00
automated-signal e19df56a58
Media Editor: reset object position and rotation
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
2022-02-24 15:58:06 -08:00
automated-signal 8080098827
Increase max size of resized stickers
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
2022-02-24 15:57:42 -08:00
automated-signal 1f5e94d6c4
Notarize in afterSign step instead of afterPack
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2022-02-24 12:51:24 -08:00
automated-signal a30fdd535b
Update electron to 17.1.0
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2022-02-24 12:46:20 -08:00
automated-signal c7d8724739
Change location of copied language packs
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2022-02-24 12:45:55 -08:00
automated-signal f44972888f
Run notarization in afterPack script
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2022-02-24 11:59:40 -08:00
Fedor Indutnyy d637985796 v5.34.0-beta.1 2022-02-23 18:09:27 -08:00
Fedor Indutny bae295a0f6
Fix sticker creator 2022-02-23 18:07:42 -08:00
Fedor Indutnyy 68c0076a12 Update translations 2022-02-23 17:18:02 -08:00
Fedor Indutny 31d2cce309
Prune frameworks folder before zipping release 2022-02-23 15:34:51 -08:00
Scott Nonnenberg 4763831d3e
background.ts: Introduce types for redux initialState 2022-02-23 12:48:40 -06:00
Scott Nonnenberg 3673b6d101
updateGroup: Update group attributes last, after notifications are added 2022-02-23 10:36:44 -08:00
Evan Hahn 1f191401aa
Use browser time formatting instead of Moment 2022-02-23 12:15:15 -06:00
Fedor Indutny 3ad6ff7f05
Remove setup menu items after QR code linking 2022-02-22 17:35:34 -08:00
Scott Nonnenberg 4ea709f2e4
Don't fetch profiles on conversation open if we've left group 2022-02-22 17:06:19 -08:00
Fedor Indutny 5453d10572
Improve conversion between typed arrays 2022-02-22 17:05:53 -08:00
Fedor Indutny 5d035dff86
Drop GV1 records when GV2 records are present 2022-02-22 14:30:59 -08:00
Scott Nonnenberg b33b5d2a30
profileKey: Check length of incoming values, clear on failed send/fetch 2022-02-22 14:34:57 -06:00
Evan Hahn b96c7e90fe
Remove `<Timeline>` logging when row count is 0 2022-02-22 14:32:47 -06:00
Scott Nonnenberg a1639f111e
envelopeTypeToCiphertextType: Handle all envelope types 2022-02-22 14:32:25 -06:00
Evan Hahn 811e38b633
Upgrade to Electron 17.0.1 2022-02-18 15:58:49 -06:00
Scott Nonnenberg 2de45a341b
hangup: Hang up all calls, warn if we can't find intended call 2022-02-18 10:27:15 -06:00
Evan Hahn 811f2f66c9
Fix z-index on group calling overflow scroll buttons 2022-02-16 12:47:19 -06:00
Evan Hahn aad371525a
Fix typo in Storybook action name
Co-authored-by: Ted Timmons <ted@perljam.net>

See [#5646][0].

[0]: https://github.com/signalapp/Signal-Desktop/pull/5646
2022-02-16 12:43:45 -06:00
Scott Nonnenberg 30783c887c
Introduce new conversationJobQueue 2022-02-16 10:36:21 -08:00
Evan Hahn 37d4776472
v5.33.0-beta.1 2022-02-16 12:34:03 -06:00
Evan Hahn fd81d38931
Call details screen disable call buttons if call is active 2022-02-16 10:33:52 -08:00
Evan Hahn da68def79f
Update translations 2022-02-16 12:32:32 -06:00
Evan Hahn e39c5006b4
Update release notes for v5.33.0-beta.1 release 2022-02-16 10:11:03 -08:00
Scott Nonnenberg 0bb0e6e9fc
MessageReceiver: Extract cipherTextBytes/Type from non-sealed messages 2022-02-16 11:41:28 -06:00
dependabot[bot] ec3a3bd7b2
Upgrade vm2 (a subdependency) to 3.9.7
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Hahn <evanhahn@signal.org>
2022-02-16 09:53:07 -06:00
Evan Hahn 2c848d85bc
Don't mark messages read if a call is fullscreen 2022-02-15 17:00:47 -06:00
Evan Hahn 68537902fb
Fix Moment locales failing to load 2022-02-15 16:32:10 -06:00
Evan Hahn 191302d703
Fix node-fetch redirect issue for VoIP URLs 2022-02-15 12:44:41 -06:00
Evan Hahn ae5fc1df86
Fix group creation when clicking create button 2022-02-14 14:31:37 -08:00
Fedor Indutny a0b05f41e3
Dropped storage keys should not cause upload 2022-02-14 11:36:32 -08:00
Josh Perez 67209d8881
Consolidates the search inputs 2022-02-14 12:57:11 -05:00