Commit Graph

2459 Commits

Author SHA1 Message Date
Timothy Baldridge
059f2ec96f Can source game downloads from the game folder 2020-05-02 15:09:29 -06:00
Timothy Baldridge
589ef33160
Merge pull request #786 from wabbajack-tools/ba2-duplicate-file-fixes
Ba2 duplicate file fixes
2020-05-02 14:46:01 -06:00
Timothy Baldridge
c58f8f0b39
Merge pull request #785 from erri120/manual-validation-nexus
Added manual validation for nexus files if cache fails
2020-05-02 14:18:30 -06:00
Timothy Baldridge
c85ec3ed73
Merge pull request #782 from wabbajack-tools/server-fixes
Print the archive being extracted when analysis fails.
2020-05-02 14:18:08 -06:00
Timothy Baldridge
6dfcb0257c
Merge pull request #781 from wabbajack-tools/dependabot/nuget/MahApps.Metro-2.0.0-alpha0775
Bump MahApps.Metro from 2.0.0-alpha0748 to 2.0.0-alpha0775
2020-05-02 14:17:32 -06:00
Timothy Baldridge
469f769e01
Merge pull request #780 from wabbajack-tools/dependabot/nuget/Swashbuckle.AspNetCore-5.4.1
Bump Swashbuckle.AspNetCore from 5.4.0 to 5.4.1
2020-05-02 14:17:21 -06:00
Timothy Baldridge
77acf01fa0 Debug code and fixes for BA2 duplicate file bug 2020-05-02 14:15:36 -06:00
erri120
0703747702
Added manual validation for nexus files if cache fails 2020-05-02 15:39:07 +02:00
Timothy Baldridge
a1c5cfad82 Can get the names/hashes for stock game files 2020-04-30 16:35:16 -06:00
Timothy Baldridge
895bdb15a6 Print the archive being extracted when analysis fails. 2020-04-30 15:43:54 -06:00
Timothy Baldridge
c96665cde3 Print the archive being extracted when analysis fails. 2020-04-30 06:17:18 -06:00
dependabot-preview[bot]
90a00d227f
Bump MahApps.Metro from 2.0.0-alpha0748 to 2.0.0-alpha0775
Bumps [MahApps.Metro](https://github.com/MahApps/MahApps.Metro) from 2.0.0-alpha0748 to 2.0.0-alpha0775.
- [Release notes](https://github.com/MahApps/MahApps.Metro/releases)
- [Changelog](https://github.com/MahApps/MahApps.Metro/blob/develop/GitReleaseManager.yaml)
- [Commits](https://github.com/MahApps/MahApps.Metro/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-30 07:00:06 +00:00
dependabot-preview[bot]
0ebf349282
Bump Swashbuckle.AspNetCore from 5.4.0 to 5.4.1
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 5.4.0 to 5.4.1.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v5.4.0...v5.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-30 06:59:44 +00:00
Timothy Baldridge
d55846c872 Bump code for 2.0.3.0 2020-04-29 15:02:38 -06:00
Timothy Baldridge
e3b33052c8
Merge pull request #778 from erri120/mega-json-fix
Fixed JSON serialization failing for MEGA.AuthInfos
2020-04-29 11:54:18 -06:00
Timothy Baldridge
d0f5e7acb4
Merge branch 'master' into mega-json-fix 2020-04-29 10:40:06 -06:00
Timothy Baldridge
30f6b029a1
Merge pull request #776 from wabbajack-tools/small-fixes-and-tweaks
Bunch of small server-side fixes, LZ4 compression speed, and better l…
2020-04-29 10:38:50 -06:00
Timothy Baldridge
a92d4c141d
Merge pull request #774 from Noggog/init-standardization
Standardized Init/Warmup into one place
2020-04-29 10:38:39 -06:00
Timothy Baldridge
ad74084e13
Merge pull request #773 from wabbajack-tools/no-more-ads
Fixes the popups from MediaFire
2020-04-29 10:38:16 -06:00
erri120
ba6925c536
Fixed JSON serialization failing for MEGA.AuthInfos 2020-04-29 17:39:27 +02:00
Timothy Baldridge
64540e2cab Bunch of small server-side fixes, LZ4 compression speed, and better list validation 2020-04-29 06:26:44 -06:00
Justin Swanson
3b34af90de Standardized the "warmup" functionality into one place 2020-04-28 17:52:20 -05:00
Timothy Baldridge
e24cbbeb0f
Merge pull request #772 from wabbajack-tools/non-nexus-validation-fixes
Fixes for non-Nexus validation
2020-04-28 16:47:35 -06:00
Timothy Baldridge
b048a240f8 Fixes the popups from MediaFire 2020-04-28 16:46:50 -06:00
Timothy Baldridge
01e62d1822 Remove test that didn't do what I wanted 2020-04-28 15:45:36 -06:00
Timothy Baldridge
adbab9576c Fixes for non-Nexus validation 2020-04-28 15:43:42 -06:00
Timothy Baldridge
2c8b213d35
Merge pull request #771 from erri120/credentials-login-fix
Added more UI to the Credentials login form and catch exception
2020-04-28 14:51:26 -06:00
Timothy Baldridge
690b2765e6
Merge pull request #770 from Noggog/temp-folder-init
Adjusted TempFolder init concepts
2020-04-28 14:51:16 -06:00
erri120
1462ab4de4
Updated CHANGELOG 2020-04-28 14:11:57 +02:00
erri120
670efbdb10
Added more UI to the Credentials login form and catch exception 2020-04-28 14:11:12 +02:00
Justin Swanson
7a2f47a8c4 Added some missing refactors on some projects that were unloaded 2020-04-27 23:03:57 -05:00
Justin Swanson
2b0866b4f3 Adjusted TempFolder init concepts
Wasn't being awaited in the App ctor.  Swapped for a static factory that can be awaited to ensure initialization is complete
2020-04-27 22:17:06 -05:00
Timothy Baldridge
3548e42a64 Bump Version numbers and changelog for 2.0.2.0 2020-04-27 15:41:34 -06:00
Timothy Baldridge
452e8f5397
Merge pull request #768 from erri120/downloader-fixes
Downloader fixes
2020-04-27 15:39:29 -06:00
Timothy Baldridge
4dba097c40
Merge branch 'master' into downloader-fixes 2020-04-27 15:37:21 -06:00
Timothy Baldridge
79a6640cc5 Hotfixes 2020-04-27 15:32:19 -06:00
erri120
85a9b4accd
Updated changelog 2020-04-27 20:58:06 +02:00
erri120
514d2f70fc
Fixed new mega links not being resolved 2020-04-27 20:49:22 +02:00
erri120
a5843e12fa
Fixed mediafire downloader never resolving the url 2020-04-27 20:46:47 +02:00
Timothy Baldridge
16c27690cb Merge remote-tracking branch 'origin/master' 2020-04-27 06:57:31 -06:00
Timothy Baldridge
0a731a1c44 Bump version in preperation for 2.0.1.0 2020-04-27 06:57:15 -06:00
Timothy Baldridge
666a0c54bf
Merge pull request #766 from erri120/zedit-integration-fix
Fixed zEditIntegration not finding the correct settings file and profile folder
2020-04-27 06:50:48 -06:00
Timothy Baldridge
49bcd6d483 Several small fixes for the build server and compilation 2020-04-27 06:30:15 -06:00
Timothy Baldridge
d9612609e8
Merge pull request #751 from wabbajack-tools/2.0-release-day-bug-fixes
Bug fixes encountered during the 2.0 release
2020-04-27 06:16:46 -06:00
erri120
6ef661c6ae
Fixed zEditIntegration not finding the correct settings file and profile folder 2020-04-27 14:14:32 +02:00
Timothy Baldridge
e9586c38ac
Merge pull request #765 from erri120/whitespace-extraction-fix
Fixed path with whitespace in archive not being extracted
2020-04-27 06:04:25 -06:00
Timothy Baldridge
35419a8a30
Merge pull request #764 from erri120/nsfw-checkbox
NSFW option for Modlists
2020-04-27 06:03:48 -06:00
erri120
b1011bd63e
Fixed path with whitespace in archive not being extracted 2020-04-27 13:06:57 +02:00
erri120
edf2645d0e
Added NSFW filter to the gallery 2020-04-27 12:18:08 +02:00
erri120
0d07319ac8
Added IsNSFW for modlists 2020-04-27 11:58:33 +02:00