Commit Graph

4075 Commits

Author SHA1 Message Date
Timothy Baldridge
b43c2fbfb0 Add manual downloader and supporting code 2022-02-27 14:31:13 -07:00
Timothy Baldridge
97c14f6a7a
Merge pull request #1869 from wabbajack-tools/beth-net-redux
Beth net redux
2022-02-12 06:59:42 -07:00
Timothy Baldridge
e174510a34 Add note about where I got the source from 2022-02-11 22:57:49 -07:00
Timothy Baldridge
379337d0b6 BTar files are integrated into the extractor code 2022-02-11 17:47:02 -07:00
Timothy Baldridge
30b29d890d Can download Bethesda.NET CC files 2022-02-11 16:40:38 -07:00
Timothy Baldridge
b923cac804 Start to implement downloading 2022-02-11 07:03:16 -07:00
Timothy Baldridge
442fd646fe Implement bethesda downloader, and depot handling 2022-02-10 22:05:51 -07:00
Timothy Baldridge
9288d05c2b Fix the schema 2022-02-10 20:38:27 -07:00
Timothy Baldridge
5e1e0ec527 Can login to Bethesda.Net and get CC data 2022-02-10 16:57:44 -07:00
Timothy Baldridge
45625e3d27 Undo uprgade to fix the build 2022-02-09 19:37:46 -07:00
Timothy Baldridge
538235468d back off the delay a bit 2022-02-09 11:41:11 -07:00
Timothy Baldridge
6150764da8 Make it an exception again 2022-02-09 11:38:11 -07:00
Timothy Baldridge
76ba2819a1 Forgot to include a service 2022-02-09 11:30:55 -07:00
Timothy Baldridge
927f20401f Re-implement tar log 2022-02-09 11:24:31 -07:00
Timothy Baldridge
9fd2542e77
Merge pull request #1867 from wabbajack-tools/all-logins
Add LoversLab and VectorPlexus logins
2022-02-08 22:58:54 -07:00
Timothy Baldridge
6ab6fb3995 Add LoversLab and VectorPlexus logins 2022-02-08 22:40:46 -07:00
Timothy Baldridge
faac11d715
Merge pull request #1865 from wabbajack-tools/update-deps
Update all deps
2022-02-08 21:48:28 -07:00
Timothy Baldridge
80c0490aeb Update all deps 2022-02-08 21:09:44 -07:00
Timothy Baldridge
59525f119b
Merge pull request #1859 from wabbajack-tools/streaming-modlists
Add support for chunked access to modlist data
2022-02-05 09:13:01 -07:00
Timothy Baldridge
a49cad012f Add support for chunked access to modlist data 2022-02-05 08:47:15 -07:00
Timothy Baldridge
a551fce80b
Merge pull request #1849 from wabbajack-tools/blazor-with-browser
Blazor with browser, log into the nexus
2022-01-30 08:22:27 -07:00
Timothy Baldridge
fea3a81cf3 Can log into the Nexus via the UI 2022-01-29 22:47:49 -07:00
Timothy Baldridge
c26d8e4d98 Can create, display, and delete tabs 2022-01-29 15:32:46 -07:00
Timothy Baldridge
ebc3172f74 Add Tabbed controlled window 2022-01-28 23:15:17 -07:00
Timothy Baldridge
dc1fd60bfd
Merge pull request #1848 from erri120/blazor-3
Blazor 3
2022-01-28 06:20:46 -07:00
erri120
74badacf08
Using const strings instead of magic strings 2022-01-28 13:01:49 +01:00
erri120
c4c80b7fe0
Cleanup 2022-01-28 12:58:28 +01:00
erri120
2fab1b462f
Update Logging Target 2022-01-28 11:29:38 +01:00
Timothy Baldridge
a725688495
Merge pull request #1847 from Unnoen/more-blazor
Blazor updates and minor changes to other internal projects.
2022-01-27 22:32:46 -07:00
Unnoen
95f9263984
More changes from feedback. 2022-01-28 16:27:31 +11:00
Unnoen
2c99f1f4f8
Review feedback. 2022-01-28 16:05:30 +11:00
Unnoen
47ffa30222
Restructure installing stage into three pages. Changed some design.
Added getBlobUrlFromStream JavaScript function so we can reuse the URL.
2022-01-27 18:55:07 +11:00
Unnoen
d1e64e910c
ProgressBar IObservable. Basic Modal. No longer download list if exists.
.Sample() is what .Throttle() sounds like it does.
ProgressBar will be changed again, this implementation feels dirty.
2022-01-27 18:48:32 +11:00
Unnoen
699252f05e
Placeholder InfoModal and StepLogger components.
These are nowhere near final.
2022-01-27 18:40:56 +11:00
Unnoen
d790463a27
Add InstallPath, DownloadPath and ModlistImage to StateContainer. 2022-01-27 18:30:04 +11:00
Unnoen
100b08a1c5
Add Blazored.Modal and Blazored.Toast packages. 2022-01-27 18:25:55 +11:00
Unnoen
8b08c7eda7
Adjusted logging layout, logs now archive on startup. 2022-01-27 18:22:24 +11:00
Unnoen
807eb96990
Added StatusCategory to step logging.
Gives us a little more information to work with for the design.
2022-01-27 18:20:48 +11:00
Unnoen
d8e80bece0
Run SystemParametersConstructor in App constructor to log assembly info.
Wabbajack wasn't logging the initial assembly information until it was injected elsewhere.
2022-01-27 18:12:33 +11:00
Unnoen
59f6052a2f
Modify IniParser's CommentRegex to better detect comment lines.
Fixes SSE Display Tweak's INI throwing an exception.
2022-01-27 18:05:51 +11:00
erri120
7e7fc5106a
Merge pull request #1837 from erri120/blazor-2
Blazor 2
2022-01-22 20:28:42 +01:00
erri120
85392d1a06
Using Subject<T> for CustomObservable<T> 2022-01-22 19:44:19 +01:00
Timothy Baldridge
b5a2354122 Remove WPF project 2022-01-22 07:36:10 -07:00
Timothy Baldridge
872cb5e34c Add UIUtils, link links on the sidebar 2022-01-21 15:20:47 -07:00
erri120
a5b94af48e
Merge pull request #1835 from erri120/blazor-1
Blazor Update
2022-01-21 16:31:12 +01:00
erri120
f1b17df03a
Fixes 2022-01-21 16:11:44 +01:00
erri120
9187fa2307
Fixes 2022-01-21 15:44:05 +01:00
erri120
3a137db1d8
Discard Blazor internal logs 2022-01-21 15:13:45 +01:00
erri120
e7b7350e76
Update logging 2022-01-21 14:54:22 +01:00
erri120
92a2195ccf
Update 2022-01-21 14:41:37 +01:00