Commit Graph

34 Commits (e8e502e21aa2ab27dfaede3193ad5631989be185)

Author SHA1 Message Date
yougotwill e8e502e21a fix: cleaned up debug release button logging 2 months ago
yougotwill f378118032 fix: try to catch UPDATE_DOWNLOADED event 2 months ago
yougotwill 0b17652867 fix: only call quit and install after update downloaded event
improved some log messages
2 months ago
yougotwill bdcc776431 feat: set autoupdater to allow prereleases and downgrading if we are not on the latest channel
currently only supports alpha
2 months ago
yougotwill 271a094f32 feat: added generateUpdatesFilesForAllChannels to electorn builder config
in the hopes it means it will detect our preleases
2 months ago
yougotwill b7d97ef31d fix: added logging for update download progress and completion
changed some console.error to use logger.error
2 months ago
yougotwill 65f7a93bef feat: getLatestReleaseFromFileServer also returns the current release channel
this allows us to access it on the node side in the auto update
2 months ago
yougotwill 2e6ff217a2 fix: updated semver package to fix prerelease comparison
log version comparison when debugging
2 months ago
yougotwill 33942226e7 fix: make sure to use updater prefix in all appropriate places
makes it easier to debug
2 months ago
Audric Ackermann 7d6953812d
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 7 months ago
Audric Ackermann d1f527d573
fix: fix download session modal duplicate string displayed 8 months ago
Audric Ackermann 7611f07b09
chore: address PR 184 reviews 8 months ago
Ryan Miller a9be08bd4e feat: add localization to the node side of the app 8 months ago
Audric Ackermann 53059135ee fix: tsc does not overwrite workers compiled content 1 year ago
Audric Ackermann df3a188074 fix: address PR reviews 2 years ago
Audric Ackermann 1a18054fae feat: add bump of config hashes for groups when we have admin key 2 years ago
Audric Ackermann ab946e69b1 fix: finish updating dependencies 2 years ago
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 2 years ago
Audric Ackermann 9c0f40473c fix: readd dmg-builder as a resolution instead of root package 2 years ago
Audric Ackermann ae51b0cd96 fix: include auth sogs headers everywhere 3 years ago
Audric Ackermann 542c704b64 feat: add search by contacts to closed group overlay 3 years ago
Audric Ackermann 0dfa3e35cc refactor main_node.js to TS 3 years ago
Audric Ackermann 38774a9344 moved a bunch of node files to typescript 3 years ago
Audric Ackermann 89757a95a6
use readyForUpdates to trigger update from renderer
this is used to only start the updater once the fileserver returned use
the latest release
3 years ago
Audric Ackermann 234e9b160e
Make sure updater do not hit github before checking fileserver 3 years ago
Audric Ackermann f7581cf4eb
increase prettier maxWidth to 100 4 years ago
Audric Ackermann 6e07ee42f5
cleanup network status view and some UI constants 5 years ago
Mikunj a6e54d5c52 Minor fix for auto-updating 5 years ago
Mikunj Varsani 66cec1f51e Review fix. 5 years ago
Mikunj 86b427cc4d Lint 5 years ago
Mikunj d10a8f0a6f Added setting to disable checking for auto updates. 5 years ago
Mikunj 4eef73c0a2 Converted updating into a 2 step process.
First it will ask the user about downloading the new update.
Then it will download the update and ask the user to restart the application.

This was done so that if the company was forced to put out comprimised binaries, all our users won't be automatically updated to them.
5 years ago
Mikunj 8c071b2f11 Fix auto updating on all platforms.
Added instructions for release.
5 years ago
Ryan Tharp 178d788dca Enable auto-updating using electron-updater 5 years ago