Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-20 | add i18n schema to JSON validator | Jesse Plamondon-Willard | |
2020-05-23 | drop MongoDB code | Jesse Plamondon-Willard | |
MongoDB support unnecessarily complicated the code and there's no need to run distributed servers in the foreseeable future. This keeps the abstract storage interface so we can wrap a distributed cache in the future. | |||
2020-05-16 | simplify single-instance deployment and make MongoDB server optional | 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-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-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-10-01 | document short URLs | 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 | 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 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 | 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 ↵ | Jesse Plamondon-Willard | |
manifest schema (#654) | |||
2019-09-14 | use better index type (#651) | Jesse Plamondon-Willard | |
2019-09-14 | make MongoDB database name configurable (#651) | Jesse Plamondon-Willard | |
2019-09-14 | migrate compatibility list's wiki data to MongoDB cache (#651) | Jesse Plamondon-Willard | |
2019-09-14 | update project name | Jesse Plamondon-Willard | |
2019-09-14 | group technical docs, add general shortcut for mod build package docs (#651) | Jesse Plamondon-Willard | |