summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Controllers
AgeCommit message (Expand)Author
2020-09-13add support for renewing uploaded JSON/log filesJesse Plamondon-Willard
2020-08-15tweak update alert rulesJesse Plamondon-Willard
2020-08-15fix broken URL in update alerts for unofficial versionsJesse Plamondon-Willard
2020-07-26use ordinal comparison/sorting instead of invariantJesse Plamondon-Willard
2020-06-20remember selected schema when editing a fileJesse Plamondon-Willard
2020-06-20change default JSON validator schema to noneJesse Plamondon-Willard
2020-06-20add i18n schema to JSON validatorJesse Plamondon-Willard
2020-05-24add update key overridesJesse Plamondon-Willard
2020-05-24add update subkeysJesse Plamondon-Willard
2020-05-23refactor update check APIJesse Plamondon-Willard
2020-05-23drop MongoDB codeJesse Plamondon-Willard
2020-05-16update deprecated codeJesse Plamondon-Willard
2020-05-16use newer C# featuresJesse Plamondon-Willard
2020-02-20fix parsing four-part versions from the update-check APIJesse Plamondon-Willard
2020-02-17move hardcoded SMAPI update check logic into configJesse Plamondon-Willard
2020-02-13fix update-check error for SMAPI on Android with four-part versionsJesse Plamondon-Willard
2020-01-12drop pre-3.0 update-check supportJesse Plamondon-Willard
2019-12-30fix main sidebar link pointing to wiki instead of home pageJesse Plamondon-Willard
2019-12-21allow local dev environments without an Azure accountJesse Plamondon-Willard
2019-12-21add option to disable uploading new files to PastebinJesse Plamondon-Willard
2019-12-16add option to edit & reupload in the JSON validatorJesse Plamondon-Willard
2019-12-03move supporter list into environment configJesse Plamondon-Willard
2019-12-03encapsulate file storage, also handle Pastebin rate limits in JSON validatorJesse Plamondon-Willard
2019-12-02fix JSON Validator issuesJesse Plamondon-Willard
2019-12-02fix incorrect link URLs in some casesJesse Plamondon-Willard
2019-12-02migrate from AWS to AzureJesse Plamondon-Willard
2019-11-27fallback to Amazon S3 if saving a log to Pastebin failsJesse Plamondon-Willard
2019-11-09overhaul update checksJesse Plamondon-Willard
2019-11-08add CurseForge to mod metadata (#605)Jesse Plamondon-Willard
2019-11-07add support for CurseForge update keys (#605)Jesse Plamondon-Willard
2019-09-14fix log parser changesJesse Plamondon-Willard
2019-09-14move platform to log parser model instead of middlewareJesse Plamondon-Willard
2019-09-14don't strip comments when validating JSON (#654)Jesse Plamondon-Willard
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14make 'then' blocks transparent by default (#654)Jesse Plamondon-Willard
2019-09-14add support for transparent schema errors with multiple child errors (#654)Jesse Plamondon-Willard
2019-09-14add support for transparent schema errors (#654)Jesse Plamondon-Willard
2019-09-14add error type code to HTML for convenience when adding custom error messages...Jesse Plamondon-Willard
2019-09-14add support for @value token in custom schema errors (#654)Jesse Plamondon-Willard
2019-09-14integrate Content Patcher schema into validator, update docs (#654)Jesse Plamondon-Willard
2019-09-14raise JSON validation error for duplicate fields (#654)Jesse Plamondon-Willard
2019-09-14fix manifest error if neither EntryDll nor ContentPackFor are specified (#654)Jesse Plamondon-Willard
2019-09-14add user-friendly doc link & error messages, document validator, improve mani...Jesse Plamondon-Willard
2019-09-14format displayed JSON (#654)Jesse Plamondon-Willard
2019-09-14add JSON validator with initial support for manifest format (#654)Jesse Plamondon-Willard
2019-09-14encapsulate gzip logic for reuse (#654)Jesse Plamondon-Willard
2019-09-14fix does-not-exist errors suppressed due to recent changes (#651)Jesse Plamondon-Willard
2019-09-14remove soft GitHub lookups during update checks (#651)Jesse Plamondon-Willard
2019-09-14track license info for mod GitHub repos (#651)Jesse Plamondon-Willard
2019-09-14migrate update check caching to MongoDB (#651)Jesse Plamondon-Willard