summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/ViewModels/JsonValidator/JsonValidatorModel.cs
AgeCommit message (Collapse)Author
2022-04-06enable nullable annotations by default (#837)Jesse Plamondon-Willard
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally.
2022-02-11use Array.Empty to avoid unneeded array allocationsJesse Plamondon-Willard
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 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