Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-27 | fallback to Amazon S3 if saving a log to Pastebin fails | Jesse Plamondon-Willard | |
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 log parser changes | Jesse Plamondon-Willard | |
2019-09-14 | move platform to log parser model instead of middleware | Jesse Plamondon-Willard | |
2019-09-14 | don't strip comments when validating JSON (#654) | Jesse Plamondon-Willard | |
2019-09-14 | fix typos and inconsistent spelling | Jesse Plamondon-Willard | |
2019-09-14 | make 'then' blocks transparent by default (#654) | Jesse Plamondon-Willard | |
2019-09-14 | add support for transparent schema errors with multiple child errors (#654) | Jesse Plamondon-Willard | |
2019-09-14 | add support for transparent schema errors (#654) | Jesse Plamondon-Willard | |
2019-09-14 | add error type code to HTML for convenience when adding custom error ↵ | Jesse Plamondon-Willard | |
messages (#654) | |||
2019-09-14 | add support for @value token in custom schema errors (#654) | Jesse Plamondon-Willard | |
2019-09-14 | integrate Content Patcher schema into validator, update docs (#654) | Jesse Plamondon-Willard | |
2019-09-14 | raise JSON validation error for duplicate fields (#654) | Jesse Plamondon-Willard | |
2019-09-14 | fix manifest error if neither EntryDll nor ContentPackFor are specified (#654) | Jesse Plamondon-Willard | |
2019-09-14 | add user-friendly doc link & error messages, document validator, improve ↵ | Jesse Plamondon-Willard | |
manifest schema (#654) | |||
2019-09-14 | format displayed JSON (#654) | 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 | 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 | add background fetch for mod compatibility list (#651) | Jesse Plamondon-Willard | |
2019-09-14 | migrate compatibility list's wiki data to MongoDB cache (#651) | Jesse Plamondon-Willard | |
2019-09-14 | simplify config.json and metadata.json names | Jesse Plamondon-Willard | |
2019-09-13 | tweak smapi.io logic to allow hidden non-old downloads | Jesse Plamondon-Willard | |
2019-02-24 | fix smapi.io linking to an archived download in rare cases | Jesse Plamondon-Willard | |
2018-12-29 | reduce cache time for mod compatibility list | 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-05 | add privacy page | 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 | cache wiki data on mod compatibility page (#597) | Jesse Plamondon-Willard | |
2018-10-20 | add mod compatibility page (#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-26 | make beta download blurb configurable (#585) | 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-07-29 | make beta version on smapi.io optional (#569) | Jesse Plamondon-Willard | |
2018-06-29 | simplify mod API response structure (#532) | Jesse Plamondon-Willard | |