Commit Graph

2807 Commits

Author SHA1 Message Date
Scott Nonnenberg
101d53c4ea getUUID: Return undefined if uuid is falsey 2022-06-27 17:37:56 -07:00
Fedor Indutny
e0f479ca81 Fix sending to embedded contact 2022-06-27 17:37:05 -07:00
Scott Nonnenberg
054e443071 Spellcheck: Use full locale, otherwise all which match base 2022-06-27 13:44:13 -07:00
Scott Nonnenberg
c35f901387 models/messages.initialize: If no ourConversationId, skip migration 2022-06-27 10:27:20 -07:00
Scott Nonnenberg
09124446a6 updateCallHistoryForGroupCall: If exists, update left pane preview 2022-06-27 10:10:09 -07:00
Scott Nonnenberg
4568527232 Increase backstop queue timeouts across the app 2022-06-27 09:46:43 -07:00
Josh Perez
c28313bd0c Adds interaction tests for components 2022-06-24 12:52:48 -04:00
Scott Nonnenberg
72bb01346f Check that size is number, not truthiness of size 2022-06-23 15:42:19 -07:00
Fedor Indutnyy
d065afa277 Release notes for 5.48.x 2022-06-23 13:36:56 -07:00
Josh Perez
0a0a25498d Repair old unexpired stories 2022-06-23 16:36:11 -04:00
Fedor Indutny
96b864d6a9 Monkey-patch os.hostname on Windows 7 2022-06-23 12:15:27 -07:00
Scott Nonnenberg
7b1721b0d0 Use different copy for outgoing gift badges 2022-06-23 09:15:26 -07:00
Fedor Indutny
6b231346d9 Fix management of selectedMessage in redux 2022-06-23 09:12:17 -07:00
Fedor Indutny
6ad091bfe3 Shift titlebar on Windows 11 2022-06-23 08:40:36 -07:00
Scott Nonnenberg
b8d6a591d5 Reintroduce 'expired' event, simplify handling of View Once media 2022-06-22 17:21:38 -07:00
Scott Nonnenberg
07ee7f46b7 Fix Gift Badge expiration 2022-06-21 18:17:17 -07:00
Fedor Indutny
7c4344f43a Fix PiP positioning 2022-06-21 08:59:47 -07:00
Fedor Indutny
8b87fe23e2 Fix UA string 2022-06-20 17:31:32 -07:00
Fedor Indutny
35e5eb847a Better logging for expiration timer updates 2022-06-20 15:43:16 -07:00
Fedor Indutny
63679f5af6 Increment and store message migration attempts 2022-06-20 14:18:23 -07:00
Scott Nonnenberg
d547ef362e Fetch latest group data on unblock of a group 2022-06-20 11:55:34 -07:00
Scott Nonnenberg
7dd9cabbbd Update unread count on conversation open 2022-06-20 11:38:52 -07:00
Fedor Indutny
9407654262 Counteract zoom-level changes in custom titlebar 2022-06-20 11:26:31 -07:00
dependabot[bot]
9ac917849e Upgrade sharp to v0.30.5 2022-06-17 15:33:46 -07:00
Josh Perez
3581f78913 Revert "Counteract zoom-level changes in custom titlebar"
This reverts commit 635aab838f.
2022-06-17 09:48:17 -07:00
Josh Perez
d970d427f8 Create text stories 2022-06-16 17:48:57 -07:00
Fedor Indutny
973b2264fe Add to group by username 2022-06-16 17:38:28 -07:00
Fedor Indutny
635aab838f Counteract zoom-level changes in custom titlebar 2022-06-16 16:49:59 -07:00
Josh Perez
aa23c2def2 Removes Inbox Backbone view 2022-06-16 15:12:50 -04:00
Josh Perez
bc612ca2c3 Release notes for v5.47.x 2022-06-16 13:15:43 -04:00
Fedor Indutny
8b32811440 Add extra pixel to titlebar on Windows 11 2022-06-15 11:21:03 -07:00
Fedor Indutny
4b8cb9f040 Fix minor UI issues with composer 2022-06-15 10:53:08 -07:00
Fedor Indutny
253e050262 CDSI Support 2022-06-14 18:15:33 -07:00
Scott Nonnenberg
038ec9e05d Introduce new auto-updating staging channel 2022-06-14 15:08:38 -07:00
Scott Nonnenberg
71d6a1d383 Conversation details: Unblock option for groups, update unblock style 2022-06-14 10:09:32 -07:00
Scott Nonnenberg
68f27c1c7c Fix sticker creator in our new typescriptified world 2022-06-13 18:48:07 -07:00
Fedor Indutny
f2af71f8b5 Fix minor UI issues 2022-06-13 16:37:29 -07:00
Scott Nonnenberg
2464e0a9c1 Convert signal.js and preload.js to Typescript 2022-06-13 14:39:35 -07:00
Scott Nonnenberg
e18510e41c Message: If collapsed in group, remove top margin on link previews 2022-06-13 14:29:10 -07:00
Josh Perez
410bc52fd0 Moves group link management actions to redux 2022-06-13 14:42:19 -04:00
Scott Nonnenberg
5c8b4bca7e On send, disable message field before doing anything async 2022-06-13 09:30:14 -07:00
Fedor Indutny
531c208918 Remove title from the Windows titlebar 2022-06-10 12:26:10 -07:00
Fedor Indutny
6aeddb9301 Order unprocessed envelopes by receivedAtCounter 2022-06-10 09:09:21 -07:00
Scott Nonnenberg
924c271b13 Convert js/modules/types/message to Typescript 2022-06-09 18:10:20 -07:00
Fedor Indutny
9975758fde Make sure windows with titlebar have OS class 2022-06-09 09:21:17 -07:00
Fedor Indutny
5634601554 Use patched frameless-titlebar on Windows 2022-06-08 15:00:32 -07:00
Scott Nonnenberg
79c52847cd Fix StickerButton
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2022-06-08 14:40:08 -07:00
Josh Perez
f1b05afe62 Merge signalapp/Signal-Desktop#5904 2022-06-06 22:06:07 -04:00
Vladislav Gorenkin
01efed8ec3 Open first search candidate on pressing "enter" key 2022-06-06 22:05:38 -04:00
Josh Perez
42eb4013d0 Upgrade react and storybook 2022-06-06 17:48:02 -07:00