Fedor Indutny
28adb58c69
electron@22.3.3, esbuild@0.17.11, typescript@5.0.2
2023-03-20 12:58:07 -07:00
Fedor Indutny
9015837b2e
Remove typeface-inter from dependencies
2023-03-20 09:50:31 -07:00
dependabot[bot]
a779542d10
Bump webpack from 5.30.0 to 5.76.0
2023-03-16 17:35:57 -07:00
Fedor Indutny
f84b6a31dc
Remove Sticker Creator in favor of Web App
2023-03-15 17:59:30 -07:00
Fedor Indutny
51c2029b5c
Better logging for hanging benchmarks
2023-03-13 16:41:47 -07:00
Fedor Indutny
adf2957537
NSIS should fail installation on Windows < 7
2023-03-13 14:10:35 -07:00
Jim Gustafson
b531055aae
Update to RingRTC v2.25.2
2023-03-10 15:40:49 -08:00
Jamie Kyle
03697f66e7
Avoid recreating small images where possible + bump libheif-js
2023-03-03 12:08:24 -08:00
Jim Gustafson
417937f2a0
Update to RingRTC v2.25.1
2023-03-02 17:24:18 -08:00
dependabot[bot]
746e0a1721
Upgrade http-cache-semantics to v4.1.1
2023-03-02 14:18:57 -08:00
Alvaro
a316c5d9d7
Updated prettier version to 2.8.0
2023-02-23 10:38:09 -08:00
Jim Gustafson
ea642d99cd
Update to RingRTC v2.25.0
2023-02-17 19:25:24 -08: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
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
Iñaqui
2db0a40e7b
Get call settings/turn servers after call creation to reduce pre-glare
2023-02-06 09:33:51 -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
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
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
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
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
Fedor Indutny
50d9b6e5e1
Use @signalapp/better-sqlite3
2022-12-14 12:48:36 -08: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
dependabot[bot]
2b1f388172
Upgrade express to v4.18.2
2022-12-12 14:19:38 -08:00
dependabot[bot]
e24f2cbbfd
Update to decode-uri-component v0.2.2
2022-12-12 14: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
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