summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web
AgeCommit message (Expand)Author
2019-12-02fix JSON Validator issuesJesse Plamondon-Willard
2019-12-02update supporter listJesse 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-27remove unused packageJesse Plamondon-Willard
2019-11-24update compatibility list (#638)Jesse Plamondon-Willard
2019-11-24update packagesJesse Plamondon-Willard
2019-11-23update compatibility list (#638)Jesse Plamondon-Willard
2019-11-16update CP schema to allow boolean values for Enabled fieldJesse 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-10-01update supporter listJesse Plamondon-Willard
2019-10-01add community short urlJesse Plamondon-Willard
2019-09-14allow bool condition values in CP schemaJesse Plamondon-Willard
2019-09-14update packagesJesse 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-14remove custom enum, add Android to SMAPI's platform enumJesse Plamondon-Willard
2019-09-14rename namespace to be more accurateDan Volchek
2019-09-14detect the client's platform and check the appropriate input in the log parserDan Volchek
2019-09-14fix validator not handling string entries (#654)Jesse Plamondon-Willard
2019-09-14don't strip comments when validating JSON (#654)Jesse Plamondon-Willard
2019-09-14reduce automatic retry window for background wiki fetches (#651)Jesse Plamondon-Willard
2019-09-14better handle stale age label on mod compatibility listJesse Plamondon-Willard
2019-09-14remove legacy AssemblyInfo and GlobalAssemblyInfo files, use consistent assem...Jesse Plamondon-Willard
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14add footer tip about using schema directly, add details to page title (#654)Jesse Plamondon-Willard
2019-09-14make 'then' blocks transparent by default (#654)Jesse Plamondon-Willard
2019-09-14expand Content Patcher schema, detect more common issues (#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-14when uploading a new file to the JSON validator, prefill previous schema type...Jesse Plamondon-Willard
2019-09-14tweak manifest schema to allow $schema field, fix parse errors in some text e...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-14restructure Content Patcher schema a bit (#654)Jesse Plamondon-Willard
2019-09-14integrate Content Patcher schema into validator, update docs (#654)Jesse Plamondon-Willard
2019-09-14Updated title with feedback from CatTehPers
2019-09-14Updated $idTehPers
2019-09-14FixedTehPers
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-14tweak button names, update release notes (#654)Jesse Plamondon-Willard
2019-09-14add user-friendly doc link & error messages, document validator, improve mani...Jesse Plamondon-Willard
2019-09-14add line highlighting and linking (#654)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