summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Controllers/JsonValidatorController.cs
AgeCommit message (Expand)Author
2022-04-17fix model binding errorJesse Plamondon-Willard
2022-04-12enable nullable annotations in the web project & related code (#837)Jesse Plamondon-Willard
2022-04-06enable nullable annotations by default (#837)Jesse Plamondon-Willard
2022-04-06remove some unused/redundant codeJesse Plamondon-Willard
2022-04-06use target-typed newJesse Plamondon-Willard
2021-09-13fix JSON validator line numbers sometimes incorrectJesse Plamondon-Willard
2020-09-13add support for renewing uploaded JSON/log filesJesse 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-16use newer C# featuresJesse 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-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-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