index
:
github/SMAPI.git
develop
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
StardewModdingAPI.Web
/
Framework
Age
Commit message (
Expand
)
Author
2017-09-25
use POST for SMAPI update checks to avoid issues with long queries (#336)
Jesse Plamondon-Willard
2017-09-24
improve version normalising (#336, #361)
Jesse Plamondon-Willard
2017-09-24
handle common 'v' version prefix on GitHub (#336)
Jesse Plamondon-Willard
2017-09-24
validate semantic versions in API (#336, #361)
Jesse Plamondon-Willard
2017-09-24
add support for update checks from the Chucklefish mod site (#336)
Jesse Plamondon-Willard
2017-09-23
move API models into shared project for reuse (#336)
Jesse Plamondon-Willard
2017-09-23
make web controllers internal (#336)
Jesse Plamondon-Willard
2017-09-22
authenticate GitHub queries if auth details are configured (#336)
Jesse Plamondon-Willard
2017-09-22
add GitHub update check support (#336)
Jesse Plamondon-Willard
2017-09-22
move hardcoded values into config (#336)
Jesse Plamondon-Willard
2017-09-22
add subdomain rewrite rule (#336)
Jesse Plamondon-Willard
2017-09-22
simplify input & output format (#336)
Jesse Plamondon-Willard
2017-09-22
handle invalid Nexus mod IDs (#336)
Jesse Plamondon-Willard
2017-09-22
switch mod update endpoint to GET with comma-delimited mod keys (#336)
Jesse Plamondon-Willard
2017-09-22
rename mods endpoint & model (#336)
Jesse Plamondon-Willard
2017-09-22
rewrite to make update-check logic vendor-agnostic (#336)
Jesse Plamondon-Willard
2017-09-22
refactor Nexus code into generic vendor, rewrite using fluent HTTP client (#336)
Jesse Plamondon-Willard