summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/ViewModels/JsonValidator
AgeCommit message (Collapse)Author
2020-06-20remember selected schema when editing a fileJesse Plamondon-Willard
2019-12-03encapsulate file storage, also handle Pastebin rate limits in JSON validatorJesse Plamondon-Willard
2019-12-02migrate from AWS to AzureJesse 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-09-14add error type code to HTML for convenience when adding custom error ↵Jesse Plamondon-Willard
messages (#654)
2019-09-14add user-friendly doc link & error messages, document validator, improve ↵Jesse Plamondon-Willard
manifest schema (#654)
2019-09-14add JSON validator with initial support for manifest format (#654)Jesse Plamondon-Willard