Commit Graph
6252 Commits
Author SHA1 Message Date
Josh Perez ceffc2380c Add screensharing behind a feature flag 2021-05-20 17:37:19 -07:00
Evan Hahn 7c7f7ee5a0 Add concat iterable utility 2021-05-20 17:37:19 -07:00
Fedor Indutny 028b4f162b update @signalapp/signal-client to 0.5.2 2021-05-20 17:37:18 -07:00
Evan Hahn d07996e910 Add type to WebAPI error message 2021-05-20 17:37:18 -07:00
Fedor Indutny bc146a54af await goBackToMainProcess in sticker-creator 2021-05-20 17:37:18 -07:00
Scott Nonnenberg be087c3498 Ensure that context is always provided for error logs 2021-05-20 17:37:18 -07:00
Fedor Indutny 7418a5c663 Rename locks to zones 2021-05-20 17:37:18 -07:00
Evan Hahn 8f0731d498 Remove unsupported auto-launch setting on Linux 2021-05-20 17:37:18 -07:00
Scott Nonnenberg 58294eed00 Update strings for fa, fr, hr, and is 2021-05-20 17:37:18 -07:00
Fedor Indutny 1f0119a7ac Reuse global locks, handle empty envelopes 2021-05-20 17:37:17 -07:00
Josh Perez 25f271e61c Always render dialogs in left pane 2021-05-20 17:37:17 -07:00
Evan Hahn f3e207d0b0 Use timestamp instead of full model for tap-to-view age outs 2021-05-20 17:37:17 -07:00
Fedor Indutny 80da8bb47b Display SMS/MMS disclaimer in empty search results 2021-05-20 17:37:17 -07:00
Fedor Indutny d1d53b645d Ensure the app is closed before installing on Windows 2021-05-20 17:37:17 -07:00
Scott Nonnenberg bcaca1ebd5 View Once: Allow for missing sender; only require senderUuid 2021-05-20 17:37:17 -07:00
Evan Hahn 392822372b Iterables: add and use filter 2021-05-20 17:37:17 -07:00
Fedor Indutny 2abc331058 Fix in-memory transactions while accessing sessions 2021-05-20 17:37:10 -07:00
Evan Hahn 6ccf97b5d0 getMessageById query should only select necessary field 2021-05-20 17:37:10 -07:00
Scott Nonnenberg 38f9aef2af On 401 response from Signal server, reconnect websocket 2021-05-20 17:37:09 -07:00
Scott Nonnenberg 4ce4569afb Upgrade a number of sub-dependencies 2021-05-20 17:37:09 -07:00
Fedor Indutny 94d2c56ab9 Introduce in-memory transactions for sessions 2021-05-20 17:37:09 -07:00
Scott Nonnenberg 403b3c5fc6 getSendOptions: Disable sealed sender whenever sending to own account 2021-05-20 17:37:09 -07:00
Josh Perez 215d90fbe8 Always update unreadCount for conversations 2021-05-20 17:37:09 -07:00
Evan Hahn 794d910d4e Remove useless set of message recipients 2021-05-20 17:37:09 -07:00
Fedor Indutny 41a4643380 Use synchronous methods in transactions 2021-05-20 17:37:09 -07:00
Scott NonnenbergandFedor Indutny e6bab06510 Receive support for Sender Key
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2021-05-20 17:37:08 -07:00
Evan Hahn e5f9c0db28 Fix crash when quickly closing debug log window 2021-05-20 17:37:08 -07:00
Scott Nonnenberg 4c249ce5dc Don't reset session if sealed sender wrapper is invalid 2021-05-20 17:37:08 -07:00
Fedor Indutny 8fa5ea6b2b Add outlines for MessageAudio buttons 2021-05-20 17:37:08 -07:00
Fedor Indutny 7fa730531a Improve experience for contacts without signal accounts 2021-05-20 17:37:08 -07:00
Fedor Indutny fe505a7f2f Fix hanging "Clear All Data" on Windows 2021-05-20 17:37:08 -07:00
Fedor Indutny 03eaa9eb3e Apply reactions optimistically 2021-05-20 17:37:08 -07:00
Evan Hahn 18abe93022 Remove many instances of deprecated url.parse 2021-05-20 17:37:07 -07:00
David Sanders 2fc3e4c698 Make window draggable on macOS during device setup
See [#5239][0].

[0]: https://github.com/signalapp/Signal-Desktop/pull/5239
2021-05-20 17:37:07 -07:00
David Sanders de63d9d71f Fix leaking web workers when recording new audio message
See [#5250][0].

[0]: https://github.com/signalapp/Signal-Desktop/pull/5250
2021-05-20 17:37:07 -07:00
David Sanders 95baa3e02e Fix typo in method name
See [#5233][0].

[0]: https://github.com/signalapp/Signal-Desktop/pull/5233
2021-05-20 17:37:07 -07:00
David Sanders 9d3b9e4386 Quote HTML attribute values in template
See [#5240][0].

[0]: https://github.com/signalapp/Signal-Desktop/pull/5240
2021-05-20 17:37:07 -07:00
Evan Hahn a8346c490e Fix inaccurate numbers on group details screen 2021-05-20 17:37:07 -07:00
Josh Perez 984b5e2b44 v5.2.0-beta.1 v5.2.0-beta.1 2021-05-12 20:32:20 -04:00
Josh Perez 03502e47f7 Short circuit if there is no read reaction 2021-05-12 13:40:42 -07:00
Josh Perez cfd95aba13 Updating translation strings 2021-05-12 15:27:45 -04:00
Fedor Indutny b1d49f7b3e Do not compute waveform for a long audio 2021-05-12 12:18:02 -07:00
Evan Hahn 44ecfe4746 Shorten spell check preferences string 2021-05-12 10:38:17 -07:00
Fedor Indutny c466d5bae3 Center tap-to-play GIF text using flex 2021-05-11 15:25:28 -07:00
Jacob Kiesel 75d54e7737 Add launch-on login option
See [#5244][0].

[0]: https://github.com/signalapp/Signal-Desktop/pull/5244
2021-05-11 15:59:21 -05:00
Evan Hahn b41dab2704 Fix "open conversation menu" keyboard shortcut 2021-05-11 13:40:36 -05:00
Fedor Indutny e51260a23f Batch and de-duplicate profile key updates 2021-05-11 13:26:44 -05:00
Fedor Indutny c2a0072fa1 Apply reactions to messages in "Notes to Self" 2021-05-11 10:06:19 -07:00
Evan Hahn 09d7a253af Fix non-default disappearing message timers on group details screen 2021-05-11 12:05:02 -05:00
Josh Perez 24b7790829 One SearchInput to rule them all 2021-05-10 20:50:43 -04:00