Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-15 | tweak update alert rules | Jesse Plamondon-Willard | |
2020-08-15 | fix broken URL in update alerts for unofficial versions | Jesse Plamondon-Willard | |
2020-07-26 | use ordinal comparison/sorting instead of invariant | Jesse Plamondon-Willard | |
2020-05-24 | add update key overrides | Jesse Plamondon-Willard | |
2020-05-24 | add update subkeys | Jesse Plamondon-Willard | |
2020-05-23 | refactor update check API | Jesse Plamondon-Willard | |
This simplifies the logic for individual clients, centralises common logic, and prepares for upcoming features. | |||
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 | update deprecated code | Jesse Plamondon-Willard | |
2020-05-16 | use newer C# features | Jesse Plamondon-Willard | |
2020-02-20 | fix parsing four-part versions from the update-check API | Jesse Plamondon-Willard | |
2020-02-17 | move hardcoded SMAPI update check logic into config | Jesse Plamondon-Willard | |
2020-02-13 | fix update-check error for SMAPI on Android with four-part versions | Jesse Plamondon-Willard | |
2020-01-12 | drop pre-3.0 update-check support | Jesse Plamondon-Willard | |
2019-12-02 | fix incorrect link URLs in some cases | 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-09 | overhaul update checks | Jesse Plamondon-Willard | |
This commit moves the core update-check logic serverside, and adds support for community-defined version mappings. For example, that means false update alerts can now be solved by the community for all players. | |||
2019-11-08 | add CurseForge to mod metadata (#605) | Jesse Plamondon-Willard | |
2019-11-07 | add support for CurseForge update keys (#605) | Jesse Plamondon-Willard | |
2019-09-14 | fix typos and inconsistent spelling | Jesse Plamondon-Willard | |
2019-09-14 | fix does-not-exist errors suppressed due to recent changes (#651) | Jesse Plamondon-Willard | |
2019-09-14 | remove soft GitHub lookups during update checks (#651) | Jesse Plamondon-Willard | |
This caused incorrect update alerts for repositories that contain multiple mods but still use releases. | |||
2019-09-14 | track license info for mod GitHub repos (#651) | Jesse Plamondon-Willard | |
2019-09-14 | migrate update check caching to MongoDB (#651) | Jesse Plamondon-Willard | |
2019-09-14 | add remote mod status to update check info (#651) | Jesse Plamondon-Willard | |
2019-09-14 | simplify config.json and metadata.json names | Jesse Plamondon-Willard | |
2018-12-27 | tweak comment header convention | Jesse Plamondon-Willard | |
2018-12-02 | add ModDrop to mod compatibility page (#604) | Jesse Plamondon-Willard | |
2018-11-30 | add ModDrop support in API & update checks (#604) | Jesse Plamondon-Willard | |
2018-11-16 | fix update-check errors sometimes being overwritten with a generic error message | Jesse Plamondon-Willard | |
2018-11-04 | update mod compatibility page URLs | Jesse Plamondon-Willard | |
2018-10-20 | fetch game versions from the wiki (#597) | Jesse Plamondon-Willard | |
2018-10-20 | expand metadata fetched from the wiki (#597) | Jesse Plamondon-Willard | |
2018-09-06 | add support for parallel stable/beta unofficial versions (#594) | Jesse Plamondon-Willard | |
2018-09-02 | add update key parsing to toolkit (#592) | Jesse Plamondon-Willard | |
2018-08-24 | fetch mod update keys from wiki when available | Jesse Plamondon-Willard | |
2018-08-14 | drop backwards compatibility in update-check API | Jesse Plamondon-Willard | |
Update checks from older versions of SMAPI are never useful now that Stardew Valley 1.3 is released: older versions of SMAPI won't launch in Stardew Valley 1.3 (so they won't check for updates), and newer versions of SMAPI/mods won't work with older versions of the game. | |||
2018-06-29 | simplify mod API response structure (#532) | Jesse Plamondon-Willard | |
2018-06-29 | add optional extended metadata to mods API (#532) | Jesse Plamondon-Willard | |
2018-06-28 | add support for unofficial version in update checks (#532) | Jesse Plamondon-Willard | |
2018-06-28 | use more structured API response for update checks (#532) | Jesse Plamondon-Willard | |
2018-06-28 | use mod DB in web API to get default update keys for mod IDs (#532) | Jesse Plamondon-Willard | |
2018-06-19 | rewrite update checks (#551) | Jesse Plamondon-Willard | |
2018-06-02 | move web API client into toolkit (#532) | Jesse Plamondon-Willard | |
2018-05-01 | unify SMAPI.AssemblyRewriters and SMAPI.Common projects | Jesse Plamondon-Willard | |
2018-03-16 | reduce cache time for failed update checks to 5 minutes (#454) | Jesse Plamondon-Willard | |
2018-03-15 | fix error handling in update check API (#457) | Jesse Plamondon-Willard | |
2018-03-04 | add support for mapping non-semantic remote mod versions | Jesse Plamondon-Willard | |
2017-12-24 | decouple API clients from mods API (#411) | Jesse Plamondon-Willard | |
2017-10-28 | fix API version format | Jesse Plamondon-Willard | |
2017-10-27 | add scaffolding for web UI (#358) | Jesse Plamondon-Willard | |