Commit Graph

536 Commits (main)

Author SHA1 Message Date
CanadaHonk 73fcc84e25 config: tweak preload
2 years ago
CanadaHonk e087078400
[Chore] Clean PR
2 years ago
Julian Pettersen 4606f93e52
Logic for opening settings.json (#77)
2 years ago
CanadaHonk 6f7505fb91
[Init] Don't die on QS globalPaths fail on Win
2 years ago
Oj c6f2f5eb78 [NoTrack] Possible fix
2 years ago
Oj e3cfc8dcdc [NoTrack] Disable console setting (temp)
2 years ago
Oj 936ee08616 [NoTrack] Revert last
2 years ago
Oj 967229fea8 [NoTrack] Fallback/more disabling of Sentry in inject
2 years ago
Oj 0018c52257 [NoTrack] Disable Sentry in main window inject instead of JS intercepting
2 years ago
Oj c3b020f0f1 [Updater > v2] Catch errors in RetainAsar incase it fails for some reason
2 years ago
Oj b089e48bd7 [Paths] Remove cleanOldVersions whilst unused
2 years ago
Oj 3585c7a1db [Paths] Disable cleanOldVersions (for now)
2 years ago
Oj 605c1b89dc [Splash > Backend] Fix passing details to host update UI
2 years ago
Oj cca324c536 [AutoStart > Linux] Fix system electron icon path
2 years ago
Oj 6748897e46 [AppSettings] Remove excess code from last commit
2 years ago
Oj 716dbce22b [AppSettings] Fix overwriting meantime edits after closing
2 years ago
Oj c9c3b5ecff [MainWindow] Don't ThemeSync if default light theme
2 years ago
Oj 7688667bac [Bootstrap] Null-check argv
2 years ago
Oj ed731b6153 [MainWindow] Don't replace channel as unused
2 years ago
Oj 029123e0ac [MainWindow] Make version injection more generic
2 years ago
Oj ec4c8921ae [WinFirst] Fix still using require with new Reg
2 years ago
Oj 535214b25a [Registry] Remove util file, turn into one line func
2 years ago
Oj 4a4c6e2e3a [Registry] Rewrite to just have spawn export, rewrite various internals to use new
2 years ago
Oj fe66b3133d [Poly > Mkdirp] Remove
2 years ago
Oj d16402e064 [AutoStart > Linux] Minor source cleanup
2 years ago
Oj 64a1b325fb [Updater > Module] Minor source cleanup
2 years ago
Oj 95fb31ffd6 [Updater > Module] Rewrite checking as async with host + modules in parallel
2 years ago
Oj 72a9b09eae [Splash > Backend] Minor cleanup for Module Updater interfacing
2 years ago
Oj f7325d6e35 [AutoStart] Use index to fix PC support
2 years ago
Oj 234545f1ce [AutoStart] Remove index and name files platform-specific
2 years ago
Oj 91a752c6e6 [WinFirst] Fix broken require path
2 years ago
Oj 43ec96e073 [WinFirst] Restructure FirstRun as just WinFirst
2 years ago
Oj a5f2630725 [AsarUpdate] Remove / comment unneeded imports
2 years ago
Oj 70482376ad [Registry] Rewrite spawn
2 years ago
Oj b8d8d81405 [Index] Tweak log
2 years ago
Oj e7761a6b43 [Utils > Win] Remove duplicate BW prop
2 years ago
Oj 88b45998a5 [AsarUpdate] Comment out hashing as unused
2 years ago
Oj 2e4b8e2bc9 [AsarUpdate] Minor source cleanup, remove updatePrompt
2 years ago
Oj 9ed1b0b01b [Updater > Module] Minor source cleanup
2 years ago
Oj 71ce4fe018 [Updater > Module] Minor source cleanup
2 years ago
Oj d5d55b54ca [Updater > Module] Install: Fix reporting success with error
2 years ago
Oj d2a4b13284 [Splash > Backend] Minor source cleanup
2 years ago
Oj ed73901be0 [Updater > Module] Install: Rewrite progress parsing
2 years ago
Oj ab34f5386a [Chore] Remove newline at end of file for Bootstrap
2 years ago
Oj 91b46c56cf [Updater > Module] Fix missing function in Linux Host, minor source cleanup
2 years ago
Oj 2ccabfda58 [Updater > Module] Cleanup: Simplify host downloaded by just restarting internally
2 years ago
Oj 52a3fa5e86 [Splash > Backend] Minor source cleanup
2 years ago
Oj 979044bb16 [Updater > Module] Minor source cleanup
2 years ago
Oj e256e8fea1 [Updater > Module] Minor source cleanup
2 years ago
Oj f4c097e086 [Splash > Backend] Rewrite state handling to use function args
2 years ago
Oj e9a794565a [Updater > Module] Fix using old event name not starting with no updates
2 years ago
Oj e4990cd3ad [Updater > Module] More renaming of some general events
2 years ago
Oj 25ff7efdc0 [Updater > Module] Remove checking already checks
2 years ago
Oj e5747f4ab7 [Updater > Module] Host updater tweaks
2 years ago
Oj 159aad3a66 [Updater > Module] Redo host downloading with newer events
2 years ago
Oj 2735539b2c [Updater > Module] Deep integrate HostUpdater
2 years ago
Oj 933377e49d [AutoStart > Linux] Minor source cleanup
2 years ago
Oj b51d358492 [Registry] Minor source cleanup
2 years ago
Oj b8f6784911 [AppSettings] Fix erroring with stripped builds
2 years ago
Oj 407add2ad6 [Updater > Module] Rewrite quitAndInstallUpdates to just use hostUpdater
2 years ago
Oj 3286a441ba [Updater > Host > Linux] Minor source cleanup
2 years ago
Oj 864df199ac [AppSettings] Minor source cleanup
2 years ago
Oj 06b35cbc1d [RequireNative] Remove trailing LN
2 years ago
Oj 6ae3c0f284 [CmdSwitches] Add undefined cmd check
2 years ago
Oj f0f2d08f2c [CmdSwitches] Rewrite cmd parsing to be simpler
2 years ago
Oj 513d004ce5 [Constants] Human name: use trim instead of query
2 years ago
Oj e56ce23966 [Constants] Make company use product name var
2 years ago
Oj 1827f4a783 [Constants] Modularize via product and domain vars
2 years ago
Oj 72842faf85 [Bootstrap] Minor source cleanup
2 years ago
Oj 86b3f0992e [Bootstrap] Add --url support (for protocol)
2 years ago
Oj f34d8b8a76 [FirstRun > win32] Minor source cleanup
2 years ago
Oj f09208979a [Splash] Add manual host update UI support
2 years ago
Oj fd6274bb95 [Constants] Pre-minify init vars
2 years ago
Oj 99f146ea86 [Bootstrap] Reorder inits
2 years ago
Oj 25b84f4837 [Constants] Remove BuildInfo require as global anyway
2 years ago
Oj f599d1bd1d [Bootstrap] Remove dialog from ErrorHandler as largely unused/needed
2 years ago
Oj e06e1abda8 [Bootstrap] Only inject in main windows
2 years ago
Oj c20233e008 [Config] Minor source cleanup
2 years ago
Oj 3df9df98da [Utils > Win] Fix broken ThemeSync
2 years ago
Oj e7a3a61a73 [Bootstrap] Fix random JS injection issues because Electron
2 years ago
Oj c3d6eced6c [JsInject] Initial Add
2 years ago
Oj fde1aac7d4 [Bootstrap] Deep integrate NoTrack
2 years ago
Oj 98cad6fcc3 [Splash > Backend] Minor source cleanup
2 years ago
Oj 042e495b7b [Updater > Module] Minor rewrite to integrate -progress events to not be separate
2 years ago
Oj d3fe05b22e [Updater > Module] Replace Updater > Request with just Request integration
2 years ago
Oj bce146927d [Updater > Module] Minor source cleanup
2 years ago
Oj 904f51fb28 [Updater > Module] Defer discord_voice install into MainWindow
2 years ago
Oj 3935af3bdc [Updater > Module] Fix host skipping freezing client
2 years ago
Oj fada0d6b66 [Updater > Module] Minor source cleanup
2 years ago
Oj 0f77ba7aea [Updater > Module] Rewrite bootstrap to not use manifest and core set of 3 modules instead
2 years ago
Oj 2a44022608 [Splash > Backend] Rewrite update init decision
2 years ago
Oj cc8be0a36d [Splash > Backend] Rewrite fail scheduling
2 years ago
Oj 18e13e0b1a [Splash > Backend] Fix broken code being included
2 years ago
Oj ccbb3fbb62 [Updater > Module] Simplify logging, tweak events
2 years ago
Oj d0562f856e [Splash > Backend] Minor source cleanup/rewrite for ModuleUpdater
2 years ago
Oj 88ec90f3d7 [Chore] Revert test revert
2 years ago
Oj f513ff65d6 [Chore] Revert last commit for testing
2 years ago
Oj da5c2d961b [Updater > Module] Don't include unneeded things for emitted events
2 years ago
Oj 906c09289f [Utils > Win] Redo to use only 2 args based on name/type
2 years ago
Oj 6ad72b7172 [Bootstrap] Deep integrate GPUSettings (new stub only)
2 years ago