summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web
AgeCommit message (Collapse)Author
2020-01-05streamline front page designJesse Plamondon-Willard
2019-12-30fix main sidebar link pointing to wiki instead of home pageJesse Plamondon-Willard
2019-12-26fix log parser content pack list entry pattern, remove unneeded ternary in ↵Dan Volchek
content pack logging
2019-12-26Merge pull request #683 from danvolchek/fixtypoJesse Plamondon-Willard
[JSON Validator] Change 'log' to 'JSON file' on the JSON validator page
2019-12-25display JSON file instead of log on the JSON validator pageDan Volchek
2019-12-24fix log parser & JSON validator showing relative share URLJesse Plamondon-Willard
2019-12-22fix CP schema not requiring Default field if AllowBlank is omittedJesse Plamondon-Willard
2019-12-22configure MongoDB connection string directlyJesse Plamondon-Willard
2019-12-22streamline local environments, update technical docs & privacy pageJesse Plamondon-Willard
2019-12-21allow local dev environments without an Azure accountJesse Plamondon-Willard
2019-12-21drop Amazon S3 supportJesse Plamondon-Willard
2019-12-21switch to Azure Blob storage for saving filesJesse Plamondon-Willard
2019-12-21add option to disable uploading new files to PastebinJesse Plamondon-Willard
2019-12-16update schemas for Content Patcher 1.11Jesse Plamondon-Willard
2019-12-16add option to edit & reupload in the JSON validatorJesse Plamondon-Willard
2019-12-04fix JSON validator format selector no longer working since URL changesJesse Plamondon-Willard
2019-12-03move supporter list into environment configJesse Plamondon-Willard
2019-12-03encapsulate file storage, also handle Pastebin rate limits in JSON validatorJesse Plamondon-Willard
2019-12-03update Content Patcher schemaJesse Plamondon-Willard
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
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-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
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-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
This will also be used in an upcoming commit for SMAPI's target platform constant.
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 ↵Jesse Plamondon-Willard
assembly names
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