Commit Graph

536 Commits (main)

Author SHA1 Message Date
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
Oj 7e31a9af6a [Bootstrap] Deep integrate CrashReporterSetup (stub)
2 years ago
Oj 8b36fe9dfd [Splash > Backend] Minor source cleanup for ModuleUpdater handling
2 years ago
Oj 2be7d92879 [Splash > Backend] Minor source tweak
2 years ago
Oj 97e4fcf149 [Utils > Win] Tweak internals
2 years ago
Oj 8bfca99053 [Utils > Win] Make standard win constructor
2 years ago
Oj 376567c97e [Bootstrap] Add uncaughtException handler
2 years ago
Oj f40682c8a9 [Bootstrap] Deep integrate ErrorHandler, also fix uncaught in Splash ThemeSync
2 years ago
Oj 5070e01d4e [Updater > Module] Rewrite bootstrap, remove installPendingUpdates for simplicity
2 years ago
Oj 785bd0a672 [Chore] Revert ErrorHandler changes for debugging
2 years ago
Oj af9cf611cb [Bootstrap] Integrate ErrorHandler
2 years ago
Oj e7d1a6dfac [Chore] Revert
2 years ago
Oj 9a97e2338f [ErrorHandler] fatal: Add log
2 years ago
Oj 1ebdaa0b2b [ErrorHandler] Rewrite (1 export, no handled / init
2 years ago
Oj 2a82ee5a1c [AsarUpdate] Source cleanup / simplify
2 years ago
Oj a4de8557d3 [CI > Test] Fix intentional fail
2 years ago
Oj 0883501c1f [CI > Test] Intentionally fail (all)
2 years ago
Oj 0ca2b26ed0 [CI > Test] Intentionally fail (Win only)
2 years ago
Oj 493c3488eb [CI > Win] Skip restarting for host update (2)
2 years ago
Oj 600bf29c22 [CI > Win] Rewrite quit on success
2 years ago
Oj 2c490bd328 [FirstRun > win32] Fix syntax error
2 years ago
Oj d65d8b7202 [AutoStart > win32] Fix isInstalled error
2 years ago
Oj 31927f5a05 [Updater > v2] Remove debugging for CI
2 years ago
Oj a2221dc526 [CI > Win] Try and fix freeze on run with OA
2 years ago
Oj 79bb6f6c45 [Index] Debugging for CI 2
2 years ago
Oj 690fc2bdb5 [Index] Debugging for CI
2 years ago
Oj 8cb21b97ab [Updater > v2] Debugging for CI
2 years ago
Oj 3740c81b1b [FirstRun > win32] Minor rewrite (part 2)
2 years ago
Oj 4e9c629714 [Registry] Rewrite to be more like old, integrate installProtocol into FirstRun win32
2 years ago
Oj 76f391e7c7 [AutoStart > win32] Minor source cleanup (further)
2 years ago
Oj 8c3d2c35f0 [AutoStart > win32] Minor source cleanup
2 years ago
Oj 2ac0a241fa [HostUpdater > Linux] Major self-rewrite
2 years ago
Oj f8c5c3e0cf [FirstRun > win32] Minor rewrite
2 years ago
Oj bc49d79d8b [AutoStart > Various] Remove excess logs
2 years ago
Oj 031d634ac9 [AsarUpdate] Source cleanup
2 years ago
Oj a8dd97e3cc [GPUSettings] Self-rewrite (again)
2 years ago
Oj fa13c5b2b8 [Bootstrap] Fix not requiring config causing window not to open from MainWindow
2 years ago
Oj 372f4d97b7 [NoTrack] Minor cleanup
2 years ago
Oj 1f4c10d8b1 [NoTrack] Initial Add
2 years ago
Oj 1ab07b45c1 [Splash > Backend] Minor source cleanup
2 years ago
Oj 388736c56c [RequireNative] Reverse find order to check new modules over old for U2
2 years ago
Oj ee70b23cb4 [Splash > Backend] Revert last commit as causing potential issues
2 years ago
Oj 116c3e3e0e [Splash > Backend] Minor source cleanup
2 years ago
Oj 001ca8b49f [Bootstrap] Fix issues from last commit
2 years ago
Oj a74141f34f [Bootstrap] Minor source cleanup, fix MainWindow not injecting after window crash
2 years ago
Oj a1133cd597 [Updater > Module] Tweak host failing to use events instead of internal retry
2 years ago
Oj d817954187 [Splash > Backend] Minor source cleanup (remove v1 timeout checks and unneeded simple listeners)
2 years ago
Oj b067853371 [AutoStart > win32] Minor source cleanup
2 years ago
Oj 133cf280e4 [Various] Deep integrate u2QuickLoad (now forced always on win32) and appUpdater, other minor source cleanup
2 years ago
Oj dc908c54cc [AppSettings] Integrate Settings util within, make settings global to avoid unneeded reuse
2 years ago
Oj 7e9ede7fc8 [Updater > v2] Rewrite RetainAsar to hook into restarting directly in updater to simplify
2 years ago
Oj 4f2a8599f0 [Updater > Module] Rewrite bootstrap to be clean (#32), additional source cleanup
2 years ago
Oj 61d3201843 [Updater > Module] Minor source cleanup
2 years ago
Oj 9bf21e63d1 [Various] Minor general source cleanup
2 years ago
Oj c1b6fc2a97 [Utils > Backoff] Remove as no longer used
2 years ago
Oj 53f2767b28 [Splash > Backend] Minor source cleanup
2 years ago
Oj b20b3a1566 [Splash > Backend] Minor source cleanup further
2 years ago
Oj 516eef9abe [Splash > Backend] Minor source cleanup
2 years ago
Oj b44e934bc7 [Various] Remove init logging
2 years ago
Oj ea1ebe7251 [Updater > Module] Minor source cleanup further
2 years ago
Oj cc02435a0b [Updater > Module] Minor source cleanup
2 years ago
Oj 3de67cf760 [Updater > Module] Retry host update check on error, minor host cleanup
2 years ago
Oj 668235aed9 [Updater > Host] Fail gracefully
2 years ago
Oj 86c17ca29f [Updater > Module] Rewrite to deeply integrate custom unzip instead of yauzl polyfill, other unzip improvements and minor source cleanup
2 years ago
Oj a0e288821e [Splash > Backend] Minor source tweak
2 years ago
Oj 07f2bac29b [Utils > RequireNative] Tweak comments
2 years ago
Oj 2933c40ad6 [Config] Minor source tweak
2 years ago
Oj 19d24b1eb6 [Splash] Move HTML to remote
2 years ago
Oj 6c7f3ee2a9 [Splash > Backend] Fix quickstart on win32 from last commit
2 years ago
Oj 9fd8dc8530 [General] Electron 17 minor rewrite, large logging cleanup
2 years ago
Oj 97ab2297ff [Updater > v2] Minor source cleanup further
2 years ago
Oj b6947d6729 [Updater > v2] Minor source cleanup further
2 years ago
Oj c604370684 [Updater > v2] Minor source cleanup, fix restarting to next host
2 years ago
Oj 8e033ba331 [Updater > v2] Minor source cleanup
2 years ago
Oj b0dd7d01a0 [Bootstrap] Minor source cleanup
2 years ago
Oj 4b7c7430e5 [MainWindow] Rename file
2 years ago
Oj f1e5c62f55 [Bootstrap] Minor source cleanup
2 years ago
Oj cd2136a94e [Paths] Move setting globals and cleanOldVersions into paths itself
2 years ago
Oj 74ec6916a8 [Config] Remove tmp file
2 years ago
Oj a416e66bef [Config] Small cleanup from last commit
2 years ago
Oj c20e652eed [Config] Shorten IPC event names, remove argv filtering on restart as unneeded
2 years ago
Oj 4e18696b43 [Utils > Settings] Major source cleanup
2 years ago
Oj 88f482e017 [AsarUpdate] Minor source cleanup
2 years ago
Oj fad51056a4 [Index] Tweak how log is set globally
2 years ago
Oj e28fc5864b [Index] Move log to index instead of separate utils file
2 years ago
Oj c038e13ccf [AutoStart > Linux] Minor source cleanup
2 years ago
Oj 47a36d8bae [AutoStart > Stub] Minify arg names
2 years ago
Oj a5cf9aa76b [FirstRun > win32] Various minor rewrites
2 years ago
Oj 50907d05e1 [FirstRun] Rename export
2 years ago
Oj 185863400e [Chore] Remerge external commits
2 years ago
Oj 8467b8bd33 [MainWindow] Move themesync init to last to fix erroring half way through inject
2 years ago
Oj 2214be211f [Splash > Backend] Minor source cleanup
2 years ago
Oj ed445f830f [Updater > v2] Fix undefined error
2 years ago
Oj 7530f5c23b [Updater > v2] Partial rewriting (various cleanup and removal of unneeded)
2 years ago
Oj d32d5f2337 [Updater > v2] Minor source cleanup (rewriting)
2 years ago
Oj fe52de3e51 [Updater > v2] Partial rewriting (commiting modules)
2 years ago
Oj af9bec3783 [AsarUpdate] Make generic (support various channels of updates)
2 years ago
Oj 7c11adddc4 [Updater > v2] Cleanup previous partial rewriting
2 years ago
Oj 007b0f4925 [Updater > Module] Further minor source cleanup
2 years ago
Oj 471084c7ec [Updater > Module] Further minor source cleanup
2 years ago
Oj babf473559 [Updater > Module] Further minor source cleanup
2 years ago