summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI.Web/Framework
AgeCommit message (Expand)Author
2017-09-25use POST for SMAPI update checks to avoid issues with long queries (#336)Jesse Plamondon-Willard
2017-09-24improve version normalising (#336, #361)Jesse Plamondon-Willard
2017-09-24handle common 'v' version prefix on GitHub (#336)Jesse Plamondon-Willard
2017-09-24validate semantic versions in API (#336, #361)Jesse Plamondon-Willard
2017-09-24add support for update checks from the Chucklefish mod site (#336)Jesse Plamondon-Willard
2017-09-23move API models into shared project for reuse (#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-22move hardcoded values into config (#336)Jesse Plamondon-Willard
2017-09-22add subdomain rewrite rule (#336)Jesse Plamondon-Willard
2017-09-22simplify input & output format (#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-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