Thanh Le
0b3bb85ee2
Update NavSidebar.scss to use z-index from _variables.scss
...
Previously, NavSidebar used a magic number for z-index. This commit changed this z-index to use $z-index-above-base from _variables.scss.
Fixes #6633 where contextmenu--visible (part of ConversationPanel) is hidden behind NavSidebar.
2023-12-06 13:18:48 -08:00
trevor-signal
d5e2cd5120
Update node-gyp
2023-12-06 15:43:37 -05:00
Alex Konradi
cc76156770
Update libsignal to 0.36.0
2023-12-06 19:54:03 +01:00
trevor-signal
c3261493e5
Fix macOS CI build
2023-12-06 18:37:47 +01:00
trevor-signal
feff619a38
Generate compressed thumbnail for images and videos
2023-12-06 12:27:05 -05:00
Fedor Indutny
f152dcccc3
Fix handling of trailing '/' in captcha urls
2023-12-05 16:35:38 -08:00
trevor-signal
e41973c238
Reduce mock test flake on CI
2023-12-05 14:33:10 -08:00
ayumi-signal
62040e5c1a
Fix calling container top for custom titlebar
2023-12-05 11:47:01 -08:00
Fedor Indutnyy
7a3d9f6867
Merge https://github.com/signalapp/Signal-Desktop/pull/6696
2023-12-05 11:13:08 -08:00
Scott Nonnenberg
908330d086
A couple tweaks to the new template
2023-12-04 17:30:49 -08:00
Scott Nonnenberg
c59ae342fc
Show window on click of incoming group call notification
2023-12-04 16:52:44 -08:00
Scott Nonnenberg
da2f58c535
Merge signalapp/Signal-Desktop#6311
2023-12-04 16:47:42 -08:00
ayumi-signal
d2389c0959
Fix audio message scrubbing
2023-12-04 16:32:35 -08:00
Scott Nonnenberg
6766477abc
Merge signalapp/Signal-Desktop#6479
2023-12-04 15:04:33 -08:00
Fedor Indutny
5ee24bf279
Fix one more updater bug on macos
2023-12-04 22:57:08 +01:00
Scott Nonnenberg
ad85b17c2a
Merge signalapp/Signal-Desktop#6689
2023-12-04 13:05:38 -08:00
Fedor Indutny
de172b5aa1
Bump minOSVersion for macOS
2023-12-04 15:57:02 -05:00
Fedor Indutny
572eecc322
Use feed.json with macos updater
2023-12-04 12:56:34 -08:00
trevor-signal
155213b57f
Add additional logging on before-quit event
2023-12-04 15:53:54 -05:00
Fedor Indutny
3ea7fe6226
Provide file url to autoUpdater on macos
2023-12-04 20:11:17 +01:00
Fedor Indutny
a81833d3ed
Use signal_tokenizer for search query
2023-12-04 18:38:40 +01:00
Artem Varaksa
f757ca1cea
Default to staging SFU for non-production builds.
2023-12-02 16:53:20 +03:00
ayumi-signal
cc15d630a7
Fix replies to videos showing as quote photos
2023-12-01 17:02:46 -08:00
Jim Gustafson
1718730e70
Update to RingRTC v2.34.5
2023-12-01 15:34:04 -08:00
trevor-signal
582a56f52d
Prevent (some) CI flakes
2023-12-01 14:16:19 -08:00
Scott Nonnenberg
b879352096
v6.43.0-alpha.1
2023-11-30 13:23:22 -08:00
Scott Nonnenberg
567d2ab561
Remove some obsolete strings
2023-11-30 13:22:17 -08:00
Scott Nonnenberg
25601a76f4
Update strings
2023-11-30 13:22:07 -08:00
Scott Nonnenberg
7753b164f3
Add release notes for 6.41
2023-11-30 13:22:01 -08:00
Fedor Indutny
42a0c1d931
Revert "Provide file url to autoUpdater on macos"
2023-11-30 11:24:48 -08:00
Fedor Indutny
e14839dbc7
Revert --null-defaults flag for pbjs
2023-11-29 22:48:43 +01:00
Scott Nonnenberg
c3a4a0bb31
sendSyncMessage: Check timestamp, don't check sent status
2023-11-28 16:37:34 -08:00
Fedor Indutny
09ec45a125
Provide file url to autoUpdater on macos
2023-11-28 16:35:41 -08:00
ayumi-signal
55d6d8c417
Update CONTRIBUTING.md windows VS version
2023-11-28 16:34:03 -08:00
Jamie Kyle
385137068f
Fix conversation unread count overwritten
2023-11-28 14:53:43 -08:00
Jamie Kyle
4fc46c40d4
Remove call back/again buttons on pending call
2023-11-28 10:05:52 -05:00
Jamie Kyle
88f004ac81
Handle invalid args in signal routes
2023-11-27 15:50:23 -08:00
Fedor Indutny
ceb1564e6b
Update electron to 27.1.2
2023-11-27 15:44:53 -08:00
trevor-signal
bb6e011488
Disable draggable regions when context menu is open
2023-11-27 15:13:28 -08:00
Jamie Kyle
135529d350
Fix audio waveform displaying RTL
2023-11-28 00:05:50 +01:00
Jamie Kyle
55dca745c7
Fix calls tab clearing clicking on old calls
2023-11-27 14:07:13 -08:00
Wes Appler
11082a3507
Linting fixes
2023-11-26 18:52:47 -05:00
Wes Appler
842566a34f
Always allow 'Note To Self' deletions regardless of time
2023-11-26 17:22:56 -05:00
Mahdi Nazemi
b916bb6ee9
Change the highest priority Persian font to Vazirmatn
2023-11-25 14:36:59 -08:00
trevor-signal
c3248be854
Simplify sqlJoin required arguments
2023-11-22 14:48:53 -08:00
trevor-signal
e87873c929
Fix bug in deleting multiple members from a story distribution list
2023-11-22 19:19:57 +01:00
ayumi-signal
5815a37e3a
Fix ConversationPanel push/pop for RTL
2023-11-22 11:20:39 -05:00
ayumi-signal
cea5685aad
Fix NavSidebar resize for RTL languages
...
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2023-11-21 13:09:59 -08:00
Scott Nonnenberg
7a182636d2
EmojiPicker: Don't send on enter, just add emoji to draft message
2023-11-21 20:15:39 +01:00
trevor-signal
3c12a0aad0
Disambiguate between types of receipts when stored in the same map
2023-11-20 13:25:49 -08:00