index
:
github/SMAPI.git
develop
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
SMAPI.Web
/
Controllers
/
JsonValidatorController.cs
Age
Commit message (
Expand
)
Author
2019-12-21
allow local dev environments without an Azure account
Jesse Plamondon-Willard
2019-12-21
add option to disable uploading new files to Pastebin
Jesse Plamondon-Willard
2019-12-16
add option to edit & reupload in the JSON validator
Jesse Plamondon-Willard
2019-12-03
encapsulate file storage, also handle Pastebin rate limits in JSON validator
Jesse Plamondon-Willard
2019-12-02
fix JSON Validator issues
Jesse Plamondon-Willard
2019-12-02
fix incorrect link URLs in some cases
Jesse Plamondon-Willard
2019-12-02
migrate from AWS to Azure
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 messages...
Jesse Plamondon-Willard
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 mani...
Jesse Plamondon-Willard
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