Commit Graph

789 Commits

Author SHA1 Message Date
Jim Gustafson 64c3a6eae0 Update to RingRTC v2.7.0 2020-09-21 15:42:51 -04:00
Sidney Keese 2ade4acd52 Migrate util, types, state, sticker-creator to ESLint 2020-09-21 15:42:51 -04:00
Evan Hahn b4f0f3c685 Upgrade node-fetch to v2.6.1 2020-09-21 15:42:51 -04:00
Peter Thatcher 3c9c581854 RingRTC: Update to v2.6.0 2020-09-21 15:42:50 -04:00
Scott Nonnenberg b19a7675a5 v1.36.1-beta.2 2020-09-10 16:45:09 -07:00
Scott Nonnenberg b2634d1cb9 v1.36.1-beta.1 2020-09-09 19:44:51 -07:00
Ken Powers 8290881bd8 Support for Contact Discovery Service 2020-09-09 17:34:57 -07:00
Evan Hahn 2bedd41e57 Upgrade node-sass to v4.14.1 2020-09-04 11:35:42 -04:00
Jim Gustafson 315be542b8 Update to RingRTC v2.5.2 2020-09-04 09:38:08 -04:00
Josh Perez 5e0412042a v1.35.1-beta.3 2020-09-01 17:12:00 -04:00
Chris Svenningsen 5b1536cc02 Initial move towards new ESLint config supporting TS
Co-authored-by: Sidney Keese <sidney@carbonfive.com>
2020-09-01 17:11:16 -04:00
Josh Perez 8d1354d14e 1.35.1-beta.2 2020-08-28 15:46:01 -04:00
Evan Hahn de7a69dee9 Improve parsing of sgnl:// hrefs 2020-08-28 15:42:25 -04:00
Jim Gustafson 90bf0f4eea Update to RingRTC v2.5.1
Co-authored-by: Vladimir Skuratovich <vlad@signal.org>
2020-08-28 15:42:25 -04:00
Chris Svenningsen e9cf5ba67c Remove react-styleguidist
Co-authored-by: Sidney Keese <sidney@carbonfive.com>
2020-08-28 15:42:25 -04:00
Josh Perez 8ab1013f70 Calling: Device Selection 2020-08-28 15:42:25 -04:00
Evan Hahn 098bab2d5e Update to Lodash v4.17.20 2020-08-28 15:42:24 -04:00
Scott Nonnenberg 724a627dd3 v1.35.1-beta.1 2020-08-13 16:44:21 -07:00
Josh Perez 4169c120fc Ensure all native modules exist outside of asar 2020-08-12 18:30:47 -07:00
Evan Hahn b32445cd20 Upgrade node-fetch to latest version, v2.6.0 2020-08-11 14:23:37 -07:00
Jim Gustafson 1227a51c99 Update to RingRTC v2.4.2 2020-08-05 14:35:42 -07:00
Jim Gustafson 7eb5c922a7 Update to RingRTC v2.4.1 2020-07-30 13:27:44 -07:00
Jim Gustafson 2f015863ca Upgrade to RingRTC v2.4.0 2020-07-30 13:27:44 -07:00
Scott Nonnenberg 901179440f Merge contacts when we discover split or duplicated contacts 2020-07-30 13:17:45 -07:00
Jim Gustafson 12745a2c79 Update to RingRTC v2.3.1 2020-07-30 13:10:05 -07:00
Jim Gustafson 870a0d2b65 Support RingRTC message sending queue 2020-07-30 13:10:05 -07:00
Peter Thatcher d3a27a6442 Calling support 2020-07-30 13:08:47 -07:00
Ken Powers 83574eb067 Message Requests 2020-07-30 13:08:44 -07:00
Scott Nonnenberg 4d4b7a26a5 v1.34.5-beta.1 2020-07-30 11:15:03 -07:00
Scott Nonnenberg bffbc1e5cf Readme update; fix package.json scripts for Windows 2020-07-27 14:39:19 -07:00
Josh Perez 1ad2b175dc Delete right away if we already have the message 2020-07-27 14:39:19 -07:00
Scott Nonnenberg a36cc3283c v1.34.4-beta.1 2020-07-13 16:19:06 -07:00
Scott Nonnenberg f1182fa609 Update to Electron 8.3.4 2020-07-13 16:06:24 -07:00
Scott Nonnenberg 4a83adfad6 v1.34.3-beta.1 2020-06-24 18:47:05 -07:00
Scott Nonnenberg 419f219f91 v1.34.2-beta.1 2020-06-10 14:51:40 -07:00
Scott Nonnenberg ebafc52f61 Update zkgroup dependency to 0.7.1 2020-05-15 17:01:14 -07:00
Scott Nonnenberg 345301b548 v1.34.0-beta.3 2020-05-13 13:16:50 -07:00
Josh Perez 4678f076eb Custom zip script for macOS update package 2020-05-13 11:44:24 -07:00
Scott Nonnenberg 4811b5fd4d v1.34.0-beta.2 2020-05-05 14:41:50 -07:00
Scott Nonnenberg 721401bbeb Introduce snyk, update dependencies 2020-05-05 14:18:46 -07:00
Scott Nonnenberg 7b358f1111 Update Electron to 8.2.5 2020-05-01 13:28:32 -04:00
Scott Nonnenberg 5cfcedb549 Update dependencies 2020-04-29 17:42:41 -07:00
Scott Nonnenberg 40e46d7ca4 v1.34.0-beta.1 2020-04-15 17:37:56 -07:00
Oskar Nyberg 8cda95c437 Prevent electron-builder from adding native modules to asar on macOS (#4169)
Having native node modules packaged into the asar archive results in
them being unpacked and executed by electron when required by the app.
When macOS executes the unpacked native modules, it first sends requests
to Apple, and when the response is received or when the request times
out the module is loaded.
2020-04-15 17:16:46 -07:00
Scott Nonnenberg c1dfe3e5b4 Adds support for versioned profiles
* Add zkgroup library

* tsconfig.json: Prettier wants to mess it up. :0(

* Initial take on versioned profile fetches

* Fix up the logging in getProfiles() - warn instead of error

* Introduce new VERSIONED_PROFILE_FETCH flag

* Update zkgroup dependency to v0.5.0

* Fix lint-deps - new zkgroup library brought in new debug dep

* ts/zkgroup: Introduce some commonly-used helper functions

* Update to latest serverPublicParams

* Don't derive profileKeyVersion unless flag is set
2020-04-15 16:12:28 -07:00
Scott Nonnenberg 5f0c07eec2 Updates to Electron 8.2.2 2020-04-15 15:54:03 -07:00
Scott Nonnenberg 9ab54b9b83 Move web_api.js and js/modules/crypto.js to TypeScript 2020-04-15 14:44:51 -07:00
Josh Perez a12ac2aa37 Upgrade small logo icons 2020-04-15 10:25:20 -07:00
Scott Nonnenberg 16880cc672 v1.33.0-beta.5 2020-04-06 18:11:13 -07:00
Scott Nonnenberg f1fbd92369 Update to Electron 8.2.1 2020-04-06 18:06:54 -07:00