Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-05 | streamline front page design | Jesse Plamondon-Willard | |
2019-12-30 | fix main sidebar link pointing to wiki instead of home page | Jesse Plamondon-Willard | |
2019-12-26 | fix log parser content pack list entry pattern, remove unneeded ternary in ↵ | Dan Volchek | |
content pack logging | |||
2019-12-26 | Merge pull request #683 from danvolchek/fixtypo | Jesse Plamondon-Willard | |
[JSON Validator] Change 'log' to 'JSON file' on the JSON validator page | |||
2019-12-25 | display JSON file instead of log on the JSON validator page | Dan Volchek | |
2019-12-24 | fix log parser & JSON validator showing relative share URL | Jesse Plamondon-Willard | |
2019-12-22 | fix CP schema not requiring Default field if AllowBlank is omitted | Jesse Plamondon-Willard | |
2019-12-22 | configure MongoDB connection string directly | Jesse Plamondon-Willard | |
2019-12-22 | streamline local environments, update technical docs & privacy page | Jesse Plamondon-Willard | |
2019-12-21 | allow local dev environments without an Azure account | Jesse Plamondon-Willard | |
2019-12-21 | drop Amazon S3 support | Jesse Plamondon-Willard | |
2019-12-21 | switch to Azure Blob storage for saving files | Jesse Plamondon-Willard | |
2019-12-21 | add option to disable uploading new files to Pastebin | Jesse Plamondon-Willard | |
2019-12-16 | update schemas for Content Patcher 1.11 | Jesse Plamondon-Willard | |
2019-12-16 | add option to edit & reupload in the JSON validator | Jesse Plamondon-Willard | |
2019-12-04 | fix JSON validator format selector no longer working since URL changes | Jesse Plamondon-Willard | |
2019-12-03 | move supporter list into environment config | Jesse Plamondon-Willard | |
2019-12-03 | encapsulate file storage, also handle Pastebin rate limits in JSON validator | Jesse Plamondon-Willard | |
2019-12-03 | update Content Patcher schema | Jesse Plamondon-Willard | |
2019-12-02 | fix JSON Validator issues | Jesse Plamondon-Willard | |
2019-12-02 | update supporter list | 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 | |
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-11-27 | fallback to Amazon S3 if saving a log to Pastebin fails | Jesse Plamondon-Willard | |
2019-11-27 | remove unused package | Jesse Plamondon-Willard | |
2019-11-24 | update compatibility list (#638) | Jesse Plamondon-Willard | |
2019-11-24 | update packages | Jesse Plamondon-Willard | |
2019-11-23 | update compatibility list (#638) | Jesse Plamondon-Willard | |
2019-11-16 | update CP schema to allow boolean values for Enabled field | Jesse Plamondon-Willard | |
2019-11-09 | overhaul update checks | Jesse Plamondon-Willard | |
This commit moves the core update-check logic serverside, and adds support for community-defined version mappings. For example, that means false update alerts can now be solved by the community for all players. | |||
2019-11-08 | add CurseForge to mod metadata (#605) | Jesse Plamondon-Willard | |
2019-11-07 | add support for CurseForge update keys (#605) | Jesse Plamondon-Willard | |
2019-10-01 | update supporter list | Jesse Plamondon-Willard | |
2019-10-01 | add community short url | Jesse Plamondon-Willard | |
2019-09-14 | allow bool condition values in CP schema | Jesse Plamondon-Willard | |
2019-09-14 | update packages | Jesse Plamondon-Willard | |
2019-09-14 | fix log parser changes | Jesse Plamondon-Willard | |
2019-09-14 | move platform to log parser model instead of middleware | Jesse Plamondon-Willard | |
2019-09-14 | remove custom enum, add Android to SMAPI's platform enum | Jesse Plamondon-Willard | |
This will also be used in an upcoming commit for SMAPI's target platform constant. | |||
2019-09-14 | rename namespace to be more accurate | Dan Volchek | |
2019-09-14 | detect the client's platform and check the appropriate input in the log parser | Dan Volchek | |
2019-09-14 | fix validator not handling string entries (#654) | Jesse Plamondon-Willard | |
2019-09-14 | don't strip comments when validating JSON (#654) | Jesse Plamondon-Willard | |
2019-09-14 | reduce automatic retry window for background wiki fetches (#651) | Jesse Plamondon-Willard | |
2019-09-14 | better handle stale age label on mod compatibility list | Jesse Plamondon-Willard | |
2019-09-14 | remove legacy AssemblyInfo and GlobalAssemblyInfo files, use consistent ↵ | Jesse Plamondon-Willard | |
assembly names | |||
2019-09-14 | fix typos and inconsistent spelling | Jesse Plamondon-Willard | |
2019-09-14 | add footer tip about using schema directly, add details to page title (#654) | Jesse Plamondon-Willard | |
2019-09-14 | make 'then' blocks transparent by default (#654) | Jesse Plamondon-Willard | |
2019-09-14 | expand Content Patcher schema, detect more common issues (#654) | Jesse Plamondon-Willard | |