Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-01 | Add UpdateManifest site type. | Jamie Taylor | |
Adds the UpdateManifest site key and associated client. This required some additional features in the existing update machinery. Each "version" can now (optionally) have its own download URL. Mod Page objects can now specify that subkey matching (for that page) should be "strict". A strict subkey match does not fall back to matching with no subkey if a subkey was provided but produced no versions. It also strips the leading '@' from the subkey. IModDownload objects are now responsible for deciding whether a subkey matches or not. The default behavior is unchanged, but this allows different mod sites to have different rules for subkey matching (which the UpdateManifest mod site uses to force exact matches). | |||
2022-06-28 | migrate update checks to FluentHttpClient | Jesse Plamondon-Willard | |
WebClient isn't needed for compatibility with macOS after the .NET 5 update in Stardew Valley 1.5.5, and causes noticeable lag for some players even when running on a background thread. | |||
2022-05-18 | update for the new CurseForge API | Jesse Plamondon-Willard | |
2022-04-16 | fix Nexus API key needed to launch web project locally | Jesse Plamondon-Willard | |
2022-04-12 | enable nullable annotations in the web project & related code (#837) | Jesse Plamondon-Willard | |
2022-04-06 | enable nullable annotations by default (#837) | Jesse Plamondon-Willard | |
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally. | |||
2022-04-06 | remove some unused/redundant code | Jesse Plamondon-Willard | |
2021-09-25 | add redirect for SMAPI release notes | Jesse Plamondon-Willard | |
2021-09-25 | remove obsolete buildmsg redirect | Jesse Plamondon-Willard | |
2021-04-04 | standardize spelling of 'macOS' | Jesse Plamondon-Willard | |
2021-01-07 | add more helpful `help` command output | Jesse Plamondon-Willard | |
2020-05-23 | drop MongoDB code | Jesse Plamondon-Willard | |
MongoDB support unnecessarily complicated the code and there's no need to run distributed servers in the foreseeable future. This keeps the abstract storage interface so we can wrap a distributed cache in the future. | |||
2020-05-16 | migrate subdomain redirects to Azure | Jesse Plamondon-Willard | |
2020-05-16 | simplify single-instance deployment and make MongoDB server optional | Jesse Plamondon-Willard | |
2020-05-16 | use newer C# features | Jesse Plamondon-Willard | |
2020-05-07 | update web project to .NET Core 3.1 | Jesse Plamondon-Willard | |
2020-03-02 | enable detailed errors by default to simplify diagnosing issues | Jesse Plamondon-Willard | |
2019-12-22 | configure MongoDB connection string directly | Jesse Plamondon-Willard | |
2019-12-22 | streamline local environments, update technical docs & privacy page | Jesse Plamondon-Willard | |
2019-12-21 | switch to Azure Blob storage for saving files | Jesse Plamondon-Willard | |
2019-12-03 | encapsulate file storage, also handle Pastebin rate limits in JSON validator | Jesse Plamondon-Willard | |
2019-12-02 | migrate from AWS to Azure | Jesse Plamondon-Willard | |
This commit migrates from subdomains to paths (due to the cost of a wildcard HTTPS certificate on Azure), adds a web project to redirect the old subdomains from AWS to Azure, and removes AWS-specific hacks. | |||
2019-11-27 | fallback to Amazon S3 if saving a log to Pastebin fails | Jesse Plamondon-Willard | |
2019-11-07 | add support for CurseForge update keys (#605) | Jesse Plamondon-Willard | |
2019-10-01 | add community short url | Jesse Plamondon-Willard | |
2019-09-14 | fix typos and inconsistent spelling | Jesse Plamondon-Willard | |
2019-09-14 | add JSON validator with initial support for manifest format (#654) | Jesse Plamondon-Willard | |
2019-09-14 | encapsulate gzip logic for reuse (#654) | Jesse Plamondon-Willard | |
2019-09-14 | track license info for mod GitHub repos (#651) | Jesse Plamondon-Willard | |
2019-09-14 | fetch mod info from Nexus API if the web page is hidden due to adult content ↵ | Jesse Plamondon-Willard | |
(#651) | |||
2019-09-14 | rename Nexus API client for upcoming API usage (#651) | Jesse Plamondon-Willard | |
2019-09-14 | migrate update check caching to MongoDB (#651) | Jesse Plamondon-Willard | |
2019-09-14 | store DateTimeOffset values in date fields instead of the default array (#651) | Jesse Plamondon-Willard | |
2019-09-14 | enable readonly access to job dashboard when deployed (#651) | Jesse Plamondon-Willard | |
2019-09-14 | avoid Hangfire connection errors on startup (#651) | Jesse Plamondon-Willard | |
2019-09-14 | minor cleanup (#651) | Jesse Plamondon-Willard | |
2019-09-14 | add background fetch for mod compatibility list (#651) | Jesse Plamondon-Willard | |
2019-09-14 | update obsolete code | Jesse Plamondon-Willard | |
2019-09-14 | make MongoDB database name configurable (#651) | Jesse Plamondon-Willard | |
2019-09-14 | migrate compatibility list's wiki data to MongoDB cache (#651) | Jesse Plamondon-Willard | |
2019-09-14 | group technical docs, add general shortcut for mod build package docs (#651) | Jesse Plamondon-Willard | |
2019-02-07 | tweak XNB mod message for clarity | Jesse Plamondon-Willard | |
2018-12-29 | reduce cache time for mod compatibility list | Jesse Plamondon-Willard | |
2018-12-14 | add friendly error when the game can't find its Content\XACT folder | Jesse Plamondon-Willard | |
2018-12-04 | add SMAPI 3.0 migration guide (#606) | Jesse Plamondon-Willard | |
2018-11-30 | add ModDrop support in API & update checks (#604) | Jesse Plamondon-Willard | |
2018-11-04 | update mod compatibility page URLs | Jesse Plamondon-Willard | |
2018-10-20 | fix mod list routing (#597) | Jesse Plamondon-Willard | |
2018-07-29 | make beta version on smapi.io optional (#569) | Jesse Plamondon-Willard | |
2018-06-28 | add support for writing versions to JSON | Jesse Plamondon-Willard | |