summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-23rename mod compatibility type for broader use (#361)Jesse Plamondon-Willard
2017-09-23drop support for SMAPI 1.x (#360)Jesse Plamondon-Willard
2017-09-23update compatibility list for SMAPI 2.0Jesse Plamondon-Willard
2017-09-23Merge branch 'feature/update-check-api' into developJesse Plamondon-Willard
2017-09-23update file name (#336)Jesse Plamondon-Willard
2017-09-23add mod update checks based on manifest fields (#336)Jesse Plamondon-Willard
2017-09-23migrate SMAPI update check to new web API (#336)Jesse Plamondon-Willard
2017-09-23move API models into shared project for reuse (#336)Jesse Plamondon-Willard
2017-09-23switch to the mods GET endpoint (#336)Jesse Plamondon-Willard
2017-09-23make web controllers internal (#336)Jesse Plamondon-Willard
2017-09-22authenticate GitHub queries if auth details are configured (#336)Jesse Plamondon-Willard
2017-09-22add GitHub update check support (#336)Jesse Plamondon-Willard
2017-09-22restrict version to a valid SMAPI version (#336)Jesse Plamondon-Willard
2017-09-22move hardcoded values into config (#336)Jesse Plamondon-Willard
2017-09-22add in-memory cache for remote queries (#336)Jesse Plamondon-Willard
2017-09-22add GET endpoint for testing (#336)Jesse Plamondon-Willard
2017-09-22add subdomain rewrite rule (#336)Jesse Plamondon-Willard
2017-09-22update launch URL (#336)Jesse Plamondon-Willard
2017-09-22remove unneeded dependencies (#336)Jesse Plamondon-Willard
2017-09-22remove unneeded project settings (#336)Jesse Plamondon-Willard
2017-09-22update web API to .NET Core 2.0 so we can use more packages, update all packa...Jesse Plamondon-Willard
2017-09-22indent JSON responses (#336)Jesse Plamondon-Willard
2017-09-22simplify input & output format (#336)Jesse Plamondon-Willard
2017-09-22suppress null properties in JSON responses (#336)Jesse Plamondon-Willard
2017-09-22handle invalid Nexus mod IDs (#336)Jesse Plamondon-Willard
2017-09-22switch mod update endpoint to GET with comma-delimited mod keys (#336)Jesse Plamondon-Willard
2017-09-22add version number to route for future use (#336)Jesse Plamondon-Willard
2017-09-22rename mods endpoint & model (#336)Jesse Plamondon-Willard
2017-09-22rewrite to make update-check logic vendor-agnostic (#336)Jesse Plamondon-Willard
2017-09-22refactor Nexus code into generic vendor, rewrite using fluent HTTP client (#336)Jesse Plamondon-Willard
2017-09-21fix manual serialisation (#336)Jesse Plamondon-Willard
2017-09-21split input model from Nexus response model (#336)Jesse Plamondon-Willard
2017-09-21simplify .gitignoreJesse Plamondon-Willard
2017-09-21standardise project name (#336)Jesse Plamondon-Willard
2017-09-21minor cleanup, formatting, documentation (#336)Jesse Plamondon-Willard
2017-09-21Merge remote-tracking branch 'dewdrop/master' into feature/update-check-api (...Jesse Plamondon-Willard
2017-09-20remove mod metadata from instruction handlers, no longer needed (#347)Jesse Plamondon-Willard
2017-09-20warn for mods which change the serialiser (#347)Jesse Plamondon-Willard
2017-09-20disable new ReSharper inspectionJesse Plamondon-Willard
2017-09-20add missing release notesJesse Plamondon-Willard
2017-09-20add support for detecting game patching via Harmony (#347)Jesse Plamondon-Willard
2017-09-19encapsulated duplicate code (#347)Jesse Plamondon-Willard
2017-09-19rename file to match new type name (#347)Jesse Plamondon-Willard
2017-09-19generalise IInstructionRewriter into IInstructionHandler (#347)Jesse Plamondon-Willard
2017-09-19move rewriters into metadata class (#347)Jesse Plamondon-Willard
2017-09-19pass mod metadata into rewriters (#347)Jesse Plamondon-Willard
2017-09-19move monitor.LogOnce into internal extensions for reuse (#347)Jesse Plamondon-Willard
2017-09-19merge assembly rewriters into main SMAPI project (#347)Jesse Plamondon-Willard
2017-09-08Merge branch 'develop' into stableJesse Plamondon-Willard
2017-09-08fix errors loading some custom map tilesheets on Linux/MacJesse Plamondon-Willard