Commit graph

58 commits

Author SHA1 Message Date
Oj
906c09289f [Utils > Win] Redo to use only 2 args based on name/type 2022-04-19 23:06:34 +01:00
Oj
97e4fcf149 [Utils > Win] Tweak internals 2022-04-17 22:52:55 +01:00
Oj
8bfca99053 [Utils > Win] Make standard win constructor 2022-04-17 22:46:38 +01:00
Oj
4e9c629714 [Registry] Rewrite to be more like old, integrate installProtocol into FirstRun win32 2022-04-12 18:12:42 +01:00
Oj
388736c56c [RequireNative] Reverse find order to check new modules over old for U2 2022-04-07 16:04:05 +01:00
Oj
133cf280e4 [Various] Deep integrate u2QuickLoad (now forced always on win32) and appUpdater, other minor source cleanup 2022-04-05 13:13:55 +01:00
Oj
dc908c54cc [AppSettings] Integrate Settings util within, make settings global to avoid unneeded reuse 2022-04-05 08:35:57 +01:00
Oj
9bf21e63d1 [Various] Minor general source cleanup 2022-04-04 15:41:49 +01:00
Oj
c1b6fc2a97 [Utils > Backoff] Remove as no longer used 2022-04-04 15:25:18 +01:00
Oj
07f2bac29b [Utils > RequireNative] Tweak comments 2022-04-03 22:17:29 +01:00
Oj
9fd8dc8530 [General] Electron 17 minor rewrite, large logging cleanup 2022-04-02 22:23:19 +01:00
Oj
4e18696b43 [Utils > Settings] Major source cleanup 2022-03-28 08:31:52 +01:00
Oj
e28fc5864b [Index] Move log to index instead of separate utils file 2022-03-28 08:14:13 +01:00
Oj
364d3c564c [Registry] Minor rewrite / code cleanup 2022-03-22 21:01:31 +00:00
Oj
0b4e1f79bc [Registry] Minor source cleanup 2022-03-22 08:46:50 +00:00
Oj
bbaa567c75 [u2QuickLoad] Inline some requires 2022-03-14 09:36:54 +00:00
Oj
7da982b378 [Registry] Fix erroring 2022-03-11 17:32:27 +00:00
Oj
352028a4b2 [u2QuickLoad] Source cleanup 2022-03-11 14:12:43 +00:00
Oj
82c23cf845 [Registry] Move installProtocol to util, minor source cleanup 2022-03-11 12:49:39 +00:00
Oj
c829a9135b [BuildInfo] Inline require 2022-03-11 08:52:18 +00:00
Oj
8260503b42 [Settings] Minor source cleanup 2022-03-11 08:50:59 +00:00
Oj
0c8033616a [u2QuickLoad] Rewrite and rename from u2LoadModulePath 2022-03-10 08:56:34 +00:00
Oj
b3614d035f [Registry] Rewrite to not use internal spawn func, fix using old func name 2022-03-10 08:48:23 +00:00
Oj
1540dfcbbb [Registry] Rename WindowsUtils to Registry, more specialised rewrite 2022-03-10 08:46:09 +00:00
Oj
ee98fe11ae [WindowsUtils] Cleanup source a bit 2022-03-10 08:41:29 +00:00
Oj
7733a3bd1a [WindowsUtils] Source tweaks 2022-03-09 22:29:04 +00:00
Oj
591d49d266 [Settings] Clean up logging 2022-02-14 08:17:02 +00:00
Oj
d807128800 [Backoff] Rewrite to clean up a lot 2022-02-12 11:17:04 +00:00
Oj
75d5cf0915 [RequireNative] Remove and just use require to simplify 2022-02-11 08:43:44 +00:00
Oj
0abad98295 [SecurityUtils] Remove as unneeded 2022-02-11 08:35:04 +00:00
Oj
b611a32f90 [Utils > Security] Rewrite cuom func 2022-01-30 19:59:13 +00:00
Oj
4f7ce2a3d5 [Utils > u2LoadModulePath] Cleanup source 2022-01-29 11:21:05 +00:00
Oj
65058550f2 [Logging] Simplify log func 2022-01-29 11:16:24 +00:00
Oj
91f0784b00 [BuildInfo] Tweak source 2022-01-29 11:15:32 +00:00
Oj
dddd625954 [Argv] Remove lib as unneeded 2022-01-28 20:52:45 +00:00
Oj
48de8a1da6 [SecurityUtils] Rewrite ssoe to simpler one-liner 2022-01-21 12:56:47 +00:00
Oj
37877bd7fb [Utils > Backoff] Fix syntax error 2022-01-21 12:39:00 +00:00
Oj
96da1645b6 [Settings] Make get defaultValue not false 2022-01-19 18:14:56 +00:00
Oj
4280c4ca70 [SecurityUtils] Remove sseoAllowlist option, have rewrite only 2022-01-19 17:49:46 +00:00
Oj
9bb1946e2a [BuildInfo] Simplify code (no vars) 2022-01-19 17:12:54 +00:00
Oj
39b0aa13dc [Utils > argv] Initial Add 2021-12-26 18:04:17 +00:00
Oj
6c0edb9275 [WindowsUtils] Fix variable using const 2021-12-13 14:55:19 +00:00
Oj
e8a5ceedb6 [WindowsUtils] Fix variable misname 2021-12-13 14:51:09 +00:00
Oj
4f5a677599 [Utils > u2LoadModulePath] Add all loading support 2021-12-12 22:45:58 +00:00
Oj
c102cf7669 [Utils > u2LoadModulePath] Fix 2021-12-12 14:51:29 +00:00
Oj
308ba74a18 [Index] Add overlay support and rewrite some new updater code 2021-12-12 14:41:15 +00:00
Oj
41fe1b45ec [SecurityUtils] Self rewrite, also with safer patch plus using non-deprecated API 2021-12-11 22:50:26 +00:00
Oj
a0f7481ad5 [Backoff] Add short explaination of class with comment 2021-12-11 22:15:23 +00:00
Oj
53f389c731 [Backoff] Self rewrite 2021-12-11 22:10:26 +00:00
Oj
f10a49b18a [Settings] Small refactor: add comments, tweak some variable naming 2021-12-11 21:50:23 +00:00