Commit graph

1467 commits

Author SHA1 Message Date
Alvaro
10885e5d3f
Moved 'encoding' package from 'devDependencies' back to 'dependencies' 2023-02-14 10:07:00 -07:00
Jordan Rose
03c69bef88
Remove unused dependencies 2023-02-13 18:17:35 -08:00
Fedor Indutny
1f95c2299e
Use ContactRecord.systemNickname 2023-02-13 14:40:11 -08:00
Fedor Indutny
a0b6459307
deps: update better-sqlite3 to 8.4.3 2023-02-10 11:31:28 -08:00
Jamie Kyle
da322b8966 v6.6.0-beta.1 2023-02-09 13:29:29 -08:00
Fedor Indutny
329fe8f393
Periodically optimize FTS table 2023-02-09 13:13:08 -08:00
Fedor Indutny
59d158f968
svgo all svgs 2023-02-08 15:52:58 -08:00
Fedor Indutny
22b4fa4c43
fix flaky mock server test 2023-02-08 09:19:13 -08:00
Fedor Indutny
8ed13b2247
Username hashing 2023-02-08 09:14:59 -08:00
Fedor Indutny
cf24eec576
Use signDlls electron-builder option for Windows 2023-02-07 17:30:00 -08:00
Iñaqui
2db0a40e7b
Get call settings/turn servers after call creation to reduce pre-glare 2023-02-06 09:33:51 -08:00
Scott Nonnenberg
8e4de33d71 v6.5.0-beta.1 2023-02-01 16:59:27 -08:00
Fedor Indutny
7baffecc96
Update electron to 22.2.0 2023-02-01 13:43:13 -08:00
Fedor Indutny
63d6b14516
Split ACI contact when it is unregistered 2023-02-01 13:32:46 -08:00
Scott Nonnenberg
b062409bb3
'Draw attention to this window' option is now defaulted to 'false' 2023-01-31 18:03:44 -08:00
Fedor Indutny
8ac4786040
Update @signalapp/better-sqlite3 to 8.4.1 2023-01-31 14:32:37 -08:00
Fedor Indutny
2637df0c42
Use Signal tokenizer in FTS5 2023-01-26 15:53:22 -08:00
Alvaro Carrasco
10b0ec12a1 v6.4.0-beta.1 2023-01-25 17:37:03 -07:00
Fedor Indutny
ef13eb06fc
Confine message selector cache to component 2023-01-19 11:56:02 -08:00
Fedor Indutny
6ddb12cd99
Fully remove DQS from SQL queries 2023-01-18 17:06:07 -08:00
Fedor Indutny
ac50af52d2
Unsupported OS Dialog 2023-01-18 15:31:10 -08:00
Fedor Indutny
c6e184016b
Log sqlite3 warnings 2023-01-18 14:12:33 -08:00
Fedor Indutny
02aa0c1282
package: update esbuild to 0.17.2 2023-01-18 12:12:19 -08:00
Jamie Kyle
c58a723f45
Add type-alias-readonlydeep rule and make ducks mostly immutable 2023-01-13 12:07:26 -08:00
Josh Perez
9374832ea4
Enables ContextIsolation 2023-01-12 16:24:59 -08:00
Fedor Indutny
19279cfebd
Support esnext in storybook 2023-01-12 12:58:53 -08:00
Scott Nonnenberg
468ca256e6 v6.3.0-beta.1 2023-01-12 12:52:45 -08:00
Fedor Indutny
81e1357723
Display combined group event for PNI -> ACI 2023-01-10 17:20:13 -08:00
Fedor Indutny
9927b132b9
Update @indutny/sneequals to 3.2.0 2023-01-09 14:14:16 -08:00
Jim Gustafson
01eb3b73b4
Update to RingRTC v2.23.0 2023-01-09 10:38:57 -08:00
Jamie Kyle
569b6e14a6
Add new eslint plugin to check for valid i18n keys 2023-01-05 14:43:33 -08:00
Josh Perez
5e6eeecede
Removes Backbone.View and jQuery 2023-01-02 13:34:41 -08:00
Fedor Indutny
41d144bc98
Use @indutny/sneequals for memoization 2022-12-23 12:25:15 -08:00
Fedor Indutny
55a1c5f6c5
Use proxy-compare for message bubbles 2022-12-22 16:32:03 -08:00
Fedor Indutny
ed271d92ea
Add no-misused/floating-promises lint rule 2022-12-21 10:41:48 -08:00
Fedor Indutny
ff3ef0179b
Fixes for electron@22.0.0 2022-12-15 18:03:01 -08:00
Fedor Indutny
47b0ee6135
Update electron to 22.0.0 2022-12-15 13:31:43 -08:00
Alvaro Carrasco
2a4166a836 v6.2.0-beta.1 2022-12-15 13:58:17 -07:00
Fedor Indutny
50d9b6e5e1
Use @signalapp/better-sqlite3 2022-12-14 12:48:36 -08:00
Alvaro
076e3388a3
Excluded a bunch more files from the release 2022-12-14 13:32:07 -07:00
Kishan Bagaria
8456ffb446 remove protos dir from files 2022-12-14 08:12:04 -07: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
Josh Perez
58d53527e0
Do not include mp4box source in builds 2022-12-13 09:09:50 -08:00
Scott Nonnenberg
ee85a97839
A bit of cleanup: eslint and yarn.lock 2022-12-02 15:09:13 -07:00
Fedor Indutny
355dd7306d
Move axe-core to devDependencies 2022-12-02 16:42:51 -05:00
Fedor Indutnyy
6a81b339b8 v6.1.0-beta.1 2022-12-01 12:10:18 -08:00
Fedor Indutny
d818cf0c04
Update electron to 21.3.3 2022-12-01 12:53:43 -07:00
Fedor Indutny
633f5094c3
Use native browser APIs in sticker-creator 2022-12-01 09:52:58 -08:00
Fedor Indutny
9d8ad21819
Remove underscore 2022-11-29 16:53:39 -08:00
Jim Gustafson
2d620c380e
Update to RingRTC v2.22.0 2022-11-28 20:09:08 -08:00
Fedor Indutny
9dfe3cb992
Bump node.js version to match electron 2022-11-23 16:38:47 -05:00
Fedor Indutny
b4b477e44c
Update TypeScript to 4.9.3 2022-11-22 17:46:21 -05:00
Fedor Indutny
29d1c864ab
Update better-sqlite3 to fix Windows builds 2022-11-17 17:03:02 -08:00
Fedor Indutny
98ef4c627a
Update eslint to 8.27.0 2022-11-17 16:45:19 -08:00
Fedor Indutny
0bcc84facb
Update electron to 21.3.0 2022-11-17 10:32:58 -07:00
Fedor Indutny
e33bcd80b7
Update sqlcipher to 4.5.2 2022-11-16 16:28:55 -08:00
Alvaro Carrasco
aff2ee18c2 v6.0.0-beta.1 2022-11-16 17:17:24 -07:00
Fedor Indutny
e6ebfe4fca
Update typescript to 4.8.4 2022-11-14 11:35:37 -08:00
Jim Gustafson
1b901522c2
Update to RingRTC v2.21.5 2022-11-14 10:47:48 -08:00
Fedor Indutny
26d5364570
Update electron to 20.3.4 2022-11-02 15:37:42 -07:00
Jim Gustafson
5f109d76da
Update to RingRTC v2.21.3 2022-10-28 09:42:26 -07:00
Fedor Indutny
7f0a66847b
Remove LegacyCDS 2022-10-26 16:17:14 -07:00
Jordan Rose
e37e3dc82c
Update libsignal-client to v0.21.1 2022-10-21 16:30:05 -07:00
Scott Nonnenberg
4ec48df5b9
Additional work to include story=true on send 2022-10-07 10:02:08 -07:00
Alvaro Carrasco
6700d2f196 v5.63.0-beta.1 2022-10-05 19:44:30 -06:00
Jim Gustafson
9dae967b6e
Update to RingRTC v2.21.2 2022-10-05 15:47:50 -07:00
Fedor Indutny
e20ec013f5
Provide pni registration id in createAccount 2022-10-04 17:50:07 -07:00
Fedor Indutny
b65890b07d
Update to latest pino 2022-10-03 15:53:41 -07:00
Jamie Kyle
6d56f8b8aa
support icu messageformat for translations 2022-10-03 14:19:54 -07:00
Fedor Indutnyy
2e35f56f2c v5.62.0-beta.1 2022-09-28 11:41:08 -07:00
Scott Nonnenberg
5957c111cf
Move to smartling for translation services 2022-09-27 14:01:06 -07:00
Jim Gustafson
b90aee22d1
Update to RingRTC v2.21.1 2022-09-26 13:48:21 -07:00
Josh Perez
190cd9408b v5.61.0-beta.1 2022-09-23 14:46:58 -04:00
Fedor Indutny
59da9c7ae5
Stop using deprecated PniCredential 2022-09-21 09:18:48 -07:00
Fedor Indutny
53e17e8e08
Update to esbuild 0.15.8 2022-09-20 16:52:32 -07:00
Fedor Indutny
f9453c64dd
Test rate-limiting, stories in mock server 2022-09-19 15:08:55 -07:00
Jamie Kyle
bbf4e74239
Init Danger/Endanger with Backbone/package.json versions rules 2022-09-16 11:32:28 -07:00
Scott Nonnenberg
b348bf9b70 v5.60.0-beta.1 2022-09-14 18:16:02 -07:00
Fedor Indutny
e0852abcdc
Update electron to 20.1.4 2022-09-14 16:53:08 -07:00
Fedor Indutny
692c5679f8
Update electron to 20.1.3 2022-09-08 16:39:48 -07:00
Alvaro Carrasco
8d7cbeef64 v5.59.0-beta.1 2022-09-08 17:07:07 -06:00
Fedor Indutny
0715cc6be3
Fix flaky test and add screenshots 2022-09-01 09:35:44 -07:00
Fedor Indutnyy
db155b9752 v5.58.0-beta.1 2022-08-31 16:12:06 -07:00
Fedor Indutny
2b5f0ffc10
Update Inter to 3.19 2022-08-31 12:57:21 -07:00
Jim Gustafson
9e02a57d77
Update to RingRTC v2.21.0 2022-08-31 09:12:28 -07:00
Fedor Indutny
0c13ee896a
Update node to 16.15.0 to match electron 2022-08-29 15:40:57 -07:00
Fedor Indutny
e5f6de946f
Update electron to 20.1.0 2022-08-29 09:28:41 -07:00
Fedor Indutny
b6f9ee94b5
Update libsignal-client to 0.20.0 2022-08-26 15:39:54 -07:00
Fedor Indutnyy
3d7859c46b v5.57.0-beta.1 2022-08-24 14:18:10 -07:00
Josh Perez
0b5d643b9a v5.56.0-beta.1 2022-08-17 19:20:19 -04:00
Fedor Indutny
15714f35ef
Rename remote config flag 2022-08-17 15:06:17 -07:00
Fedor Indutny
260ae89489
Update electron to 19.0.13 2022-08-17 13:59:04 -07:00
Jim Gustafson
9e4a0cfd9a
Update to RingRTC v2.20.14 2022-08-16 17:47:04 -07:00
Fedor Indutny
96c4cc4bcf
Introduce desktop.pnp.storageService flag 2022-08-16 16:58:17 -07:00
Fedor Indutny
1a50545084
Update electron to 19.0.12 2022-08-16 08:54:57 -06:00
Fedor Indutny
00cfd92dd0
Send and receive PniSignatureMessage 2022-08-15 14:53:33 -07:00
Josh Perez
1d0b1d806a
Only accept video/mp4 for story uploads 2022-08-12 16:44:10 -07:00
Fedor Indutnyy
12b1f31d32 v5.55.0-beta.1 2022-08-10 14:47:22 -07:00
Fedor Indutny
6d1a27be5a
Upgrade electron to 19.0.11 2022-08-03 16:47:35 -07:00
Scott Nonnenberg
63ec6904bf v5.54.0-beta.1 2022-08-03 14:39:45 -07:00
Fedor Indutny
b1818b234f
Update mock-server to 2.4.1 2022-08-02 09:32:19 -07:00
Scott Nonnenberg
2b648b79a4
Upgrade to libsignal-client v0.19.2 2022-08-01 18:31:24 -07:00
Jim Gustafson
e8c6f68e3f
Update to RingRTC v2.20.13 2022-08-01 09:02:55 -07:00
Scott Nonnenberg
08b2aeb237
Move back to libsignal-client v0.18.1 2022-07-29 09:17:59 -07:00
Fedor Indutny
79b48115e6 Handle PniChangeNumber 2022-07-28 14:50:10 -04:00
Josh Perez
412f07d2a2 v5.53.0-beta.1 2022-07-28 14:43:49 -04:00
Fedor Indutny
310eedca88
Update electron to 19.0.10 2022-07-27 13:56:18 -07:00
Jim Gustafson
41a7327b1f
Update to RingRTC v2.20.12 2022-07-25 11:57:24 -07:00
Josh Perez
e321e1fea8
Edit distribution lists via story settings menu 2022-07-20 20:07:09 -04:00
Scott Nonnenberg
9986d10947 v5.52.0-beta.1 2022-07-20 16:12:51 -07:00
Josh Perez
ea058371ed
Use casual for mock data 2022-07-20 17:29:09 -04:00
Fedor Indutny
fc10a39cb1
Update frameless-titlebar to 2.3.5 2022-07-18 23:16:47 -07:00
Scott Nonnenberg
535b466b43 v5.51.0-beta.1 2022-07-13 17:38:27 -07:00
Fedor Indutny
a450e13a99
Fetch PNI group credentials 2022-07-08 13:46:25 -07:00
Josh Perez
2105ee13f1 v5.50.0-beta.1 2022-07-08 15:09:00 -04:00
dependabot[bot]
73e466e33f
Upgrade moment to v2.29.4 2022-07-08 10:20:07 -07:00
Jim Gustafson
06a8362541
Update to RingRTC v2.20.11 2022-07-01 10:44:35 -07:00
Josh Perez
7554d8326a v5.49.0-beta.1 2022-06-30 20:47:39 -04:00
Fedor Indutny
9bcc3041cd
Update frameless-titlebar to 2.3.4 2022-06-30 15:43:59 -07:00
Fedor Indutny
fc60a8b13d
Update electron to 19.0.7 2022-06-30 14:29:56 -07:00
Fedor Indutny
d87dceced9
Update frameless-titlebar to 2.3.2 2022-06-30 09:19:16 -07:00
dependabot[bot]
5ecca0d388
Upgrade got to v11.8.5 2022-06-27 11:59:51 -07:00
Josh Perez
c28313bd0c
Adds interaction tests for components 2022-06-24 12:52:48 -04:00
Fedor Indutnyy
a74070f4ed v5.48.0-beta.1 2022-06-23 13:36:56 -07:00
Scott Nonnenberg
82dad0d7f7
Include sticker creator in clean-transpile script 2022-06-23 11:11:36 -07:00
Fedor Indutny
6ad091bfe3
Shift titlebar on Windows 11 2022-06-23 08:40:36 -07:00
Jim Gustafson
606e8fe48e
Update to RingRTC v2.20.10 2022-06-22 17:54:41 -07:00
Scott Nonnenberg
4545eee8f5
Update to RingRTC v2.20.8 2022-06-22 11:59:41 -07:00
Scott Nonnenberg
4cd86f558e
Revert RingRTC back to v2.20.0 2022-06-21 18:05:22 -07:00
Fedor Indutny
8c3657fb0a
Update frameless-titlebar to 2.3.0 2022-06-21 13:41:22 -07:00
Fedor Indutny
f9163f410e
Update electron to 19.0.5 2022-06-20 14:18:42 -07:00
Fedor Indutny
9407654262
Counteract zoom-level changes in custom titlebar 2022-06-20 11:26:31 -07:00
Jim Gustafson
f419e02756
Update to RingRTC v2.20.9 2022-06-17 17:34:46 -07:00
dependabot[bot]
9ac917849e
Upgrade sharp to v0.30.5 2022-06-17 15:33:46 -07:00
dependabot[bot]
17a554a668
Upgrade protobufjs to v6.11.3 2022-06-17 14:46:12 -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
635aab838f
Counteract zoom-level changes in custom titlebar 2022-06-16 16:49:59 -07:00
Josh Perez
603b76c3d9 v5.47.0-beta.1 2022-06-16 13:58:22 -04:00
Scott Nonnenberg
fbf7b939ab
Ensure all components of sticker creator startup are in package 2022-06-14 20:17:12 -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
Fedor Indutny
0b4121528a
Clicking open menu should dismiss it 2022-06-13 16:25:19 -07:00
Scott Nonnenberg
2464e0a9c1
Convert signal.js and preload.js to Typescript 2022-06-13 14:39:35 -07:00
Fedor Indutny
740d8e4c96
Upgrade electron to 19.0.4 (#4206) 2022-06-10 13:50:22 -07:00
Fedor Indutny
5634601554
Use patched frameless-titlebar on Windows 2022-06-08 15:00:32 -07:00
Josh Perez
42eb4013d0
Upgrade react and storybook 2022-06-06 17:48:02 -07:00
Jim Gustafson
bb9a270bfd
Update to RingRTC v2.20.8 2022-06-03 09:32:35 -07:00
Scott Nonnenberg
db523f0684 v5.46.0-beta.1 2022-06-01 15:52:14 -07:00
Fedor Indutny
8426610542
Update electron to 18.3.2 2022-06-01 13:49:17 -07:00
Jim Gustafson
1184756866
Update to RingRTC v2.20.7 2022-05-27 11:21:56 -07:00
Fedor Indutnyy
c3e8db229f v5.45.0-beta.1 2022-05-25 13:48:50 -07:00
Fedor Indutny
9e1528fa24
Update electron to 18.3.0 2022-05-23 17:06:03 -07:00
Fedor Indutny
494287a570
Fix audio indicator svg glitch 2022-05-23 15:00:01 -07:00
Jim Gustafson
3aa958533b
Update to RingRTC v2.20.6 2022-05-23 09:24:24 -07:00
Fedor Indutny
ac59dec5aa
Update electron to 18.2.4 2022-05-18 15:48:15 -07:00
Fedor Indutnyy
4e76259917 v5.44.0-beta.1 2022-05-12 14:12:46 -07:00
Fedor Indutny
e1392a2cca
Update electron to 18.2.2 2022-05-11 14:02:41 -07:00
Fedor Indutny
1b052ad16b
Report process cpu/memory usage in debug log 2022-05-09 18:12:04 -07:00
Jim Gustafson
9817946afc
Update to RingRTC v2.20.5 2022-05-06 10:47:26 -07:00
Josh Perez
fb21285ce3 Merge branch 'main' into pr/5866 2022-05-04 21:28:12 -04:00
Josh Perez
53c2305c4d v5.43.0-beta.1 2022-05-04 21:16:26 -04:00
Scott Nonnenberg
dad4fffb4e
Notarization: Update electron-notarize and start using notarytool 2022-05-03 10:07:16 -07:00
Jim Gustafson
925b89b3a9
Update to RingRTC v2.20.4 2022-04-29 12:58:25 -07:00
Fedor Indutnyy
f80b3b22e8 v5.42.0-beta.1 2022-04-28 12:39:51 -07:00
Dennis Ameling (he/him)
dc66af4331 Update node-gyp to 9.0.0 2022-04-28 21:06:56 +02:00
Fedor Indutny
99de97a099
Update electron to 18.1.0 2022-04-27 14:15:57 -07:00
Jim Gustafson
1809efc31d
Update to RingRTC v2.20.2 2022-04-27 10:41:52 -07:00
Fedor Indutny
5d65e3b36c
Revert update to electron 18.1.0
* Revert "Update electron-builder to 23.0.8"

This reverts commit c8842d94ec.

* Revert "Update to electron@18.1.0"

This reverts commit 5f3a62cbb6.
2022-04-26 18:15:43 -07:00
Fedor Indutny
c8842d94ec
Update electron-builder to 23.0.8 2022-04-25 17:15:10 -07:00
Fedor Indutny
5f3a62cbb6
Update to electron@18.1.0 2022-04-25 13:58:01 -07:00
Fedor Indutny
ed9f54d7d6
Update libsignal-client to 0.16.0 2022-04-21 13:42:20 -07:00
Fedor Indutnyy
7344f480c1 v5.41.0-beta.1 2022-04-21 11:44:03 -07:00
Fedor Indutny
e5ba00b798
Initial GV2 mock tests 2022-04-20 12:35:53 -07:00
Josh Perez
c165bc964a v5.40.0-beta.1 2022-04-15 18:25:56 -04:00
Fedor Indutny
610ebdd1e3
Batch storage item read requests 2022-04-12 17:50:17 -07:00
dependabot[bot]
c82ce8f15f
Upgrade moment to v2.29.2 2022-04-11 11:33:36 -07:00
Fedor Indutny
c3fa6b87fe
Use different commit of better-sqlite3 2022-04-07 17:12:22 -07:00
Fedor Indutny
a15d84aade
Update better-sqlite3 2022-04-07 15:49:23 -07:00
Fedor Indutnyy
09fbfe5421 v5.39.0-beta.1 2022-04-07 12:57:03 -07:00
Fedor Indutny
4c798bf7b8
Update dependencies to support Emoji v14 2022-04-07 14:50:42 -04:00
Jim Gustafson
933c07c9ce
Update to RingRTC v2.20.1 2022-04-06 17:36:09 -07:00
Fedor Indutny
6ddf7b913a
Manually asarUnpack sharp's binaries 2022-04-06 11:24:27 -07:00
Fedor Indutny
b8c1faf086
Staple .zip/.dmg build artifacts on macOS 2022-04-05 16:13:11 -07:00
Fedor Indutny
9568d5792e
Allow adding to a group by phone number 2022-04-04 17:38:22 -07:00
Fedor Indutnyy
b066d04817 v5.38.0-beta.1 2022-03-31 16:31:49 -07:00
Fedor Indutny
a8962c7d20
Update electron to 17.3.1 2022-03-30 11:53:32 -07:00
Fedor Indutny
f7c3a44056
Update electron to 17.3.0 2022-03-29 10:06:42 -07:00
Fedor Indutny
8b36e37d18
Update esbuild to 0.14.28, use es2020 target 2022-03-28 18:47:29 -07:00
Evan Hahn
555b9d8aa1
Upgrade webpack-cli to 4.92 and webpack-dev-server to 4.7.4 2022-03-28 16:18:00 -07:00
Jordan Rose
5a107e1bc3
Update for @signalapp/libsignal-client rename 2022-03-24 14:47:21 -07:00
Fedor Indutny
6d97976179
Update electron to 17.2.0 2022-03-23 16:32:54 -07:00
Scott Nonnenberg
308cef086c v5.37.0-beta.1 2022-03-23 16:27:22 -07:00
Fedor Indutny
2eaacac151
Use --force-long with pbjs 2022-03-23 13:49:27 -07:00
Scott Nonnenberg
bb066d4a84
Reintroduce inline metadata with full RTL support 2022-03-23 13:23:28 -07:00
dependabot[bot]
2b0c291b07
Upgrade node-forge to v1.3.0 2022-03-23 10:14:38 -07:00
Fedor Indutny
110eeb0f63
Ignore node_modules in pprettier glob 2022-03-22 15:08:10 -07:00
Fedor Indutny
356f123092
Use parallel-prettier for lint 2022-03-22 13:45:34 -07:00
Jim Gustafson
5d051ae16a
Update to RingRTC v2.20.0 2022-03-18 11:11:30 -07:00
Evan Hahn
8c7ab7363f
Update author name in package metadata 2022-03-17 14:22:51 -07:00
Fedor Indutny
536dd0c7b0
Update electron to 17.1.2 2022-03-15 14:45:53 -07:00
Fedor Indutny
e51e0d299e
Update esbuild to 0.14.27 2022-03-14 16:58:23 -07:00
Scott Nonnenberg
0e853ec7b7 v5.36.0-beta.1 2022-03-09 15:33:41 -08:00
Fedor Indutny
a72cf075ef
Optimize initial storage service fetch 2022-03-09 10:22:34 -08:00
Fedor Indutny
f8724e91da
Remove useZip for now 2022-03-08 10:16:44 -08:00
Fedor Indutny
3399e0c823
Fix useZip location in package.json 2022-03-08 09:21:37 -08:00
Evan Hahn
224bbe0e8b
Upgrade node-forge to 1.2.1 2022-03-08 09:12:04 -08:00
Fedor Indutny
83afd8683b
Update electron to 17.1.1 2022-03-08 09:11:52 -08:00
Fedor Indutny
16cd115530
Use zip compression for windows installer 2022-03-07 17:28:33 -08:00
Jim Gustafson
dc9d186a2a
Update to RingRTC v2.19.2 2022-03-04 16:36:00 -06:00
Fedor Indutny
688cca1806
Update sqlcipher to 4.5.1 2022-03-04 11:08:36 -08:00
Evan Hahn
88b14e0130
Simplify prettier invocations (yarn format, yarn lint) 2022-03-04 13:00:11 -06:00
Fedor Indutny
c87cb59676
Update electron-builder to 23.0.1 2022-03-03 14:16:44 -08:00
Josh Perez
1eafe79905 v5.35.0-beta.1 2022-03-02 19:47:01 -05:00
Jim Gustafson
637b67d9a5
Update to RingRTC v2.19.0
Co-authored-by: Evan Hahn <evanhahn@signal.org>
2022-03-02 11:28:29 -06:00
Fedor Indutny
e7b4b9015c
Update TypeScript to 4.6.2 2022-03-02 10:55:35 -06:00
Fedor Indutny
19441cd3f3
Optimize number of range requests in updater 2022-03-01 14:44:29 -08:00
Fedor Indutny
524f0cfaea
Update mock server and drop /etc/hosts requirement 2022-02-28 17:46:32 -06:00
Fedor Indutny
0260e61348
Move tsc from yarn generate to yarn lint 2022-02-28 13:28:20 -08:00
Evan Hahn
74ce24db68
Upgrade React and ReactDOM to 16.14.0 2022-02-25 17:59:27 -06:00
Fedor Indutny
1d89ffcc2d
Update mock-server, upload ci logs on failure 2022-02-24 17:21:56 -08:00
Fedor Indutny
c11e9350d5
Notarize in afterSign step instead of afterPack 2022-02-24 12:24:48 -08:00
Fedor Indutny
edcd005f5e
Update electron to 17.1.0 2022-02-24 12:05:04 -08:00
Fedor Indutny
5e113f8975
Run notarization in afterPack script 2022-02-24 11:39:26 -08:00
Fedor Indutnyy
d637985796 v5.34.0-beta.1 2022-02-23 18:09:27 -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
Fedor Indutny
5d035dff86
Drop GV1 records when GV2 records are present 2022-02-22 14:30:59 -08:00
Evan Hahn
811e38b633
Upgrade to Electron 17.0.1 2022-02-18 15:58:49 -06:00
Evan Hahn
37d4776472
v5.33.0-beta.1 2022-02-16 12:34:03 -06:00
Fedor Indutny
6281d52ec6
Storage service tests and benches in ts/test-mock 2022-02-11 14:32:51 -08:00
Fedor Indutny
0174687542
Use esbuild 2022-02-11 13:38:52 -08:00
Evan Hahn
8c85a9d37f
Build both Sass files at once 2022-02-11 11:33:06 -08:00
dependabot[bot]
028b4a4ce8
Upgrade node-fetch to 2.6.7 2022-02-11 11:32:37 -08:00
Evan Hahn
ae3b12bea8
Switch from deprecated node-sass to sass 2022-02-11 10:59:24 -06:00
Scott Nonnenberg
2055aaf776 v5.32.0-beta.1 2022-02-10 14:07:45 -08:00
Evan Hahn
ca540d3047
Update google-libphonenumber to 3.2.27 2022-02-09 09:21:15 -08:00
Evan Hahn
5ce26eb91a
Speaking indicator for group calls
Co-authored-by: Peter Thatcher <peter@signal.org>
Co-authored-by: Jim Gustafson <jim@signal.org>
Co-authored-by: Josh Perez <60019601+josh-signal@users.noreply.github.com>
2022-02-08 12:30:33 -06:00
Fedor Indutny
40983ca73e
Update electron to 16.0.8 2022-02-02 14:18:09 -08:00
Josh Perez
f03cf1ba0e v5.31.0-beta.1 2022-02-02 16:18:21 -05:00
Jim Gustafson
ab9d33cf1a
Update to RingRTC v2.17.2 2022-01-28 13:55:36 -06:00
Fedor Indutnyy
ec04e520ec v5.30.0-beta.1 2022-01-20 15:23:50 -08:00
Evan Hahn
15fbbf0a67
Remove react-docgen-typescript dependency 2022-01-18 12:52:53 -08:00
Jim Gustafson
d8c071dca6
Update to RingRTC v2.17.0 2022-01-15 20:59:01 -06:00
Fedor Indutny
48836d5761
Update @react-spring/web to 9.4.1 2022-01-13 10:31:13 -08:00
Scott Nonnenberg
3448f7da92 v5.29.0-beta.1 2022-01-12 14:52:48 -08:00
Evan Hahn
2324a8230f
Fix test-node warning about empty folder 2022-01-12 12:50:44 -08:00
Fedor Indutny
e5111c4565
Fix flaky test-release test 2022-01-12 11:15:58 -08:00
Fedor Indutny
8f2c663a12
Update electron to 16.0.7 2022-01-11 17:03:21 -08:00
Josh Perez
5a3c9c7332
Use app.getLocale to setup spellchecker locale 2022-01-11 11:05:22 -08:00
Evan Hahn
c8d32f0327
Switch to qrcode-generator library 2022-01-05 09:59:59 -08:00
Evan Hahn
17bee00821 v5.28.0-beta.1 2022-01-05 10:10:13 -06:00
Fedor Indutny
868092ac5f
Drop unused generated protobufjs methods 2022-01-03 19:29:41 -08:00
Fedor Indutny
46ddcc50f9
Update electron to 16.0.6 2022-01-03 17:43:42 -08:00
Fedor Indutny
08764c27dd
Include sharp dlls on windows 2021-12-22 20:51:15 +01:00
Jim Gustafson
c6a4f6ec5c
Update to RingRTC v2.16.1 2021-12-17 22:47:56 +01:00
Fedor Indutny
9e9e5274cf
Fuse electron at build time 2021-12-17 09:50:42 -08:00
Fedor Indutny
afd6f3bc20
Compact universal builds for macOS 2021-12-16 16:11:18 -08:00
Scott Nonnenberg
9d1d219853
Fix yarn dev: add dev:sass and dev:sass-bridge 2021-12-16 14:17:08 -06:00
Evan Hahn
70ae5bb613
Fix Storybook by transforming TypeScript earlier 2021-12-15 19:08:04 +01:00
Fedor Indutny
e57ca66fd0
Update yarn.lock 2021-12-14 17:00:01 -08:00
Evan Hahn
3ec96bde78 v5.27.0-beta.1 2021-12-14 13:01:28 -06:00
Scott Nonnenberg
e74376b997
Remove Grunt in favor of ts/scripts 2021-12-14 10:43:46 -06:00
Evan Hahn
465b387a13
Update TypeScript ESLint dependencies 2021-12-13 17:15:24 -08:00
Fedor Indutny
bbc13d058e
Update electron to 16.0.4 2021-12-09 09:06:04 +01:00
Fedor Indutny
419d1ca176
Fix sticker-creator 2021-12-07 19:46:08 +01:00
Evan Hahn
56a8e79413
Remove Fabric's optional dependencies 2021-12-06 13:58:07 -08:00
Fedor Indutny
3b70f4b0f1
Install cross-platform deps before packaging 2021-12-06 10:05:26 -08:00
Evan Hahn
86937a1734
Upgrade humanize-duration to 3.27.1 2021-12-06 18:18:48 +01:00
Fedor Indutny
874a019227
M1 Support 2021-12-03 23:49:15 +01:00
Jim Gustafson
38cdb9b289
Update to RingRTC v2.16.0 2021-12-03 14:22:58 -06:00
Josh Perez
a0b3464e15 v5.26.0-beta.1 2021-12-02 13:47:33 -05:00
Josh Perez
7affe313f0
Add image editor 2021-11-30 20:14:25 -06:00
Fedor Indutny
7c1ce3366d
Move StandaloneRegistration to React 2021-11-30 09:51:53 -08:00
Fedor Indutny
1ce39478a2
Update signal-client to 0.11.0 2021-11-24 09:39:47 +01:00
Fedor Indutny
bd6ee4b16d
Use strict @electron/fuses 2021-11-23 23:00:44 +01:00
Jim Gustafson
f9ad013e16
Update to RingRTC v2.15.0 2021-11-20 09:47:35 -06:00
Jim Gustafson
b9518ed0c5
Update to RingRTC v2.14.3 2021-11-19 09:17:41 -06:00
Jim Gustafson
4f4431bc30
Update to RingRTC v2.14.2 2021-11-16 21:18:13 -06:00
Fedor Indutnyy
0da0b5fb3a v5.25.0-beta.1 2021-11-16 21:40:54 +01:00
Fedor Indutnyy
4a055d4b95 Update electron to 15.3.2 2021-11-16 09:56:00 +01:00
Scott Nonnenberg
1982d5c8db
Update several dependencies, remove a few as well 2021-11-15 16:49:34 -08:00
Evan Hahn
ede34ecee3
Enable noImplicitOverride TypeScript compiler option 2021-11-12 15:44:20 -08:00
Evan Hahn
4490d9f2d0
Upgrade Reselect to 4.1.2
Co-authored-by: Fedor Indutnyy <indutny@signal.org>
2021-11-12 16:37:44 -06:00
Evan Hahn
5619eeca83
Upgrade Prettier to 2.4.1 2021-11-11 16:43:05 -06:00
Jordan Rose
983713003d
Update to libsignal-client v0.10.1 with zkgroup included 2021-11-11 16:24:28 +01:00
Jim Gustafson
d2592de366
Update to RingRTC v2.14.1 2021-11-10 09:31:10 -06:00
Fedor Indutny
f65c25b7d8
Downgrade sass-loader to 10.2.0 2021-11-09 10:53:37 -06:00
Jim Gustafson
dd342e1f22
Update to RingRTC v2.14.0 2021-11-08 17:44:18 -06:00
Fedor Indutny
409bf1fc82
WebSocket API for CDS 2021-11-08 15:32:31 -08:00
Fedor Indutny
4cb1ea9e5d
Update electron to 15.3.1 2021-11-09 00:09:56 +01:00
Fedor Indutny
519ca05911
Update electron to 15.3.0 2021-11-08 22:43:37 +01:00
Evan Hahn
c822c45310 v5.24.0-beta.1 2021-11-03 15:59:27 -05:00
Fedor Indutny
927c22ef73
Update better-sqlite3 to update sqlcipher 2021-11-02 09:41:52 -07:00
Scott Nonnenberg
3190f95fac
Usernames: Create/update/delete in profile editor 2021-11-01 12:13:35 -07:00
Evan Hahn
4a6b7968c1 v5.23.0-beta.1 2021-10-28 17:50:09 -05:00
Fedor Indutny
33090b5cbd
Bump better-sqlite3 2021-10-27 11:44:37 -07:00
Fedor Indutny
76d8b5e375
Get rid of electron.remote 2021-10-27 10:54:16 -07:00
Josh Perez
3e38a4b761
Downgrade to electron v13.5.0 2021-10-22 20:24:20 -04:00
Fedor Indutnyy
099bafe917 v5.22.0-beta.1 2021-10-21 16:00:55 -07:00
Fedor Indutny
d359048747
Use read stream for fetching debug logs 2021-10-21 15:53:14 -07:00
Jim Gustafson
df06e13041
Update to RingRTC v2.13.6 2021-10-21 16:58:40 -05:00
Fedor Indutny
1b1ed2cd05
Better reporting for DB corruption errors 2021-10-21 13:13:33 -07:00
Josh Perez
3a507349cd
Change electron version to v13.5.1 2021-10-20 19:42:39 -04:00
Jim Gustafson
e6ca3872d1
Update to RingRTC v2.13.5 2021-10-15 13:27:25 -07:00
Josh Perez
354e69689b v5.21.0-beta.1 2021-10-14 21:21:56 -04:00
Josh Perez
d0e8fbd5a6
Animates ModalHost overlay 2021-10-14 09:52:42 -07:00
Scott Nonnenberg
cfc5407d03
Update to Electron 3.5.2 2021-10-14 09:48:53 -07:00
Josh Perez
8220ea4c87
Remove dead css 2021-10-07 16:46:11 -07:00
Evan Hahn
26eabf16a8 v5.20.0-beta.1 2021-10-06 16:58:58 -05:00
Fedor Indutny
1466f9f1b2
Update got/form-data to latest 2021-10-06 09:25:22 -07:00
Josh Perez
fa66ddde0f
Context isolation for the debug log window 2021-10-06 09:16:51 -07:00
Jim Gustafson
65a604bf36
Update to RingRTC v2.13.4 2021-10-05 17:03:11 -07:00
Scott Nonnenberg
48229332ea
Introduce focus traps for ModalHost, add button role to DropZone 2021-10-04 10:14:00 -07:00
Jim Gustafson
adaeb81c32
Update to RingRTC v2.13.3 2021-10-04 09:03:20 -05:00
Scott Nonnenberg
9a1430a460
Typescriptify main.js 2021-10-01 13:49:59 -05:00
Evan Hahn
af510c9096
Upgrade zkgroup to v0.8.2 2021-09-30 11:06:03 -07:00
Fedor Indutnyy
9120266acd v5.19.0-beta.1 2021-09-29 17:16:16 -07:00
Josh Perez
b6cfe0933d
Adds open/close animations to dialogs and modals 2021-09-29 16:59:37 -04:00
Evan Hahn
1303fd009e
Upgrade RingRTC to v2.13.2 2021-09-28 13:16:58 -05:00
Evan Hahn
7b9a68b7f9
Upgrade zkgroup to v0.8.1 2021-09-28 09:30:30 -07:00
Fedor Indutny
daf75190b8
Upgrade @signalapp/signal-client to 0.9.5 2021-09-23 17:06:57 -07:00
Evan Hahn
04a4e6e5ff
Upgrade RingRTC to v2.13.1 2021-09-23 08:49:33 -07:00
Scott Nonnenberg
1913752fa0 v5.18.0-beta.1 2021-09-22 09:02:50 -07:00
Evan Hahn
09d729a780
Support emoji 13.1 2021-09-16 16:25:11 -07:00
Evan Hahn
f9095d372a
Upgrade electron-mocha to v10.1.0 2021-09-16 14:00:52 -07:00
Josh Perez
43685d15c6
Context isolation for About, ScreenShare, Preferences 2021-09-16 11:52:56 -04:00
Jim Gustafson
9ffa29ca0d
Update to RingRTC v2.13.0 2021-09-12 11:58:50 -05:00
Evan Hahn
49434d7a81
Update eslint-plugin-mocha to 9.0.0 2021-09-10 09:22:13 -07:00
Fedor Indutny
a67335272c
Update Electron to 13.3.0 2021-09-09 16:43:00 -05:00
Evan Hahn
82f1920ce2
Support ?? operator in Storybook 2021-09-03 14:39:46 -07:00
Scott Nonnenberg
fb6c43747d v5.17.0-beta.1 2021-09-02 17:45:03 -07:00
Scott Nonnenberg
ee5f276e0c
Update proxy-agent to 5.0.0, move @types/pino to dev dependencies 2021-09-02 17:29:15 -07:00
Scott Nonnenberg
5bf3720d1d
Update to libsignal-client@0.9.0, handle new invalid registration error 2021-09-02 13:44:34 -07:00
Evan Hahn
eed873d4e0
Update RingRTC to v2.12.0 2021-09-01 17:31:43 -05:00
Evan Hahn
9890a51f25
Upgrade @typescript-eslint dependencies to v4.30.0 2021-08-31 09:47:57 -07:00
Scott Nonnenberg
dcf29078f4
ConversationView: Improve types 2021-08-30 14:32:56 -07:00
Fedor Indutny
a43abe628a
Update TypeScript to 4.4.2 2021-08-27 15:21:42 -05:00
Evan Hahn
7d7dce3d16 v5.16.0-beta.1 2021-08-26 16:49:04 -05:00
Evan Hahn
f0c7804929
Upgrade p-queue to v6.6.2 2021-08-23 12:12:05 -05:00
Evan Hahn
79c976668b
Receive rings for group calls 2021-08-20 09:06:15 -07:00
Josh Perez
017a0fa807 v5.15.0-beta.1 2021-08-19 20:53:24 -04:00
Fedor Indutny
19f4bdd337
Update signal-client to 0.8.4 2021-08-18 17:04:40 -07:00
Josh Perez
91af0dad78
Faster preferences window 2021-08-18 13:08:14 -07:00
Evan Hahn
fe12ca936f
Update better-sqlite3 types 2021-08-17 11:17:16 -05:00
Evan Hahn
520a213bf6
Update RingRTC to v2.11.0 2021-08-17 11:16:48 -05:00
Scott Nonnenberg
f96246fecf v5.14.0-beta.1 2021-08-11 16:53:52 -07:00
Josh Perez
9078919545
Transcode heic/heif images 2021-08-09 13:06:21 -07:00
Scott Nonnenberg
7ce89414bf
Support for alpha build channel 2021-08-06 14:21:01 -07:00
Josh Perez
9db8765b6c v5.13.0-beta.1 2021-08-05 20:42:55 -04:00
Fedor Indutny
674ea824c2
Update electron, electron-builder, @electron/fuses 2021-08-04 15:15:38 -07:00
Evan Hahn
402dda0e67
Remove tar dependency\ 2021-08-03 15:20:17 -07:00
dependabot-preview[bot]
7b22428a6f
Bump tar from 4.4.8 to 4.4.15 2021-08-03 16:31:16 -05:00
Evan Hahn
3b476fb60d
Fix tooltip placement bugs by upgrading Popper 2021-08-03 12:04:49 -05:00
Evan Hahn
f33a0db32c
Convert the loading window to TypeScript 2021-08-03 09:28:45 -05:00
Scott Nonnenberg
efe5d86424 v5.12.0-beta.1 2021-07-28 15:06:13 -07:00
Jim Gustafson
eceae64d41
Update to RingRTC v2.10.7 2021-07-27 14:25:54 -05:00
Evan Hahn
dd346f496d
Upgrade @typescript-eslint dependencies to squash warning 2021-07-23 10:13:09 -07:00
Evan Hahn
ceb2f594e3
Upgrade Sinon to v11.1.1 2021-07-22 14:53:49 -05:00
Evan Hahn
6893bbec64 v5.11.0-beta.1 2021-07-20 16:11:46 -05:00
Fedor Indutny
c3bdf3d411
Show lightbox for GIFs 2021-07-14 16:39:52 -07:00
Josh Perez
62ab66c1c8 v5.10.0-beta.1 2021-07-14 18:24:11 -04:00
Fedor Indutny
570fb182d4
Fully move to protobufjs 2021-07-13 11:54:53 -07:00
Josh Perez
ff20c652d2 v5.9.0-beta.1 2021-07-07 19:50:01 -04:00
Evan Hahn
276cfca844
Clean up app/*.js when running clean-transpile 2021-07-07 12:09:49 -07:00
Evan Hahn
3827f05db9
Upgrade to TypeScript v4.3.5 2021-07-07 11:37:55 -05:00
Evan Hahn
f46fbf99df
Upgrade Electron to v13.1.6 2021-07-06 12:29:11 -07:00
Fedor Indutny
299fe2af36
More protobufjs use 2021-07-02 14:21:24 -05:00
Scott Nonnenberg
1032249b82 v5.8.0-beta.1 2021-06-30 15:28:06 -07:00
Fedor Indutny
d11283f0f1
Update RingRTC to v2.10.6 2021-06-29 09:39:53 -05:00
Evan Hahn
7cf7b1fca5
Upgrade zkgroup to v0.7.3 2021-06-28 12:16:55 -07:00
Josh Perez
01eabf9ec6
Option to send photos as high quality 2021-06-25 11:08:16 -05:00
Evan Hahn
dcb5bb6726 v5.7.0-beta.1 2021-06-23 14:22:05 -05:00
Evan Hahn
d0a6bf400c
Format HTML files with Prettier 2021-06-23 11:18:47 -07:00
Evan Hahn
672d060172
Upgrade from Electron v13.1.2 to v13.1.3 2021-06-21 17:49:31 -07:00
Scott Nonnenberg
24960d481e
Move all files under /app to typescript 2021-06-18 10:04:27 -07:00
Josh Perez
7bb6ad534f v5.6.0-beta.1 2021-06-17 17:36:10 -04:00
Fedor Indutny
df0aadc8a4
Update electron to 13.1.2 2021-06-10 13:53:43 -07:00
Scott Nonnenberg
6e88c6aee1 v5.5.0-beta.1 2021-06-09 16:53:57 -07:00
Jim Gustafson
5a3d2f7807
Update to RingRTC v2.10.5 2021-06-09 15:29:19 -07:00
Evan Hahn
a374772dc8
Upgrade Backbone to v1.4.0 2021-06-07 09:43:42 -07:00
Fedor Indutny
6e2d0ff2ae
update electron to 13.1.0 2021-06-04 14:27:06 -07:00
Evan Hahn
d98345f20f
Update RingRTC to v2.10.4 2021-06-03 09:01:07 -07:00
Fedor Indutny
0f4a1d6e28
Update @signalapp/signal-client to 0.8.1 2021-06-02 13:47:25 -07:00
Josh Perez
81227066ce v5.4.0-beta.2 2021-06-01 20:41:07 -04:00
Josh Perez
373ffe4663
Screen sharing improvements 2021-06-01 12:47:55 -07:00
Scott Nonnenberg
ee513a1965
Support for message retry requests 2021-05-28 12:11:19 -07:00
Evan Hahn
05f9224273
Update Babel dependencies to allow import type 2021-05-27 08:44:06 -07:00
Scott Nonnenberg
e6f1ec2b6b
Send support for Sender Key 2021-05-25 15:40:04 -07:00
Scott Nonnenberg
525525fd0c v5.3.0-beta.1 2021-05-20 17:56:32 -07:00
Josh Perez
ceffc2380c Add screensharing behind a feature flag 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
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
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
Josh Perez
984b5e2b44 v5.2.0-beta.1 2021-05-12 20:32:20 -04:00
Scott Nonnenberg
c62b5a900e
Update proxy-agent to v4.0.1 2021-05-10 15:38:39 -07:00
Scott Nonnenberg
efaaafa370
A few small bug fixes 2021-05-10 15:38:18 -07:00
Fedor Indutny
17a051a5b7
Burn fuses only on install to fix Windows CI 2021-05-07 13:59:31 -07:00
Fedor Indutny
2347bb334c
Update Electron to 12.0.7 2021-05-07 15:10:19 -05:00
dependabot-preview[bot]
16034f9358
Upgrade underscore to v1.12.1 2021-05-07 12:04:05 -07:00
Fedor Indutny
dc695732bf
Use fuses to disable ELECTRON_RUN_AS_NODE 2021-05-07 11:04:38 -07:00
Josh Perez
a1e4820cb7
Upgrade to moment@2.29.1 2021-05-07 10:44:41 -05:00
Evan Hahn
cd61d8464d
Upgrade Lodash to latest version, v4.17.21 2021-05-07 09:46:09 -05:00
Evan Hahn
f71f789c94
Upgrade Grunt to v1.4.0 2021-05-06 17:07:11 -05:00
Scott Nonnenberg
504a967be1
Revert "Update to RingRTC v2.9.6" 2021-05-06 16:30:23 -05:00
Fedor Indutny
986d8a66bc
Show challenge when requested by server 2021-05-05 17:09:29 -07:00
Fedor Indutny
03c68da17d
Update to electron 12.0.6 2021-05-05 15:41:32 -07:00
Evan Hahn
736075322c
Render disappearing message timers generically 2021-05-03 16:24:40 -07:00
Jim Gustafson
805eab6878 Update to RingRTC v2.9.6 2021-04-29 14:27:36 -07:00
Evan Hahn
a5a64f354f Upgrade Prettier from v2.1.2 to v2.2.1 2021-04-29 14:27:36 -07:00
Scott Nonnenberg
86d2a4b5dd decrypt/encrypt with libsignal-client, remove libsignal-protocol-javascript 2021-04-29 14:27:35 -07:00
Scott Nonnenberg
dfbbd16e50 v5.1.0-beta.5 2021-04-28 15:30:48 -07:00
Fedor Indutny
863e700325
deps: update better-sqlite3 2021-04-27 12:31:49 -07:00
Fedor Indutny
1ca121aef5 Bundle sql worker with webpack 2021-04-14 14:15:26 -07:00
Evan Hahn
31a777a130 Merge branch 'WhyNotHugo-python3' into next-beta 2021-04-14 14:15:24 -07:00
Evan Hahn
ea6562b7ac Merge branch 'hiqua-no_lower_limit_query' into next-beta 2021-04-14 14:14:57 -07:00
Fedor Indutny
25458be515
upgrade electron-builder to 22.10.5 2021-04-13 18:27:43 -07:00
Fedor Indutny
c6d5d852a9
Upgrade electron to 12.0.3 2021-04-13 16:18:05 -07:00
Josh Perez
ef781af0ce
Updates a11y dev deps 2021-04-13 17:33:24 -04:00
Josh Perez
1c23efb76b v5.0.0-beta.4 2021-04-09 16:46:00 -04:00
Hugo Osvaldo Barrera
207c533de1 Use a node-gyp version which supports Python3
The currently pinned version of `node-gyp` requires Python 2.  Python 2
has reached its EOL a long time ago and is unsupported by upstream.

The requirement on Python 2 is also an unnecessary barrier for new
developers to contribute to Signal.

This changeset updates the required version of node-gyp to one
compatible with Python 3.

`CONTRIBUTING.md` remains unchanged, since this dependency was not
previously mentioned anyway.

Supersedes #4407
Fixes #4783
2021-04-09 22:13:11 +02:00
Evan Hahn
23b3d34eef Upgrade Sharp to v0.28.1 2021-04-09 15:01:25 -04:00
Fedor Indutny
4fd3ed7242 Bundle preload.js 2021-04-09 00:06:14 -04:00
Fedor Indutny
c609389aaf Update to Webpack 5 2021-04-09 00:05:41 -04:00
Fedor Indutny
d599032cef Always run yarn from "scripts" 2021-04-08 23:53:18 -04:00
Fedor Indutny
37c8c1727f Types, better-sqlite3, and worker_threads for our sqlite 2021-04-08 23:53:18 -04:00
Fedor Indutny
3970ae642d Update node to 14.16.0 2021-04-08 23:51:54 -04:00
Fedor Indutny
6e41009d74 Update zkgroup to the latest 2021-04-08 23:51:54 -04:00
Fedor Indutny
5bcf50ede9 Update electron to 12.0.2 2021-04-08 23:51:53 -04:00
Josh Perez
fbaf3ba247 v5.0.0-beta.3 2021-04-08 15:37:53 -04:00
Josh Perez
d6bb8ae35e
Adds axe-storybook-testing 2021-04-06 16:12:33 -04:00
Josh Perez
86cb7c97be v5.0.0-beta.2 2021-04-05 18:40:48 -04:00
Evan Hahn
eb97c1194a Add Zod for runtime and compile-time type checking, use it in logging code 2021-04-05 18:08:50 -04:00
Josh Perez
d77e8804e3 v5.0.0-beta.1 2021-03-30 20:41:37 -04:00
Josh Perez
3324563762 v5.0.0-beta.0 2021-03-19 17:10:26 -04:00
Fedor Indutny
aeab3f8d16 package: clean-transpile should remove tsc cache 2021-03-19 16:57:36 -04:00
Fedor Indutny
1dcbee4e2a Use eslint --cache CLI argument to speed up linting 2021-03-19 16:57:35 -04:00
Fedor Indutny
b93164a8c0 Reduce size of asar file and unpacked asar folder 2021-03-19 16:57:35 -04:00
Evan Hahn
55f0beaa6d Speed up yarn dev TypeScript transpilation 2021-03-19 16:57:35 -04:00
Evan Hahn
e81c18e84c Storybook: allow optional chaining 2021-03-19 16:57:35 -04:00
Josh Perez
d85a43fe93 Replace bunyan with pino 2021-03-19 16:57:35 -04:00
Fedor Indutny
12d7f24d0f New UI for audio playback and global audio player
Introduce new UI and behavior for playing audio attachments in
conversations. Previously, playback stopped unexpectedly during window
resizes and scrolling through the messages due to the row height
recomputation in `react-virtualized`.

With this commit we introduce `<GlobalAudioContext/>` instance that
wraps whole conversation and provides an `<audio/>` element that
doesn't get re-rendered (or destroyed) whenever `react-virtualized`
recomputes messages. The audio players (with a freshly designed UI) now
share this global `<audio/>` instance and manage access to it using
`audioPlayer.owner` state from the redux.

New UI computes on the fly, caches, and displays waveforms for each
audio attachment. Storybook had to be slightly modified to accomodate
testing of Android bubbles by introducing the new knob for
`authorColor`.
2021-03-19 16:57:35 -04:00
Jim Gustafson
5447d0ad69 Update to RingRTC v2.9.4 2021-03-19 16:53:51 -04:00
Jack Lloyd
84dc166b63 Bump to using 0.3.0 release of the libsignal-client library
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2021-03-19 16:53:51 -04:00
Jim Gustafson
79ddd48c28 Update to RingRTC v2.9.3 2021-03-19 16:53:51 -04:00
Evan Hahn
fe187226bb Upgrade protobufjs to 6.10.2 2021-03-19 16:53:51 -04:00
Jordan Rose
011bdd2ae3 Omit unused resources from built package 2021-03-19 16:53:51 -04:00
Quentin Hibon
c2be9e6f3a
Remove Debian dependency libappindicator1
See [#5031][0].

[0]: https://github.com/signalapp/Signal-Desktop/pull/5031
2021-03-19 14:43:23 -05:00
Scott Nonnenberg
db27a36e72 v1.40.1-beta.1 2021-02-22 14:32:42 -08:00